VizKit
3.3.7
|
Stores a key-value-pair of preferences. More...
Public Attributes | |
PreferenceKeyInt | keyInt |
The int key of the preference. | |
PreferenceKeyFloat | keyFloat |
The float key of the preference. | |
PreferenceKeyChar | keyChar |
The char key of the preference (e.g. | |
PreferenceKeyBool | keyBool |
The bool key of the preference. | |
int | valueInt |
The integer value of the preference (e.g. | |
float | valueFloat |
The float value of the preference (e.g. | |
char | valueChar [256] |
The char value of the preference (e.g. | |
bool | valueBool |
The boolean value of the preference (true or false). | |
int | defaultValueInt |
The default integer value of the preference (e.g. | |
float | defaultValueFloat |
The default float value of the preference (e.g. | |
char | defaultValueChar [256] |
The default char value of the preference (e.g. | |
bool | defaultValueBool |
The default bool value of the preference (true or false). | |
PrefDataType | dataType |
The format of the preference data. | |
PrefStatus | status |
Answers the question whether the value is persistently stored or not. |
Stores a key-value-pair of preferences.
The type of data of the preference is set with the field dataType.
The format of the preference data.
The default bool value of the preference (true or false).
The default char value of the preference (e.g.
"LucidaGrande").
The default float value of the preference (e.g.
1.35).
The default integer value of the preference (e.g.
32).
The bool key of the preference.
The char key of the preference (e.g.
kTrackInfoFont).
The float key of the preference.
The int key of the preference.
Answers the question whether the value is persistently stored or not.
Enum value prefStatus.
The boolean value of the preference (true or false).
The char value of the preference (e.g.
"LucidaGrande").
The float value of the preference (e.g.
1.35).
The integer value of the preference (e.g.
32).