MythTV
master
|
#include <mythmetadatalookup/lookup.h>
Public Member Functions | |
LookerUpper () | |
~LookerUpper () override | |
bool | StillWorking () |
void | HandleSingleRecording (uint chanid, const QDateTime &starttime, bool updaterules=false) |
void | HandleAllRecordings (bool updaterules=false) |
void | HandleAllRecordingRules (void) |
void | HandleAllArtwork (bool aggressive=false) |
Static Public Member Functions | |
static bool | AllOK () |
static void | CopyRuleInetrefsToRecordings () |
Private Member Functions | |
void | customEvent (QEvent *event) override |
Private Attributes | |
MetadataFactory * | m_metadataFactory { nullptr } |
QList< ProgramInfo * > | m_busyRecList |
bool | m_updaterules { false } |
bool | m_updateartwork { false } |
LookerUpper::LookerUpper | ( | ) |
Definition at line 19 of file lookup.cpp.
|
override |
Definition at line 24 of file lookup.cpp.
|
inlinestatic |
bool LookerUpper::StillWorking | ( | ) |
Definition at line 30 of file lookup.cpp.
void LookerUpper::HandleSingleRecording | ( | uint | chanid, |
const QDateTime & | starttime, | ||
bool | updaterules = false |
||
) |
Definition at line 36 of file lookup.cpp.
Definition at line 56 of file lookup.cpp.
void LookerUpper::HandleAllRecordingRules | ( | void | ) |
Definition at line 92 of file lookup.cpp.
Definition at line 119 of file lookup.cpp.
|
static |
Definition at line 199 of file lookup.cpp.
Referenced by main().
|
overrideprivate |
Definition at line 232 of file lookup.cpp.
|
private |
Definition at line 32 of file lookup.h.
Referenced by HandleAllArtwork(), HandleAllRecordingRules(), HandleAllRecordings(), HandleSingleRecording(), and StillWorking().
|
private |
Definition at line 34 of file lookup.h.
Referenced by customEvent(), HandleAllArtwork(), HandleAllRecordingRules(), HandleAllRecordings(), HandleSingleRecording(), StillWorking(), and ~LookerUpper().
Definition at line 35 of file lookup.h.
Referenced by customEvent(), HandleAllArtwork(), HandleAllRecordingRules(), HandleAllRecordings(), and HandleSingleRecording().
Definition at line 36 of file lookup.h.
Referenced by customEvent(), HandleAllArtwork(), and HandleSingleRecording().