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

#include <General.h>

Inheritance diagram for kodi::addon::PVRTypeIntValue:
kodi::addon::CStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >

Public Member Functions

 PVRTypeIntValue ()=default
 Default class constructor.
 
 PVRTypeIntValue (int value, const std::string &description)
 Class constructor with integrated value set.
 
void SetValue (int value)
 To set with the identification value.
 
int GetValue () const
 To get with the identification value.
 
void SetDescription (const std::string &description)
 To set with the description text of the value.
 
std::string GetDescription () const
 To get with the description text of the value.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >
 CStructHdl ()
 
 CStructHdl (const PVRTypeIntValue &cppClass)
 
 CStructHdl (const PVR_ATTRIBUTE_INT_VALUE *cStructure)
 
 CStructHdl (PVR_ATTRIBUTE_INT_VALUE *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_ATTRIBUTE_INT_VALUE &right)
 
virtual ~CStructHdl ()
 
 operator PVR_ATTRIBUTE_INT_VALUE * ()
 
 operator const PVR_ATTRIBUTE_INT_VALUE * () const
 
const PVR_ATTRIBUTE_INT_VALUEGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >
PVR_ATTRIBUTE_INT_VALUEm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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