Inherits CStructHdl< PVRMenuhook, PVR_MENUHOOK >.
Public Member Functions | |
PVR_MENUHOOK_CAT | GetCategory () const |
To get with SetCategory() changed values. More... | |
unsigned int | GetHookId () const |
To get with SetHookId() changed values. More... | |
unsigned int | GetLocalizedStringId () const |
To get with SetLocalizedStringId() changed values. More... | |
PVRMenuhook (unsigned int hookId, unsigned int localizedStringId, PVR_MENUHOOK_CAT category) | |
void | SetCategory (PVR_MENUHOOK_CAT category) |
required Category of menu hook. More... | |
void | SetHookId (unsigned int hookId) |
required This hook's identifier. More... | |
void | SetLocalizedStringId (unsigned int localizedStringId) |
required The id of the label for this hook in kodi::GetLocalizedString(). More... | |
Public Member Functions inherited from CStructHdl< PVRMenuhook, PVR_MENUHOOK > | |
CStructHdl (const PVR_MENUHOOK *cStructure) | |
CStructHdl (const PVRMenuhook &cppClass) | |
CStructHdl (PVR_MENUHOOK *cStructure) | |
const PVR_MENUHOOK * | GetCStructure () const |
operator const PVR_MENUHOOK * () const | |
operator PVR_MENUHOOK * () | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_MENUHOOK &right) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< PVRMenuhook, PVR_MENUHOOK > | |
PVR_MENUHOOK * | m_cStructure |