#include <dbchannelinfo.h>
Public Types | |
| enum | ChannelFormat { kChannelShort, kChannelLong } |
Public Member Functions | |
| DBChannel (const DBChannel &) | |
| DBChannel (const QString &_channum, const QString &_callsign, uint _chanid, uint _major_chan, uint _minor_chan, uint _mplexid, bool _visible, const QString &_name, const QString &_icon, uint _sourceid, uint _cardid, uint _grpid) | |
| DBChannel & | operator= (const DBChannel &) |
| bool | operator== (uint _chanid) const |
| QString | GetFormatted (const ChannelFormat &format) const |
| void | ToMap (InfoMap &infoMap) const |
Public Attributes | |
| QString | channum |
| QString | callsign |
| QString | name |
| QString | icon |
| uint | chanid |
| uint | major_chan |
| uint | minor_chan |
| uint | mplexid |
| uint | sourceid |
| uint | cardid |
| uint | grpid |
| bool | visible |
Definition at line 22 of file dbchannelinfo.h.
Definition at line 36 of file dbchannelinfo.h.
| DBChannel::DBChannel | ( | const DBChannel & | other | ) |
Definition at line 20 of file dbchannelinfo.cpp.
| DBChannel::DBChannel | ( | const QString & | _channum, | |
| const QString & | _callsign, | |||
| uint | _chanid, | |||
| uint | _major_chan, | |||
| uint | _minor_chan, | |||
| uint | _mplexid, | |||
| bool | _visible, | |||
| const QString & | _name, | |||
| const QString & | _icon, | |||
| uint | _sourceid, | |||
| uint | _cardid, | |||
| uint | _grpid | |||
| ) |
Definition at line 31 of file dbchannelinfo.cpp.
Definition at line 48 of file dbchannelinfo.cpp.
Definition at line 33 of file dbchannelinfo.h.
| QString DBChannel::GetFormatted | ( | const ChannelFormat & | format | ) | const |
Definition at line 82 of file dbchannelinfo.cpp.
Referenced by GuideGrid::updateChannels().
| void DBChannel::ToMap | ( | InfoMap & | infoMap | ) | const |
Definition at line 66 of file dbchannelinfo.cpp.
Referenced by GuideGrid::updateChannels(), and GuideGrid::updateInfo().
| QString DBChannel::channum |
Definition at line 41 of file dbchannelinfo.h.
Referenced by GuideGrid::fillChannelInfos(), GuideGrid::GetAlternateChannelIndex(), GetFormatted(), GuideGrid::GetSelection(), lt_smart(), operator=(), and ToMap().
| QString DBChannel::callsign |
Definition at line 42 of file dbchannelinfo.h.
Referenced by GuideGrid::fillChannelInfos(), GetFormatted(), GuideGrid::GetSelection(), lt_callsign(), operator=(), and ToMap().
| QString DBChannel::name |
Definition at line 43 of file dbchannelinfo.h.
Referenced by GetFormatted(), operator=(), and ToMap().
| QString DBChannel::icon |
Definition at line 44 of file dbchannelinfo.h.
Referenced by operator=(), ToMap(), GuideGrid::updateChannels(), and GuideGrid::updateInfo().
Definition at line 45 of file dbchannelinfo.h.
Referenced by GuideGrid::GetAlternateChannelIndex(), GuideGrid::getProgramListFromProgram(), GuideGrid::GetSelection(), operator=(), GuideGrid::toggleChannelFavorite(), ToMap(), and GuideGrid::updateChannels().
Definition at line 46 of file dbchannelinfo.h.
Referenced by lt_smart(), operator=(), and ToMap().
Definition at line 47 of file dbchannelinfo.h.
Referenced by lt_smart(), operator=(), and ToMap().
Definition at line 48 of file dbchannelinfo.h.
Referenced by operator=(), and ToMap().
Definition at line 49 of file dbchannelinfo.h.
Referenced by operator=(), and ToMap().
Definition at line 50 of file dbchannelinfo.h.
Referenced by operator=().
Definition at line 51 of file dbchannelinfo.h.
Referenced by operator=(), and ToMap().
Definition at line 52 of file dbchannelinfo.h.
Referenced by operator=(), and ToMap().
1.6.3