Inherits CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP >.
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... | |
Public Member Functions inherited from CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP > | |
CStructHdl (const PVR_CHANNEL_GROUP *cStructure) | |
CStructHdl (const PVRChannelGroup &cppClass) | |
CStructHdl (PVR_CHANNEL_GROUP *cStructure) | |
const PVR_CHANNEL_GROUP * | GetCStructure () const |
operator const PVR_CHANNEL_GROUP * () const | |
operator PVR_CHANNEL_GROUP * () | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_CHANNEL_GROUP &right) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP > | |
PVR_CHANNEL_GROUP * | m_cStructure |