25 #ifndef JUCE_PROPERTIESFILE_H_INCLUDED 26 #define JUCE_PROPERTIESFILE_H_INCLUDED 155 File getDefaultFile()
const;
209 bool needsToBeSaved()
const;
214 void setNeedsToBeSaved (
bool needsToBeSaved);
232 bool loadedOk, needsWriting;
237 void timerCallback()
override;
247 #endif // JUCE_PROPERTIESFILE_H_INCLUDED StorageFormat
Definition: juce_PropertiesFile.h:49
String folderName
Definition: juce_PropertiesFile.h:77
Definition: juce_PropertiesFile.h:43
String filenameSuffix
Definition: juce_PropertiesFile.h:72
Definition: juce_PropertySet.h:43
bool commonToAllUsers
Definition: juce_PropertiesFile.h:102
#define noexcept
Definition: juce_CompilerSupport.h:141
Definition: juce_PropertiesFile.h:51
int millisecondsBeforeSaving
Definition: juce_PropertiesFile.h:121
Definition: juce_InterProcessLock.h:39
InterProcessLock * processLock
Definition: juce_PropertiesFile.h:136
bool ignoreCaseOfKeyNames
Definition: juce_PropertiesFile.h:108
Definition: juce_String.h:43
Definition: juce_ChangeBroadcaster.h:35
#define JUCE_API
Definition: juce_StandardHeader.h:139
String applicationName
Definition: juce_PropertiesFile.h:66
StorageFormat storageFormat
Definition: juce_PropertiesFile.h:127
Definition: juce_PropertiesFile.h:52
Definition: juce_ScopedPointer.h:70
bool doNotSave
Definition: juce_PropertiesFile.h:111
Definition: juce_PropertiesFile.h:57
Definition: juce_data_structures.cpp:30
const File & getFile() const noexcept
Definition: juce_PropertiesFile.h:221
String osxLibrarySubFolder
Definition: juce_PropertiesFile.h:97
Definition: juce_Timer.h:52
Definition: juce_File.h:45
Definition: juce_InterProcessLock.h:76
bool isValidFile() const noexcept
Definition: juce_PropertiesFile.h:182