Kodi Development
20.0
for Binary and Script based Add-Ons
Group header include
C++
»
Interface - kodi::addon
»
Addon type instances
»
PVR
»
6. Timers (optional)
Header parts:
PVR_ERROR
GetTimerTypes(std::vector<kodi::addon::PVRTimerType>& types)
override
;
PVR_ERROR
GetTimersAmount(
int
& amount)
override
;
PVR_ERROR
GetTimers(
kodi::addon::PVRTimersResultSet
& results)
override
;
PVR_ERROR
AddTimer(
const
kodi::addon::PVRTimer
& timer)
override
;
PVR_ERROR
DeleteTimer(
const
kodi::addon::PVRTimer
& timer,
bool
forceDelete)
override
;
PVR_ERROR
UpdateTimer(
const
kodi::addon::PVRTimer
& timer)
override
;
PVR_ERROR
CallTimerMenuHook(
const
kodi::addon::PVRMenuhook
& menuhook,
const
kodi::addon::PVRTimer
& item)
override
;
kodi::addon::PVRMenuhook
Definition:
MenuHook.h:46
kodi::addon::PVRTimer
Definition:
Timers.h:39
kodi::addon::PVRTimersResultSet
Definition:
Timers.h:487
PVR_ERROR
PVR_ERROR
Definition:
pvr_general.h:35
Generated by
1.9.1