78 int getIntValue (
StringRef keyName,
int defaultReturnValue = 0)
const noexcept;
89 double getDoubleValue (
StringRef keyName,
double defaultReturnValue = 0.0)
const noexcept;
103 bool getBoolValue (
StringRef keyName,
bool defaultReturnValue =
false)
const noexcept;
138 void addAllPropertiesFrom (
const PropertySet& source);
147 bool containsKey (
StringRef keyName)
const noexcept;
185 void setFallbackPropertySet (
PropertySet* fallbackProperties)
noexcept;
194 virtual void propertyChanged();
200 bool ignoreCaseOfKeys;
A set of named property values, which can be strings, integers, floating point, etc.
StringPairArray & getAllProperties() noexcept
Returns the keys/value pair array containing all the properties.
const CriticalSection & getLock() const noexcept
Returns the lock used when reading or writing to this set.
PropertySet * getFallbackPropertySet() const noexcept
Returns the fallback property set.
A container for holding a set of strings which are keyed by another string.
A simple class for holding temporary references to a string literal or String.
Used to build a tree of elements representing an XML document.
A variant class, that can be used to hold a range of primitive values.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.