JUCE  v5.1.1-3-g1a0b28c73
JUCE API
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
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
ChangeBroadcaster() noexceptChangeBroadcaster
clear()PropertySet
containsKey(StringRef keyName) const noexceptPropertySet
createProcessLock() constPropertiesFileprivate
createXml(const String &nodeName) constPropertySet
dispatchPendingMessages()ChangeBroadcaster
filePropertiesFileprivate
getAllProperties() noexceptPropertySetinline
getBoolValue(StringRef keyName, bool defaultReturnValue=false) const noexceptPropertySet
getDoubleValue(StringRef keyName, double defaultReturnValue=0.0) const noexceptPropertySet
getFallbackPropertySet() const noexceptPropertySetinline
getFile() const noexceptPropertiesFileinline
getIntValue(StringRef keyName, int defaultReturnValue=0) const noexceptPropertySet
getLock() const noexceptPropertySetinline
getTimerInterval() const noexceptTimerinlineprivate
getValue(StringRef keyName, const String &defaultReturnValue=String()) const noexceptPropertySet
getXmlValue(StringRef keyName) constPropertySet
isTimerRunning() const noexceptTimerinlineprivate
isValidFile() const noexceptPropertiesFileinline
loadAsBinary()PropertiesFileprivate
loadAsBinary(InputStream &)PropertiesFileprivate
loadAsXml()PropertiesFileprivate
loadedOkPropertiesFileprivate
needsToBeSaved() constPropertiesFile
needsWritingPropertiesFileprivate
PropertySet::operator=(const PropertySet &other)PropertySet
optionsPropertiesFileprivate
ProcessScopedLock typedefPropertiesFileprivate
PropertiesFile(const Options &options)PropertiesFileexplicit
PropertiesFile(const File &file, const Options &options)PropertiesFile
propertyChanged() overridePropertiesFileprotectedvirtual
PropertySet(bool ignoreCaseOfKeyNames=false)PropertySet
PropertySet(const PropertySet &other)PropertySet
reload()PropertiesFile
removeAllChangeListeners()ChangeBroadcaster
removeChangeListener(ChangeListener *listener)ChangeBroadcaster
removeValue(StringRef keyName)PropertySet
restoreFromXml(const XmlElement &xml)PropertySet
save()PropertiesFile
saveAsBinary()PropertiesFileprivate
saveAsXml()PropertiesFileprivate
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) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stopTimer() noexceptTimerprivate
StorageFormat enum namePropertiesFile
storeAsBinary enum valuePropertiesFile
storeAsCompressedBinary enum valuePropertiesFile
storeAsXML enum valuePropertiesFile
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
timerCallback() overridePropertiesFileprivatevirtual
~ChangeBroadcaster()ChangeBroadcastervirtual
~PropertiesFile()PropertiesFile
~PropertySet()PropertySetvirtual
~Timer()Timerprivatevirtual