BaseProperty * getPropertyByIndex(int idx)
Get property by index.
void clearProperties()
Clears properties.
bool updateProperty(const string &oldName, const string &name, const string &value)
Update a property.
vector< BaseProperty * > properties
void setName(const string &name)
Set up name.
map< string, BaseProperty * > propertiesByName
BaseProperties(const string &name, const string &description)
Public constructor.
virtual ~BaseProperties()
Destructor.
BaseProperty * getProperty(const string &name)
Retrieve property by name.
int getPropertyIndex(const string &name)
Get property index.
bool addProperty(const string &name, const string &value)
Add a property.
bool removeProperty(const string &name)
Removes a property.
const string & getDescription()
bool renameProperty(const string &oldName, const string &name)
Rename a property.
void setDescription(const string &description)
Set up description.
Base property model class.