JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
PropertiesFile Member List
This is the complete list of members for PropertiesFile, including all inherited members.
addAllPropertiesFrom(const PropertySet &source)PropertySet
addChangeListener(ChangeListener *listener)ChangeBroadcaster
callPendingTimersSynchronously()Timer [private, static]
ChangeBroadcaster() noexceptChangeBroadcaster
clear()PropertySet
containsKey(const String &keyName) const noexceptPropertySet
createXml(const String &nodeName) const PropertySet
dispatchPendingMessages()ChangeBroadcaster
getAllProperties() noexceptPropertySet
getBoolValue(const String &keyName, const bool defaultReturnValue=false) const noexceptPropertySet
getDoubleValue(const String &keyName, const double defaultReturnValue=0.0) const noexceptPropertySet
getFallbackPropertySet() const noexceptPropertySet
getFile() const PropertiesFile
getIntValue(const String &keyName, const int defaultReturnValue=0) const noexceptPropertySet
getLock() const noexceptPropertySet
getTimerInterval() const noexceptTimer [private]
getValue(const String &keyName, const String &defaultReturnValue=String::empty) const noexceptPropertySet
getXmlValue(const String &keyName) const PropertySet
isTimerRunning() const noexceptTimer [private]
isValidFile() const noexceptPropertiesFile
needsToBeSaved() const PropertiesFile
PropertySet::operator=(const PropertySet &other)PropertySet
PropertiesFile(const Options &options)PropertiesFile [explicit]
PropertiesFile(const File &file, const Options &options)PropertiesFile
propertyChanged()PropertiesFile [protected, virtual]
PropertySet(bool ignoreCaseOfKeyNames=false)PropertySet
PropertySet(const PropertySet &other)PropertySet
removeAllChangeListeners()ChangeBroadcaster
removeChangeListener(ChangeListener *listener)ChangeBroadcaster
removeValue(const String &keyName)PropertySet
restoreFromXml(const XmlElement &xml)PropertySet
save()PropertiesFile
saveIfNeeded()PropertiesFile
sendChangeMessage()ChangeBroadcaster
sendSynchronousChangeMessage()ChangeBroadcaster
setFallbackPropertySet(PropertySet *fallbackProperties) noexceptPropertySet
setNeedsToBeSaved(bool needsToBeSaved)PropertiesFile
setValue(const String &keyName, const var &value)PropertySet
setValue(const String &keyName, const XmlElement *xml)PropertySet
startTimer(int intervalInMilliseconds) noexceptTimer [private]
stopTimer() noexceptTimer [private]
StorageFormat enum namePropertiesFile
storeAsBinary enum valuePropertiesFile
storeAsCompressedBinary enum valuePropertiesFile
storeAsXML enum valuePropertiesFile
Timer() noexceptTimer [private]
Timer(const Timer &other) noexceptTimer [private]
~ChangeBroadcaster()ChangeBroadcaster [virtual]
~PropertiesFile()PropertiesFile
~PropertySet()PropertySet [virtual]
~Timer()Timer [private, virtual]