|
void | kodi::addon::PVRTimerType::SetId (unsigned int id) |
| required
This type's identifier. Ids must be > PVR_TIMER_TYPE_NONE.
|
|
unsigned int | kodi::addon::PVRTimerType::GetId () const |
| To get with SetAttributes changed values.
|
|
void | kodi::addon::PVRTimerType::SetAttributes (uint64_t attributes) |
| required
Defines the attributes for this type (PVR_TIMER_TYPE_* constants).
|
|
uint64_t | kodi::addon::PVRTimerType::GetAttributes () const |
| To get with SetAttributes changed values.
|
|
void | kodi::addon::PVRTimerType::SetDescription (const std::string &description) |
| optional
A short localized string describing the purpose of the type. (e.g. "Any time at this channel if title matches").
|
|
std::string | kodi::addon::PVRTimerType::GetDescription () const |
| To get with SetDescription changed values.
|
|
void | kodi::addon::PVRTimerType::SetPriorities (const std::vector< PVRTypeIntValue > &priorities, int prioritiesDefault=-1) |
| optional
Priority value definitions.
|
|
std::vector< PVRTypeIntValue > | kodi::addon::PVRTimerType::GetPriorities () const |
| To get with SetPriorities changed values.
|
|
void | kodi::addon::PVRTimerType::SetPrioritiesDefault (int prioritiesDefault) |
| optional
The default value for PVRTimer::SetPriority().
|
|
int | kodi::addon::PVRTimerType::GetPrioritiesDefault () const |
| To get with SetPrioritiesDefault changed values.
|
|
void | kodi::addon::PVRTimerType::SetLifetimes (const std::vector< PVRTypeIntValue > &lifetimes, int lifetimesDefault=-1) |
| optional
Lifetime value definitions.
|
|
std::vector< PVRTypeIntValue > | kodi::addon::PVRTimerType::GetLifetimes () const |
| To get with SetLifetimes changed values.
|
|
void | kodi::addon::PVRTimerType::SetLifetimesDefault (int lifetimesDefault) |
| optional
The default value for SetLifetimes().
|
|
int | kodi::addon::PVRTimerType::GetLifetimesDefault () const |
| To get with SetLifetimesDefault changed values.
|
|
void | kodi::addon::PVRTimerType::SetPreventDuplicateEpisodes (const std::vector< PVRTypeIntValue > &preventDuplicateEpisodes, int preventDuplicateEpisodesDefault=-1) |
| optional
Prevent duplicate episodes value definitions.
|
|
std::vector< PVRTypeIntValue > | kodi::addon::PVRTimerType::GetPreventDuplicateEpisodes () const |
| To get with SetPreventDuplicateEpisodes changed values.
|
|
void | kodi::addon::PVRTimerType::SetPreventDuplicateEpisodesDefault (int preventDuplicateEpisodesDefault) |
| optional
The default value for PVRTimer::SetPreventDuplicateEpisodes().
|
|
int | kodi::addon::PVRTimerType::GetPreventDuplicateEpisodesDefault () const |
| To get with SetPreventDuplicateEpisodesDefault changed values.
|
|
void | kodi::addon::PVRTimerType::SetRecordingGroups (const std::vector< PVRTypeIntValue > &recordingGroup, int recordingGroupDefault=-1) |
| optional
Array containing the possible values of PVRTimer::SetRecordingGroup()
|
|
std::vector< PVRTypeIntValue > | kodi::addon::PVRTimerType::GetRecordingGroups () const |
| To get with SetRecordingGroups changed values.
|
|
void | kodi::addon::PVRTimerType::SetRecordingGroupDefault (int recordingGroupDefault) |
| optional
The default value for PVRTimer::SetRecordingGroup().
|
|
int | kodi::addon::PVRTimerType::GetRecordingGroupDefault () const |
| To get with SetRecordingGroupDefault changed values.
|
|
void | kodi::addon::PVRTimerType::SetMaxRecordings (const std::vector< PVRTypeIntValue > &maxRecordings, int maxRecordingsDefault=-1) |
| optional
Array containing the possible values of PVRTimer::SetMaxRecordings().
|
|
std::vector< PVRTypeIntValue > | kodi::addon::PVRTimerType::GetMaxRecordings () const |
| To get with SetMaxRecordings changed values.
|
|
void | kodi::addon::PVRTimerType::SetMaxRecordingsDefault (int maxRecordingsDefault) |
| optional
The default value for SetMaxRecordings().
|
|
int | kodi::addon::PVRTimerType::GetMaxRecordingsDefault () const |
| To get with SetMaxRecordingsDefault changed values.
|
|
void | kodi::addon::PVRTimerType::SetCustomSettingDefinitions (const std::vector< PVRSettingDefinition > &defs) |
| optional
Array containing the possible custom integer setting definitions.
|
|
std::vector< PVRSettingDefinition > | kodi::addon::PVRTimerType::GetCustomSettingDefinitions () const |
| To get with SetCustomSettingDefinitions changed values.
|
|