#include <channelutil.h>

Definition at line 16 of file channelutil.h.
Public Member Functions | |
| DBChannel (const DBChannel &) | |
| DBChannel (const QString &_channum, const QString &_callsign, uint _chanid, uint _major_chan, uint _minor_chan, uint _favorite, uint _mplexid, bool _visible, const QString &_name, const QString &_icon) | |
| DBChannel & | operator= (const DBChannel &) |
| bool | operator== (uint _chanid) const |
Public Attributes | |
| QString | channum |
| QString | callsign |
| uint | chanid |
| uint | major_chan |
| uint | minor_chan |
| uint | favorite |
| uint | mplexid |
| bool | visible |
| QString | name |
| QString | icon |
| DBChannel::DBChannel | ( | const DBChannel & | other | ) |
Definition at line 21 of file channelutil.cpp.
| DBChannel::DBChannel | ( | const QString & | _channum, | |
| const QString & | _callsign, | |||
| uint | _chanid, | |||
| uint | _major_chan, | |||
| uint | _minor_chan, | |||
| uint | _favorite, | |||
| uint | _mplexid, | |||
| bool | _visible, | |||
| const QString & | _name, | |||
| const QString & | _icon | |||
| ) |
Definition at line 26 of file channelutil.cpp.
Definition at line 42 of file channelutil.cpp.
Definition at line 26 of file channelutil.h.
| QString DBChannel::channum |
Definition at line 30 of file channelutil.h.
Referenced by GuideGrid::fillChannelInfos(), GuideGrid::GetAlternateChannelIndex(), PixmapChannel::GetFormatted(), GuideGrid::GetSelection(), GuideGrid::jumpToChannelShowSelection(), lt_smart(), and operator=().
| QString DBChannel::callsign |
Definition at line 31 of file channelutil.h.
Referenced by GuideGrid::fillChannelInfos(), PixmapChannel::GetFormatted(), GuideGrid::GetSelection(), lt_callsign(), operator=(), and GuideGrid::paintInfo().
Definition at line 32 of file channelutil.h.
Referenced by GuideGrid::fillChannelInfos(), GuideGrid::fillProgramRowInfos(), GuideGrid::GetAlternateChannelIndex(), GuideGrid::GetSelection(), operator=(), operator==(), GuideGrid::paintChannels(), and GuideGrid::toggleChannelFavorite().
Definition at line 35 of file channelutil.h.
Referenced by operator=(), GuideGrid::paintChannels(), and GuideGrid::toggleChannelFavorite().
| QString DBChannel::name |
Definition at line 38 of file channelutil.h.
Referenced by PixmapChannel::GetFormatted(), and operator=().
| QString DBChannel::icon |
Definition at line 39 of file channelutil.h.
Referenced by DBChannel(), PixmapChannel::LoadChannelIcon(), operator=(), GuideGrid::paintChannels(), and GuideGrid::paintInfo().
1.5.5