9 #include "fwRuntime/config.hpp" 32 FWRUNTIME_API std::shared_ptr<Bundle>
getBundle()
const;
54 FWRUNTIME_API
void setEnable(
const bool enable);
79 std::weak_ptr< Bundle > m_bundle;
Implements the base class for all element managed by a bundle.
FWRUNTIME_API void setEnable(const bool enable)
Set if the element is enabled or not.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
BundleElement()
Constructor.
FWRUNTIME_API std::shared_ptr< Bundle > getBundle() const
Retrieves the bundle that owns the extension.
FWRUNTIME_API bool isEnable() const
Tells if the element is enabled or not.