MythTV
master
|
#include <libmythtv/channelgroup.h>
Public Member Functions | |
ChannelGroupItem (const ChannelGroupItem &)=default | |
ChannelGroupItem (const uint grpid, QString name) | |
bool | operator== (uint grpid) const |
ChannelGroupItem & | operator= (const ChannelGroupItem &)=default |
Public Attributes | |
uint | m_grpId |
QString | m_name |
Definition at line 15 of file channelgroup.h.
|
default |
|
inline |
Definition at line 19 of file channelgroup.h.
Definition at line 22 of file channelgroup.h.
|
default |
uint ChannelGroupItem::m_grpId |
Definition at line 28 of file channelgroup.h.
Referenced by V2FillChannelGroup().
QString ChannelGroupItem::m_name |
Definition at line 29 of file channelgroup.h.
Referenced by lt_group(), and V2FillChannelGroup().