MythTV
master
|
#include <mythfilldatabase/filldata.h>
Public Types | |
enum | { kRefreshClear = 0xFFFF0, kRefreshAll = 0xFFFF1 } |
Public Member Functions | |
FillData () | |
void | SetRefresh (int day, bool set) |
bool | GrabDataFromFile (int id, const QString &filename) |
bool | GrabData (const DataSource &source, int offset) |
bool | Run (DataSourceList &sourcelist) |
Goes through the sourcelist and updates its channels with program info grabbed with the associated grabber. More... | |
Public Attributes | |
ChannelData | m_chanData |
XMLTVParser | m_xmltvParser |
QString | m_grabOptions |
uint | m_maxDays {0} |
bool | m_interrupted {false} |
bool | m_endOfData {false} |
bool | m_refreshTba {true} |
bool | m_needPostGrabProc {true} |
bool | m_onlyUpdateChannels {false} |
bool | m_channelUpdateRun {false} |
bool | m_noAllAtOnce {false} |
Private Attributes | |
QMap< uint, bool > | m_refreshDay |
bool | m_refreshAll {false} |
QStringList | m_fatalErrors |
Definition at line 42 of file filldata.h.
anonymous enum |
Enumerator | |
---|---|
kRefreshClear | |
kRefreshAll |
Definition at line 56 of file filldata.h.
|
inline |
Definition at line 45 of file filldata.h.
void FillData::SetRefresh | ( | int | day, |
bool | set | ||
) |
Definition at line 70 of file filldata.cpp.
Referenced by FillData(), and main().
bool FillData::GrabDataFromFile | ( | int | id, |
const QString & | filename | ||
) |
Definition at line 88 of file filldata.cpp.
Referenced by GrabData(), and main().
bool FillData::GrabData | ( | const DataSource & | source, |
int | offset | ||
) |
Definition at line 119 of file filldata.cpp.
Referenced by Run().
bool FillData::Run | ( | DataSourceList & | sourcelist | ) |
Goes through the sourcelist and updates its channels with program info grabbed with the associated grabber.
Definition at line 246 of file filldata.cpp.
Referenced by main().
ChannelData FillData::m_chanData |
Definition at line 63 of file filldata.h.
Referenced by GrabDataFromFile(), and main().
XMLTVParser FillData::m_xmltvParser |
Definition at line 64 of file filldata.h.
Referenced by GrabDataFromFile().
QString FillData::m_grabOptions |
Definition at line 66 of file filldata.h.
Referenced by GrabData(), and main().
uint FillData::m_maxDays {0} |
Definition at line 67 of file filldata.h.
Definition at line 69 of file filldata.h.
Referenced by GrabData(), and Run().
Definition at line 70 of file filldata.h.
Referenced by GrabDataFromFile(), and Run().
Definition at line 71 of file filldata.h.
Referenced by main().
Definition at line 72 of file filldata.h.
Definition at line 73 of file filldata.h.
Referenced by GrabData(), GrabDataFromFile(), main(), and Run().
Definition at line 74 of file filldata.h.
Referenced by Run().
Definition at line 75 of file filldata.h.
Referenced by GrabData(), main(), and Run().
Definition at line 78 of file filldata.h.
Referenced by Run(), and SetRefresh().
Definition at line 79 of file filldata.h.
Referenced by Run(), and SetRefresh().
|
mutableprivate |
Definition at line 80 of file filldata.h.
Referenced by GrabData(), and Run().