This is the complete list of members for PropertySet, including all inherited members.
addAllPropertiesFrom(const PropertySet &source) | PropertySet | |
clear() | PropertySet | |
containsKey(StringRef keyName) const noexcept | PropertySet | |
createXml(const String &nodeName) const | PropertySet | |
fallbackProperties | PropertySet | private |
getAllProperties() noexcept | PropertySet | inline |
getBoolValue(StringRef keyName, bool defaultReturnValue=false) const noexcept | PropertySet | |
getDoubleValue(StringRef keyName, double defaultReturnValue=0.0) const noexcept | PropertySet | |
getFallbackPropertySet() const noexcept | PropertySet | inline |
getIntValue(StringRef keyName, int defaultReturnValue=0) const noexcept | PropertySet | |
getLock() const noexcept | PropertySet | inline |
getValue(StringRef keyName, const String &defaultReturnValue=String()) const noexcept | PropertySet | |
getXmlValue(StringRef keyName) const | PropertySet | |
ignoreCaseOfKeys | PropertySet | private |
lock | PropertySet | private |
operator=(const PropertySet &other) | PropertySet | |
properties | PropertySet | private |
propertyChanged() | PropertySet | protectedvirtual |
PropertySet(bool ignoreCaseOfKeyNames=false) | PropertySet | |
PropertySet(const PropertySet &other) | PropertySet | |
removeValue(StringRef 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 |