| AppPrefs() | AppPrefs | [protected] |
| AppPrefs(const AppPrefs &source) | AppPrefs | [protected] |
| cleanupGlobal() | AppPrefs | [static] |
| clone(const AppPrefs &source) | AppPrefs | [protected] |
| configDir | AppPrefs | [protected, static] |
| configFileName | AppPrefs | [protected, static] |
| get() | AppPrefs | [static] |
| getConfigDir() | AppPrefs | [protected, static] |
| getConfigDirName() | AppPrefs | [protected, static] |
| getConfigFileName() | AppPrefs | [protected, static] |
| getConfigKey(const int key) const | AppPrefs | |
| getConfigPathName() | AppPrefs | [static] |
| getDefaultMainWindowRect() | AppPrefs | [static] |
| getLanguagesFileName() | AppPrefs | [protected, static] |
| getLanguagesPathName() | AppPrefs | [static] |
| getUserDocumentsDirName() | AppPrefs | [static] |
| global | AppPrefs | [protected, static] |
| init() | AppPrefs | [protected] |
| operator=(const AppPrefs &source) | AppPrefs | [protected] |
| prefs | AppPrefs | [protected] |
| read(const int key, wxString &str) const | AppPrefs | |
| read(const int key, long &l) const | AppPrefs | |
| read(const int key, double &d) const | AppPrefs | |
| read(const int key, bool &b) const | AppPrefs | |
| read(const int key, wxRect &r) const | AppPrefs | |
| read(const int key, wxPoint &p) const | AppPrefs | |
| read(const int key, wxSize &s) const | AppPrefs | |
| readBool(const int key, const bool def=false) const | AppPrefs | |
| readDouble(const int key, const double def=-1.0) const | AppPrefs | |
| readLong(const int key, const long def=-1L) const | AppPrefs | |
| readPoint(const int key, const wxPoint &def=wxPoint(0, 0)) const | AppPrefs | |
| readRect(const int key, const wxRect &def=wxRect(0, 0, 0, 0)) const | AppPrefs | |
| readSize(const int key, const wxSize &def=wxSize(0, 0)) const | AppPrefs | |
| readString(const int key, const wxString &def=wxEmptyString) const | AppPrefs | |
| set(AppPrefs *pAppPrefs) | AppPrefs | [protected, static] |
| write(const int key, const wxString &str) | AppPrefs | |
| write(const int key, const long l) | AppPrefs | |
| write(const int key, const double d) | AppPrefs | |
| write(const int key, const bool b) | AppPrefs | |
| write(const int key, const wxRect &r) | AppPrefs | |
| write(const int key, const wxPoint &p) | AppPrefs | |
| write(const int key, const wxSize &s) | AppPrefs | |