![]() |
Audacity 3.2.0
|
This is the complete list of members for FileConfig, including all inherited members.
| DeleteAll() wxOVERRIDE | FileConfig | virtual |
| DeleteEntry(const wxString &key, bool bDeleteGroupIfEmpty=true) wxOVERRIDE | FileConfig | virtual |
| DeleteGroup(const wxString &key) wxOVERRIDE | FileConfig | virtual |
| DoReadLong(const wxString &key, long *pl) const wxOVERRIDE | FileConfig | protectedvirtual |
| DoReadString(const wxString &key, wxString *pStr) const wxOVERRIDE | FileConfig | protectedvirtual |
| DoWriteLong(const wxString &key, long lValue) wxOVERRIDE | FileConfig | protectedvirtual |
| DoWriteString(const wxString &key, const wxString &szValue) wxOVERRIDE | FileConfig | protectedvirtual |
| FileConfig(const wxString &appName=wxEmptyString, const wxString &vendorName=wxEmptyString, const wxString &localFilename=wxEmptyString, const wxString &globalFilename=wxEmptyString, long style=wxCONFIG_USE_LOCAL_FILE|wxCONFIG_USE_GLOBAL_FILE, const wxMBConv &conv=wxConvAuto()) | FileConfig | |
| Flush(bool bCurrentOnly=false) wxOVERRIDE | FileConfig | virtual |
| GetFilePath() const | FileConfig | inlineprotected |
| GetFirstEntry(wxString &str, long &lIndex) const wxOVERRIDE | FileConfig | virtual |
| GetFirstGroup(wxString &str, long &lIndex) const wxOVERRIDE | FileConfig | virtual |
| GetNextEntry(wxString &str, long &lIndex) const wxOVERRIDE | FileConfig | virtual |
| GetNextGroup(wxString &str, long &lIndex) const wxOVERRIDE | FileConfig | virtual |
| GetNumberOfEntries(bool bRecursive=false) const wxOVERRIDE | FileConfig | virtual |
| GetNumberOfGroups(bool bRecursive=false) const wxOVERRIDE | FileConfig | virtual |
| GetPath() const wxOVERRIDE | FileConfig | virtual |
| GetVersionKeysInit(int &major, int &minor, int µ) const | FileConfig | inline |
| HasEntry(const wxString &strName) const wxOVERRIDE | FileConfig | virtual |
| HasGroup(const wxString &strName) const wxOVERRIDE | FileConfig | virtual |
| Init() | FileConfig | |
| mAppName | FileConfig | private |
| mConfig | FileConfig | private |
| mConv | FileConfig | private |
| mDirty | FileConfig | private |
| mGlobalFilename | FileConfig | private |
| mLocalFilename | FileConfig | private |
| mStyle | FileConfig | private |
| mVendorName | FileConfig | private |
| mVersionMajorKeyInit | FileConfig | private |
| mVersionMicroKeyInit | FileConfig | private |
| mVersionMinorKeyInit | FileConfig | private |
| RenameEntry(const wxString &oldName, const wxString &newName) wxOVERRIDE | FileConfig | virtual |
| RenameGroup(const wxString &oldName, const wxString &newName) wxOVERRIDE | FileConfig | virtual |
| SetPath(const wxString &strPath) wxOVERRIDE | FileConfig | virtual |
| SetVersionKeysInit(int major, int minor, int micro) | FileConfig | inline |
| Warn() | FileConfig | protectedvirtual |
| ~FileConfig() | FileConfig | virtual |