25 #ifndef WPROPERTYGROUPWRAPPER_H
26 #define WPROPERTYGROUPWRAPPER_H
30 #include "core/common/WPropertyGroup.h"
32 #include "WPropertyWrapper.h"
81 boost::shared_ptr< WPropertyGroup >
m_group;
84 #endif // WPROPERTYGROUPWRAPPER_H
boost::shared_ptr< WPropertyGroup > m_group
The property group.
WPropertyGroupWrapper(boost::shared_ptr< WPropertyGroup > group)
Constructor.
Encapsulates a WProperty.
Encapsulates a property group.
WPropertyGroupWrapper getGroup(std::string const &name)
Retrieve a property group by name.
std::string getName() const
Return the name of the property group.
WPropertyWrapper getProperty(std::string const &name)
Retrieve a property by name.
std::string getDescription() const
Return the description of the property group.