MythTV master
|
#include <libmythtv/recorders/ExternalRecChannelFetcher.h>
Public Member Functions | |
ExternalRecChannelFetcher (int cardid, QString cmd) | |
~ExternalRecChannelFetcher (void) | |
bool | Valid (void) const |
int | LoadChannels (void) |
bool | FirstChannel (QString &channum, QString &name, QString &callsign, QString &xmltvid, QString &icon) |
bool | NextChannel (QString &channum, QString &name, QString &callsign, QString &xmltvid, QString &icon) |
Protected Member Functions | |
void | Close (void) |
bool | FetchChannel (const QString &cmd, QString &channum, QString &name, QString &callsign, QString &xmltvid, QString &icon) |
Private Attributes | |
int | m_cardid |
QString | m_command |
ExternalStreamHandler * | m_streamHandler {nullptr} |
Definition at line 26 of file ExternalRecChannelFetcher.h.
ExternalRecChannelFetcher::ExternalRecChannelFetcher | ( | int | cardid, |
QString | cmd | ||
) |
Definition at line 36 of file ExternalRecChannelFetcher.cpp.
ExternalRecChannelFetcher::~ExternalRecChannelFetcher | ( | void | ) |
Definition at line 49 of file ExternalRecChannelFetcher.cpp.
|
protected |
Definition at line 54 of file ExternalRecChannelFetcher.cpp.
Referenced by ExternalRecChannelFetcher(), and ~ExternalRecChannelFetcher().
|
protected |
Definition at line 77 of file ExternalRecChannelFetcher.cpp.
Referenced by FirstChannel(), and NextChannel().
|
inline |
Definition at line 35 of file ExternalRecChannelFetcher.h.
Referenced by ExternRecChannelScanner::run().
int ExternalRecChannelFetcher::LoadChannels | ( | void | ) |
Definition at line 129 of file ExternalRecChannelFetcher.cpp.
Referenced by ExternRecChannelScanner::run().
|
inline |
Definition at line 44 of file ExternalRecChannelFetcher.h.
Referenced by ExternRecChannelScanner::run().
bool ExternalRecChannelFetcher::Valid | ( | void | ) | const |
Definition at line 60 of file ExternalRecChannelFetcher.cpp.
Referenced by FetchChannel(), and LoadChannels().
|
private |
Definition at line 66 of file ExternalRecChannelFetcher.h.
Referenced by Close().
|
private |
Definition at line 67 of file ExternalRecChannelFetcher.h.
|
private |
Definition at line 69 of file ExternalRecChannelFetcher.h.
Referenced by Close(), ExternalRecChannelFetcher(), FetchChannel(), LoadChannels(), and Valid().