#include <properties.h>
Object which has string properties to manage
Definition at line 41 of file properties.h.
§ properties()
| virtual const char* const* mcr::IProperties::properties |
( |
| ) |
const |
|
pure virtual |
Enumerate list of properties this object manages
§ property()
| virtual String mcr::IProperties::property |
( |
const char * |
name | ) |
const |
|
pure virtual |
§ setOnPropertyChanged()
Notify a property has changed
§ setProperty()
| virtual void mcr::IProperties::setProperty |
( |
const char * |
name, |
|
|
const String & |
value |
|
) |
| |
|
pure virtual |
Set value of a property from a string
§ setValue()
| virtual void mcr::IProperties::setValue |
( |
const char * |
name, |
|
|
void * |
value |
|
) |
| |
|
pure virtual |
Copy an object reference to property
§ value()
| virtual void* mcr::IProperties::value |
( |
const char * |
name | ) |
|
|
pure virtual |
Get a reference to actual value of a property
The documentation for this class was generated from the following file: