JUCE
|
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 | |
getAllProperties() noexcept | PropertySet | |
getBoolValue(StringRef keyName, bool defaultReturnValue=false) const noexcept | PropertySet | |
getDoubleValue(StringRef keyName, double defaultReturnValue=0.0) const noexcept | PropertySet | |
getFallbackPropertySet() const noexcept | PropertySet | |
getIntValue(StringRef keyName, int defaultReturnValue=0) const noexcept | PropertySet | |
getLock() const noexcept | PropertySet | |
getValue(StringRef keyName, const String &defaultReturnValue=String()) const noexcept | PropertySet | |
getXmlValue(StringRef keyName) const | PropertySet | |
operator=(const PropertySet &other) | PropertySet | |
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(StringRef keyName, const var &value) | PropertySet | |
setValue(StringRef keyName, const XmlElement *xml) | PropertySet | |
~PropertySet() | PropertySet | virtual |