|
MythTV master
|
#include <vector>#include <QString>#include "libmythtv/programdata.h"#include "channeldata.h"#include "xmltvparser.h"Go to the source code of this file.
Classes | |
| struct | DataSource |
| class | FillData |
Typedefs | |
| using | DataSourceList = std::vector< DataSource > |
Functions | |
| bool | updateLastRunEnd () |
| bool | updateLastRunStart () |
| bool | updateLastRunStatus (QString &status) |
| bool | updateNextScheduledRun () |
Variables | |
| static constexpr int8_t | REFRESH_MAX { 21 } |
| using DataSourceList = std::vector<DataSource> |
Definition at line 40 of file filldata.h.
| bool updateLastRunEnd | ( | ) |
Definition at line 37 of file filldata.cpp.
Referenced by FillData::GrabData(), main(), and FillData::Run().
| bool updateLastRunStart | ( | ) |
Definition at line 45 of file filldata.cpp.
Referenced by FillData::GrabData(), main(), and FillData::Run().
| bool updateLastRunStatus | ( | QString & | status | ) |
Definition at line 54 of file filldata.cpp.
Referenced by FillData::GrabData(), main(), and FillData::Run().
| bool updateNextScheduledRun | ( | ) |
Definition at line 61 of file filldata.cpp.
Referenced by updateLastRunStart().
|
staticconstexpr |
Definition at line 17 of file filldata.h.
Referenced by FillData::Run().