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

#include <ChannelGroups.h>

Inheritance diagram for kodi::addon::PVRChannelGroup:
kodi::addon::CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP >

Public Member Functions

void SetGroupName (const std::string &groupName)
 required
Name of this channel group.
 
std::string GetGroupName () const
 To get with SetGroupName changed values.
 
void SetIsRadio (bool isRadio)
 required
true If this is a radio channel group, false otherwise.
 
bool GetIsRadio () const
 To get with SetIsRadio changed values.
 
void SetPosition (unsigned int position)
 optional
Sort position of the group (0 indicates that the backend doesn't support sorting of groups).
 
unsigned int GetPosition () const
 To get with SetPosition changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP >
 CStructHdl ()
 
 CStructHdl (const PVRChannelGroup &cppClass)
 
 CStructHdl (const PVR_CHANNEL_GROUP *cStructure)
 
 CStructHdl (PVR_CHANNEL_GROUP *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_CHANNEL_GROUP &right)
 
virtual ~CStructHdl ()
 
 operator PVR_CHANNEL_GROUP * ()
 
 operator const PVR_CHANNEL_GROUP * () const
 
const PVR_CHANNEL_GROUPGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP >
PVR_CHANNEL_GROUPm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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