Go to the documentation of this file.
39 LOG(VB_GENERAL, LOG_ERR,
"Theme is missing critical theme elements.");
44 "information and artwork about movies."));
46 "information and artwork about television."));
48 "information and artwork about video games."));
53 "perform artwork updates for recordings daily. When "
54 "new seasons begin to record, this will attempt to "
55 "provide you with fresh, relevant artwork while "
56 "preserving the artwork assigned to old recordings."));
63 QString message = tr(
"Searching for data sources...");
84 item->SetData(grabber.GetRelPath());
85 item->SetTextFromMap(map);
96 item->SetData(grabber.GetRelPath());
97 item->SetTextFromMap(map);
108 item->SetData(grabber.GetRelPath());
109 item->SetTextFromMap(map);
117 "metadata/Television/ttvdb4.py");
119 "metadata/Movie/tmdb3.py");
121 "metadata/Game/giantbomb.py");
139 int dailyupdatestate = 0;
141 dailyupdatestate = 1;
143 QString::number(dailyupdatestate),
"");
bool Create(void) override
void LoadInBackground(const QString &message="")
MythUIButtonList * m_gameGrabberButtonList
MythUICheckBox * m_dailyUpdatesCheck
MythUIType * GetChild(const QString &name) const
Get a named child of this UIType.
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
MythUIType * GetFocusWidget(void) const
QHash< QString, QString > InfoMap
MythUIButton * m_okButton
void SetHelpText(const QString &text)
void BuildFocusList(void)
MythUIButtonList * m_movieGrabberButtonList
MythCoreContext * gCoreContext
This global variable contains the MythCoreContext instance for the app.
A checkbox widget supporting three check states - on,off,half and two conditions - selected and unsel...
GrabberList m_tvGrabberList
int GetNumSetting(const QString &key, int defaultval=0)
void Load(void) override
Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (S...
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
GrabberList m_gameGrabberList
void SetCheckState(MythUIStateType::StateType state)
static bool LoadWindowFromXML(const QString &xmlfile, const QString &windowname, MythUIType *parent)
MythUIButtonList * m_tvGrabberButtonList
GrabberList m_movieGrabberList
void Init(void) override
Used after calling Load() to assign data to widgets and other UI initilisation which is prohibited in...
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
void SaveSetting(const QString &key, int newValue)
MythUIButton * m_cancelButton
MythUIStateType::StateType GetCheckState() const
bool SaveSettingOnHost(const QString &key, const QString &newValue, const QString &host)
QString GetSetting(const QString &key, const QString &defaultval="")