#include <appprefs.hpp>
Public Attributes | |
bool * | valBool |
Pointer on the boolean type value. | |
double * | valDouble |
Pointer on the double type value. | |
long * | valLong |
Pointer on the long integer type value. | |
wxPoint * | valPoint |
Pointer on a wxPoint instance. | |
wxRect * | valRect |
Pointer on a wxRect instance. | |
wxSize * | valSize |
Pointer on a wxSize instance. | |
wxString * | valString |
Pointer on the string type value. |
Definition at line 85 of file appprefs.hpp.
|
Pointer on the boolean type value.
Definition at line 90 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on the double type value.
Definition at line 89 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on the long integer type value.
Definition at line 87 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on a wxPoint instance.
Definition at line 93 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on a wxRect instance.
Definition at line 91 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on a wxSize instance.
Definition at line 92 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |
|
Pointer on the string type value.
Definition at line 88 of file appprefs.hpp. Referenced by PreferenceValue::cleanup(), PreferenceValue::clone(), PreferenceValue::get(), PreferenceValue::PreferenceValue(), and PreferenceValue::set(). |