|
void | setSourceFile (const std::string &file) |
|
std::string | getSourceFile () |
|
void | save (const std::string &name, std::ofstream &stream) |
|
| PropertySetGet (PropertySetGet *parent) |
|
void | save (std::ofstream &stream, const std::string &indentation) |
|
void | copyAll (PropertySet *target, PropertySetGet *context, bool copyParent=true) |
| call setProperty for each property/value pair stored in this
|
|
void | copyAll (PropertySetGet *target, PropertySetGet *context, bool copyParent=true) |
| call setProperty for each property/value pair stored in this
|
|
void | setParent (PropertySetGet *parent) |
|
PropertySetGet * | getParent () |
|
void | setContext (PropertySetGet *context) |
|
PropertySetGet * | getContext () |
|
virtual void | setProperty (const std::string &name, PropertyValuePtr value) |
|
PropertyValuePtr & | getProperty (const std::string &name) |
|
void | deleteProperty (const std::string &name) |
|
const PropertyMap & | listProperties () |
|
bool | hasProperty (const std::string &name) const |
|
The documentation for this class was generated from the following file: