|
| | PVRSettingDefinition (unsigned int settingDefId, const std::string &settingDefName, uint64_t readonlyConditions, const PVRIntSettingDefinition &settingDef) |
| | Class constructor with integrated values.
|
| |
| | PVRSettingDefinition (unsigned int settingDefId, const std::string &settingDefName, uint64_t readonlyConditions, const PVRStringSettingDefinition &settingDef) |
| | Class constructor with integrated values.
|
| |
| | PVRSettingDefinition (unsigned int settingDefId, const std::string &settingDefName, PVR_SETTING_TYPE eType, uint64_t readonlyConditions, const PVRIntSettingDefinition &intSettingDef, const PVRStringSettingDefinition &stringSettingDef) |
| | Class constructor with integrated values.
|
| |
| void | SetId (unsigned int defId) |
| | required
This setting definition's identifier.
|
| |
| unsigned int | GetId () const |
| | To get with SetId changed values.
|
| |
| void | SetName (const std::string &name) |
| | required
A short localized string with the name of the setting.
|
| |
| std::string | GetName () const |
| | To get with SetName changed values.
|
| |
| void | SetType (PVR_SETTING_TYPE eType) |
| | required
This setting definition's identifier.
|
| |
| PVR_SETTING_TYPE | GetType () const |
| | To get with SetType changed values.
|
| |
| void | SetReadonlyConditions (uint64_t conditions) |
| | optional
The read-only conditions value for this setting. PVR_SETTING_READONLY_CONDITION_* enum values
|
| |
| uint64_t | GetReadonlyConditions () const |
| | To get with SetReadonlyConditions changed values.
|
| |
| void | SetIntDefinition (const PVRIntSettingDefinition &def) |
| | optional
|
| |
| PVRIntSettingDefinition | GetIntDefinition () const |
| | To get with SetIntDefinition changed values.
|
| |
| void | SetStringDefinition (const PVRStringSettingDefinition &def) |
| | optional
|
| |
| PVRStringSettingDefinition | GetStringDefinition () const |
| | To get with SetStringDefinition changed values.
|
| |
| | DynamicCStructHdl () |
| |
| | DynamicCStructHdl (const DynamicCStructHdl &cppClass) |
| |
| | DynamicCStructHdl (const PVR_SETTING_DEFINITION *cStructure) |
| |
| | DynamicCStructHdl (PVR_SETTING_DEFINITION *cStructure) |
| |
| const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
| |
| const DynamicCStructHdl & | operator= (const PVR_SETTING_DEFINITION &right) |
| |
| virtual | ~DynamicCStructHdl () |
| |
| | operator PVR_SETTING_DEFINITION * () |
| |
| | operator const PVR_SETTING_DEFINITION * () const |
| |
| const PVR_SETTING_DEFINITION * | GetCStructure () const |
| |
| PVR_SETTING_DEFINITION * | release () |
| |