JUCE  v5.1.1-3-g1a0b28c73
JUCE API
PropertySet Member List

This is the complete list of members for PropertySet, including all inherited members.

addAllPropertiesFrom(const PropertySet &source)PropertySet
clear()PropertySet
containsKey(StringRef keyName) const noexceptPropertySet
createXml(const String &nodeName) constPropertySet
fallbackPropertiesPropertySetprivate
getAllProperties() noexceptPropertySetinline
getBoolValue(StringRef keyName, bool defaultReturnValue=false) const noexceptPropertySet
getDoubleValue(StringRef keyName, double defaultReturnValue=0.0) const noexceptPropertySet
getFallbackPropertySet() const noexceptPropertySetinline
getIntValue(StringRef keyName, int defaultReturnValue=0) const noexceptPropertySet
getLock() const noexceptPropertySetinline
getValue(StringRef keyName, const String &defaultReturnValue=String()) const noexceptPropertySet
getXmlValue(StringRef keyName) constPropertySet
ignoreCaseOfKeysPropertySetprivate
lockPropertySetprivate
operator=(const PropertySet &other)PropertySet
propertiesPropertySetprivate
propertyChanged()PropertySetprotectedvirtual
PropertySet(bool ignoreCaseOfKeyNames=false)PropertySet
PropertySet(const PropertySet &other)PropertySet
removeValue(StringRef keyName)PropertySet
restoreFromXml(const XmlElement &xml)PropertySet
setFallbackPropertySet(PropertySet *fallbackProperties) noexceptPropertySet
setValue(const String &keyName, const var &value)PropertySet
setValue(const String &keyName, const XmlElement *xml)PropertySet
~PropertySet()PropertySetvirtual