82 int getIntValue (
StringRef keyName,
int defaultReturnValue = 0)
const noexcept;
93 double getDoubleValue (
StringRef keyName,
double defaultReturnValue = 0.0)
const noexcept;
107 bool getBoolValue (
StringRef keyName,
bool defaultReturnValue =
false)
const noexcept;
128 void setValue (
const String& keyName,
const var& value);
142 void addAllPropertiesFrom (
const PropertySet& source);
151 bool containsKey (
StringRef keyName)
const noexcept;
189 void setFallbackPropertySet (
PropertySet* fallbackProperties) noexcept;
198 virtual void propertyChanged();
204 bool ignoreCaseOfKeys;
StringPairArray & getAllProperties() noexcept
Returns the keys/value pair array containing all the properties.
#define JUCE_API
This macro is added to all JUCE public class declarations.
A simple class for holding temporary references to a string literal or String.
A variant class, that can be used to hold a range of primitive values.
A set of named property values, which can be strings, integers, floating point, etc.
Used to build a tree of elements representing an XML document.
PropertySet * getFallbackPropertySet() const noexcept
Returns the fallback property set.
A container for holding a set of strings which are keyed by another string.
const CriticalSection & getLock() const noexcept
Returns the lock used when reading or writing to this set.