|
| PVRIntSettingDefinition (const std::vector< PVRTypeIntValue > &settingValues, int defaultValue, int minValue, int step, int maxValue) |
| Class constructor with integrated values.
|
|
void | SetValues (const std::vector< PVRTypeIntValue > &values, int defaultValue=-1) |
| optional
value definitions.
|
|
std::vector< PVRTypeIntValue > | GetValues () const |
| To get with SetValues changed values.
|
|
void | SetDefaultValue (int defaultValue) |
| optional
The default value for this setting.
|
|
int | GetDefaultValue () const |
| To get with SetDefaultValue changed values.
|
|
void | SetMinValue (int minValue) |
| optional
The minimum value for this setting.
|
|
int | GetMinValue () const |
| To get with SetMinValue changed values.
|
|
void | SetStep (int step) |
| optional
The amount for increasing the values for this setting from min to max.
|
|
int | GetStep () const |
| To get with SetStep changed values.
|
|
void | SetMaxValue (int maxValue) |
| optional
The maximum value for this setting.
|
|
int | GetMaxValue () const |
| To get with SetMaxValue changed values.
|
|
| DynamicCStructHdl () |
|
| DynamicCStructHdl (const DynamicCStructHdl &cppClass) |
|
| DynamicCStructHdl (const PVR_INT_SETTING_DEFINITION *cStructure) |
|
| DynamicCStructHdl (PVR_INT_SETTING_DEFINITION *cStructure) |
|
const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
|
const DynamicCStructHdl & | operator= (const PVR_INT_SETTING_DEFINITION &right) |
|
virtual | ~DynamicCStructHdl () |
|
| operator PVR_INT_SETTING_DEFINITION * () |
|
| operator const PVR_INT_SETTING_DEFINITION * () const |
|
const PVR_INT_SETTING_DEFINITION * | GetCStructure () const |
|
PVR_INT_SETTING_DEFINITION * | release () |
|