| addAllPropertiesFrom(const PropertySet &source) | PropertySet | |
| clear() | PropertySet | |
| containsKey(const String &keyName) const noexcept | PropertySet | |
| createXml(const String &nodeName) const | PropertySet | |
| getAllProperties() noexcept | PropertySet | |
| getBoolValue(const String &keyName, const bool defaultReturnValue=false) const noexcept | PropertySet | |
| getDoubleValue(const String &keyName, const double defaultReturnValue=0.0) const noexcept | PropertySet | |
| getFallbackPropertySet() const noexcept | PropertySet | |
| getIntValue(const String &keyName, const int defaultReturnValue=0) const noexcept | PropertySet | |
| getLock() const noexcept | PropertySet | |
| getValue(const String &keyName, const String &defaultReturnValue=String::empty) const noexcept | PropertySet | |
| getXmlValue(const String &keyName) const | PropertySet | |
| operator=(const PropertySet &other) | PropertySet | |
| propertyChanged() | PropertySet | [protected, virtual] |
| PropertySet(bool ignoreCaseOfKeyNames=false) | PropertySet | |
| PropertySet(const PropertySet &other) | PropertySet | |
| removeValue(const String &keyName) | PropertySet | |
| restoreFromXml(const XmlElement &xml) | PropertySet | |
| setFallbackPropertySet(PropertySet *fallbackProperties) noexcept | PropertySet | |
| setValue(const String &keyName, const var &value) | PropertySet | |
| setValue(const String &keyName, const XmlElement *xml) | PropertySet | |
| ~PropertySet() | PropertySet | [virtual] |