| _cfgKey | PreferenceValue | [protected] |
| _value | PreferenceValue | [protected] |
| _valueType | PreferenceValue | [protected] |
| cleanup() | PreferenceValue | [protected] |
| clone(const PreferenceValue &source) | PreferenceValue | [protected] |
| get(long &value) const | PreferenceValue | |
| get(wxString &value) const | PreferenceValue | |
| get(double &value) const | PreferenceValue | |
| get(bool &value) const | PreferenceValue | |
| get(wxRect &value) const | PreferenceValue | |
| get(wxPoint &value) const | PreferenceValue | |
| get(wxSize &value) const | PreferenceValue | |
| getConfigKey() const | PreferenceValue | |
| operator=(const PreferenceValue &source) | PreferenceValue | |
| PreferenceType enum name | PreferenceValue | [protected] |
| PreferenceValue() | PreferenceValue | |
| PreferenceValue(const long value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const wxString &value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const double value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const bool value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const wxRect &value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const wxPoint &value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const wxSize &value, const wxString &cfgKey=wxEmptyString, const bool initFromCfgFile=true) | PreferenceValue | |
| PreferenceValue(const PreferenceValue &source) | PreferenceValue | |
| ptBoolean enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptDouble enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptLong enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptNotDefined enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptPoint enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptRect enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptSize enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| ptString enum value (defined in PreferenceValue) | PreferenceValue | [protected] |
| read(const wxString &key, wxRect *r, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| read(const wxString &key, const wxRect &def, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| read(const wxString &key, wxPoint *r, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| read(const wxString &key, const wxPoint &def, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| read(const wxString &key, wxSize *r, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| read(const wxString &key, const wxSize &def, wxConfigBase *cfg=NULL) | PreferenceValue | [static] |
| set(const long newValue) | PreferenceValue | |
| set(const wxString &newValue) | PreferenceValue | |
| set(const double newValue) | PreferenceValue | |
| set(const bool newValue) | PreferenceValue | |
| set(const wxRect &newValue) | PreferenceValue | |
| set(const wxPoint &newValue) | PreferenceValue | |
| set(const wxSize &newValue) | PreferenceValue | |
| ~PreferenceValue() | PreferenceValue | |