This is the complete list of members for juce::PropertySet, including all inherited members.
addAllPropertiesFrom(const PropertySet &source) | juce::PropertySet | |
clear() | juce::PropertySet | |
containsKey(StringRef keyName) const noexcept | juce::PropertySet | |
createXml(const String &nodeName) const | juce::PropertySet | |
fallbackProperties | juce::PropertySet | private |
getAllProperties() noexcept | juce::PropertySet | inline |
getBoolValue(StringRef keyName, bool defaultReturnValue=false) const noexcept | juce::PropertySet | |
getDoubleValue(StringRef keyName, double defaultReturnValue=0.0) const noexcept | juce::PropertySet | |
getFallbackPropertySet() const noexcept | juce::PropertySet | inline |
getIntValue(StringRef keyName, int defaultReturnValue=0) const noexcept | juce::PropertySet | |
getLock() const noexcept | juce::PropertySet | inline |
getValue(StringRef keyName, const String &defaultReturnValue=String()) const noexcept | juce::PropertySet | |
getXmlValue(StringRef keyName) const | juce::PropertySet | |
ignoreCaseOfKeys | juce::PropertySet | private |
lock | juce::PropertySet | private |
operator=(const PropertySet &other) | juce::PropertySet | |
properties | juce::PropertySet | private |
propertyChanged() | juce::PropertySet | protectedvirtual |
PropertySet(bool ignoreCaseOfKeyNames=false) | juce::PropertySet | |
PropertySet(const PropertySet &other) | juce::PropertySet | |
removeValue(StringRef keyName) | juce::PropertySet | |
restoreFromXml(const XmlElement &xml) | juce::PropertySet | |
setFallbackPropertySet(PropertySet *fallbackProperties) noexcept | juce::PropertySet | |
setValue(const String &keyName, const var &value) | juce::PropertySet | |
setValue(const String &keyName, const XmlElement *xml) | juce::PropertySet | |
~PropertySet() | juce::PropertySet | virtual |