|
MythTV master
|
#include <mythfilldatabase/channeldata.h>
Public Member Functions | |
| ChannelData ()=default | |
| bool | insert_chan (uint sourceid) const |
| void | handleChannels (int id, ChannelInfoList *chanlist) const |
| unsigned int | promptForChannelUpdates (ChannelInfoList::iterator chaninfo, unsigned int chanid) const |
Static Public Member Functions | |
| static ChannelInfo | FindMatchingChannel (const ChannelInfo &chanInfo, ChannelList existingChannels) |
| static ChannelList | channelList (int sourceId) |
| static QString | normalizeChannelKey (const QString &chanName) |
Public Attributes | |
| bool | m_interactive {false} |
| bool | m_guideDataOnly {false} |
| bool | m_channelPreset {false} |
| bool | m_channelUpdates {false} |
| bool | m_filterNewChannels {false} |
| QString | m_cardType |
Definition at line 12 of file channeldata.h.
|
default |
|
static |
Definition at line 129 of file channeldata.cpp.
Referenced by channelList(), and handleChannels().
|
static |
Definition at line 151 of file channeldata.cpp.
Referenced by handleChannels().
| void ChannelData::handleChannels | ( | int | id, |
| ChannelInfoList * | chanlist | ||
| ) | const |
Definition at line 187 of file channeldata.cpp.
Referenced by FillData::GrabDataFromFile().
| bool ChannelData::insert_chan | ( | uint | sourceid | ) | const |
Definition at line 56 of file channeldata.cpp.
Referenced by handleChannels().
|
static |
Definition at line 117 of file channeldata.cpp.
Referenced by channelList(), and FindMatchingChannel().
| unsigned int ChannelData::promptForChannelUpdates | ( | ChannelInfoList::iterator | chaninfo, |
| unsigned int | chanid | ||
| ) | const |
Definition at line 81 of file channeldata.cpp.
Referenced by handleChannels().
| QString ChannelData::m_cardType |
Definition at line 33 of file channeldata.h.
Referenced by insert_chan(), and main().
| bool ChannelData::m_channelPreset {false} |
Definition at line 30 of file channeldata.h.
Referenced by handleChannels(), main(), and promptForChannelUpdates().
| bool ChannelData::m_channelUpdates {false} |
Definition at line 31 of file channeldata.h.
Referenced by insert_chan(), and main().
| bool ChannelData::m_filterNewChannels {false} |
Definition at line 32 of file channeldata.h.
Referenced by main().
| bool ChannelData::m_guideDataOnly {false} |
Definition at line 29 of file channeldata.h.
Referenced by handleChannels(), and main().
| bool ChannelData::m_interactive {false} |
Definition at line 28 of file channeldata.h.
Referenced by handleChannels(), and main().