Inherits DynamicCStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP >.
Public Member Functions | |
std::string | GetGroupName () const |
To get with SetGroupName changed values. | |
bool | GetIsRadio () const |
To get with SetIsRadio changed values. | |
unsigned int | GetPosition () const |
To get with SetPosition changed values. | |
void | SetGroupName (const std::string &groupName) |
required Name of this channel group. | |
void | SetIsRadio (bool isRadio) |
required true If this is a radio channel group, false otherwise. | |
void | SetPosition (unsigned int position) |
optional Sort position of the group ( 0 indicates that the backend doesn't support sorting of groups). | |
Public Member Functions inherited from DynamicCStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP > | |
DynamicCStructHdl (const DynamicCStructHdl &cppClass) | |
DynamicCStructHdl (const PVR_CHANNEL_GROUP *cStructure) | |
DynamicCStructHdl (PVR_CHANNEL_GROUP *cStructure) | |
const PVR_CHANNEL_GROUP * | GetCStructure () const |
operator const PVR_CHANNEL_GROUP * () const | |
operator PVR_CHANNEL_GROUP * () | |
const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
const DynamicCStructHdl & | operator= (const PVR_CHANNEL_GROUP &right) |
PVR_CHANNEL_GROUP * | release () |
Static Public Member Functions | |
static void | AllocResources (const PVR_CHANNEL_GROUP *source, PVR_CHANNEL_GROUP *target) |
static void | FreeResources (PVR_CHANNEL_GROUP *target) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from DynamicCStructHdl< PVRChannelGroup, PVR_CHANNEL_GROUP > | |
PVR_CHANNEL_GROUP * | m_cStructure |