7 #ifndef __FWRUNTIME_ECONFIGURATIONELEMENT_HPP__ 8 #define __FWRUNTIME_ECONFIGURATIONELEMENT_HPP__ 10 #include "fwRuntime/ConfigurationElement.hpp" 11 #include "fwRuntime/config.hpp" 27 (((
const std::string& ))),
47 FWRUNTIME_API EConfigurationElement::sptr addConfigurationElement(
const std::string& name );
53 FWRUNTIME_API
void addConfigurationElement( EConfigurationElement::sptr element );
55 FWRUNTIME_API
void setAttributeValue(
const std::string& name,
const std::string& value) noexcept;
57 FWRUNTIME_API
void setValue(
const std::string& value) noexcept;
Editable configuration element : allow the self configuration element building, which reading XML str...
Defines the configuration element class.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.