PVR add-on int type value
Representation of a <int, std::string>
value.
More...
PVR add-on int type value
Representation of a <int, std::string>
value.
The following table contains values that can be set with class PVRTypeIntValue :
◆ GetDescription()
std::string kodi::addon::PVRTypeIntValue::GetDescription |
( |
| ) |
const |
|
inline |
To get with the description text of the value.
◆ GetValue()
int kodi::addon::PVRTypeIntValue::GetValue |
( |
| ) |
const |
|
inline |
To get with the identification value.
◆ PVRTypeIntValue() [1/2]
kodi::addon::PVRTypeIntValue::PVRTypeIntValue |
( |
| ) |
|
|
default |
Default class constructor.
◆ PVRTypeIntValue() [2/2]
kodi::addon::PVRTypeIntValue::PVRTypeIntValue |
( |
int | value, |
|
|
const std::string & | description ) |
|
inline |
Class constructor with integrated value set.
- Parameters
-
[in] | value | Type identification value |
[in] | description | Type description text |
◆ SetDescription()
void kodi::addon::PVRTypeIntValue::SetDescription |
( |
const std::string & | description | ) |
|
|
inline |
To set with the description text of the value.
◆ SetValue()
void kodi::addon::PVRTypeIntValue::SetValue |
( |
int | value | ) |
|
|
inline |
To set with the identification value.