PropertySet Member List
This is the complete list of members for
PropertySet, including all inherited members.
| clear() | PropertySet | |
| containsKey(const String &keyName) const | PropertySet | |
| createXml(const String &nodeName) const | PropertySet | |
| getAllProperties() | PropertySet | |
| getBoolValue(const String &keyName, const bool defaultReturnValue=false) const | PropertySet | |
| getDoubleValue(const String &keyName, const double defaultReturnValue=0.0) const | PropertySet | |
| getFallbackPropertySet() const | PropertySet | |
| getIntValue(const String &keyName, const int defaultReturnValue=0) const | PropertySet | |
| getLock() const | PropertySet | |
| getValue(const String &keyName, const String &defaultReturnValue=String::empty) const | PropertySet | |
| getXmlValue(const String &keyName) const | PropertySet | |
| operator=(const PropertySet &other) | PropertySet | |
| propertyChanged() | PropertySet | [protected, virtual] |
| PropertySet(const bool ignoreCaseOfKeyNames=false) | PropertySet | |
| PropertySet(const PropertySet &other) | PropertySet | |
| removeValue(const String &keyName) | PropertySet | |
| restoreFromXml(const XmlElement &xml) | PropertySet | |
| setFallbackPropertySet(PropertySet *fallbackProperties) | PropertySet | |
| setValue(const String &keyName, const String &value) | PropertySet | |
| setValue(const String &keyName, const int value) | PropertySet | |
| setValue(const String &keyName, const double value) | PropertySet | |
| setValue(const String &keyName, const bool value) | PropertySet | |
| setValue(const String &keyName, const XmlElement *const xml) | PropertySet | |
| ~PropertySet() | PropertySet | [virtual] |