Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <MenuHook.h>

Inheritance diagram for kodi::addon::PVRMenuhook:
kodi::addon::CStructHdl< PVRMenuhook, PVR_MENUHOOK >

Public Member Functions

 PVRMenuhook (unsigned int hookId, unsigned int localizedStringId, PVR_MENUHOOK_CAT category)
 
void SetHookId (unsigned int hookId)
 required
This hook's identifier.
 
unsigned int GetHookId () const
 To get with SetHookId() changed values.
 
void SetLocalizedStringId (unsigned int localizedStringId)
 required
The id of the label for this hook in kodi::GetLocalizedString().
 
unsigned int GetLocalizedStringId () const
 To get with SetLocalizedStringId() changed values.
 
void SetCategory (PVR_MENUHOOK_CAT category)
 required
Category of menu hook.
 
PVR_MENUHOOK_CAT GetCategory () const
 To get with SetCategory() changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRMenuhook, PVR_MENUHOOK >
 CStructHdl ()
 
 CStructHdl (const PVRMenuhook &cppClass)
 
 CStructHdl (const PVR_MENUHOOK *cStructure)
 
 CStructHdl (PVR_MENUHOOK *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_MENUHOOK &right)
 
virtual ~CStructHdl ()
 
 operator PVR_MENUHOOK * ()
 
 operator const PVR_MENUHOOK * () const
 
const PVR_MENUHOOKGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRMenuhook, PVR_MENUHOOK >
PVR_MENUHOOKm_cStructure
 

Constructor & Destructor Documentation

◆ PVRMenuhook()

kodi::addon::PVRMenuhook::PVRMenuhook ( unsigned int hookId,
unsigned int localizedStringId,
PVR_MENUHOOK_CAT category )
inline

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

The documentation for this class was generated from the following file: