| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <MenuHook.h>
  
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 CStructHdl &cppClass) | |
| CStructHdl (const PVR_MENUHOOK *cStructure) | |
| CStructHdl (PVR_MENUHOOK *cStructure) | |
| const CStructHdl & | operator= (const CStructHdl &right) | 
| const CStructHdl & | operator= (const PVR_MENUHOOK &right) | 
| virtual | ~CStructHdl () | 
| operator PVR_MENUHOOK * () | |
| operator const PVR_MENUHOOK * () const | |
| const PVR_MENUHOOK * | GetCStructure () const | 
| PVR_MENUHOOK * | release () | 
Friends | |
| class | CInstancePVRClient | 
Additional Inherited Members | |
  Protected Attributes inherited from kodi::addon::CStructHdl< PVRMenuhook, PVR_MENUHOOK > | |
| PVR_MENUHOOK * | m_cStructure | 
      
  | 
  inline | 
      
  | 
  friend |