VizKit  3.3.7
Public Attributes
VizKit::VisualPreferences::Preference Class Reference

Stores a key-value-pair of preferences. More...

List of all members.

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.

Detailed Description

Stores a key-value-pair of preferences.

The type of data of the preference is set with the field dataType.


Member Data Documentation

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).


The documentation for this class was generated from the following file:

Generated on Sun May 3 2015 20:26:32 for VizKit by doxygen 1.8.0