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

List of all members.

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

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 Mar 25 2012 14:27:44 for VizKit by doxygen 1.8.0