|
MythTV
0.26-pre
|
#include <dbchannelinfo.h>
Public Types | |
| enum | ChannelFormat { kChannelShort, kChannelLong } |
Public Member Functions | |
| ChannelInfo () | |
| QString | GetFormatted (const ChannelFormat &format) const |
| void | ToMap (InfoMap &infoMap) const |
Public Attributes | |
| QString | callsign |
| QString | iconpath |
| QString | chanstr |
| QString | channame |
| int | chanid |
| int | sourceid |
| QString | sourcename |
| int | favid |
| QString | recpriority |
Definition at line 56 of file dbchannelinfo.h.
Definition at line 60 of file dbchannelinfo.h.
| ChannelInfo::ChannelInfo | ( | ) | [inline] |
Definition at line 59 of file dbchannelinfo.h.
| QString ChannelInfo::GetFormatted | ( | const ChannelFormat & | format | ) | const |
Definition at line 105 of file dbchannelinfo.cpp.
Referenced by ChannelRecPriority::updateInfo(), and ChannelRecPriority::updateList().
| void ChannelInfo::ToMap | ( | InfoMap & | infoMap | ) | const |
Definition at line 125 of file dbchannelinfo.cpp.
Referenced by ChannelRecPriority::updateInfo(), and ChannelRecPriority::updateList().
| QString ChannelInfo::callsign |
Definition at line 64 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), GetFormatted(), and ToMap().
| QString ChannelInfo::iconpath |
Definition at line 65 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), ToMap(), ChannelRecPriority::updateInfo(), and ChannelRecPriority::updateList().
| QString ChannelInfo::chanstr |
Definition at line 66 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), GetFormatted(), channelSort::operator()(), channelRecPrioritySort::operator()(), and ToMap().
| QString ChannelInfo::channame |
Definition at line 67 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), GetFormatted(), and ToMap().
Definition at line 68 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), ChannelRecPriority::saveRecPriority(), ToMap(), ChannelRecPriority::upcoming(), and ChannelRecPriority::updateList().
Definition at line 69 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), and channelSort::operator()().
| QString ChannelInfo::sourcename |
Definition at line 70 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::FillList(), and ToMap().
Definition at line 71 of file dbchannelinfo.h.
| QString ChannelInfo::recpriority |
Definition at line 72 of file dbchannelinfo.h.
Referenced by ChannelRecPriority::changeRecPriority(), ChannelRecPriority::FillList(), channelRecPrioritySort::operator()(), ChannelRecPriority::saveRecPriority(), ToMap(), and ChannelRecPriority::updateList().
1.7.6.1