15BaseProperties::BaseProperties(
const string& name,
const string& description)
40 return propertyByNameIt->second;
96 property->setValue(value);
108 auto property = propertyByNameIt->second;
void clearProperties()
Clears properties.
bool updateProperty(const string &oldName, const string &name, const string &value)
Update a property.
vector< BaseProperty * > properties
map< string, BaseProperty * > propertiesByName
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.
bool renameProperty(const string &oldName, const string &name)
Rename a property.
Base property model class.
void setName(const string &name)
Set up name.