![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <ChannelGroups.h>
Public Member Functions | |
void | SetGroupName (const std::string &groupName) |
required Name of this channel group. More... | |
std::string | GetGroupName () const |
To get with SetGroupName changed values. More... | |
void | SetIsRadio (bool isRadio) |
required true If this is a radio channel group, false otherwise. More... | |
bool | GetIsRadio () const |
To get with SetIsRadio changed values. More... | |
void | SetPosition (unsigned int position) |
optional Sort position of the group ( 0 indicates that the backend doesn't support sorting of groups). More... | |
unsigned int | GetPosition () const |
To get with SetPosition changed values. More... | |
![]() | |
CStructHdl () | |
CStructHdl (const PVRChannelGroup &cppClass) | |
CStructHdl (const PVR_CHANNEL_GROUP *cStructure) | |
CStructHdl (PVR_CHANNEL_GROUP *cStructure) | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_CHANNEL_GROUP &right) |
virtual | ~CStructHdl () |
operator PVR_CHANNEL_GROUP * () | |
operator const PVR_CHANNEL_GROUP * () const | |
const PVR_CHANNEL_GROUP * | GetCStructure () const |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
![]() | |
PVR_CHANNEL_GROUP * | m_cStructure |
|
friend |