#include <channelgroup.h>
Public Member Functions | |
| ChannelGroupItem (const ChannelGroupItem &other) | |
| ChannelGroupItem (const uint _grpid, const QString &_name) | |
| bool | operator== (uint _grpid) const |
| ChannelGroupItem & | operator= (const ChannelGroupItem &) |
Public Attributes | |
| uint | grpid |
| QString | name |
Definition at line 14 of file channelgroup.h.
| ChannelGroupItem::ChannelGroupItem | ( | const ChannelGroupItem & | other | ) | [inline] |
Definition at line 17 of file channelgroup.h.
| ChannelGroupItem::ChannelGroupItem | ( | const uint | _grpid, | |
| const QString & | _name | |||
| ) | [inline] |
Definition at line 19 of file channelgroup.h.
Definition at line 22 of file channelgroup.h.
| ChannelGroupItem & ChannelGroupItem::operator= | ( | const ChannelGroupItem & | other | ) |
Definition at line 11 of file channelgroup.cpp.
Definition at line 28 of file channelgroup.h.
Referenced by operator=().
| QString ChannelGroupItem::name |
Definition at line 29 of file channelgroup.h.
Referenced by lt_group(), and operator=().
1.6.3