|
VizKit
3.0
|
Public Attributes | |
| PreferenceKeyInt | keyInt |
| PreferenceKeyFloat | keyFloat |
| PreferenceKeyChar | keyChar |
| PreferenceKeyBool | keyBool |
| int | valueInt |
| float | valueFloat |
| char | valueChar [256] |
| bool | valueBool |
| int | defaultValueInt |
| float | defaultValueFloat |
| char | defaultValueChar [256] |
| bool | defaultValueBool |
| PrefDataType | dataType |
| PrefStatus | status |
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).