1#ifndef GRABBERSETTINGS_H
2#define GRABBERSETTINGS_H
23 bool Create(
void)
override;
27 void Load(
void)
override;
28 void Init(
void)
override;
void Init(void) override
Used after calling Load() to assign data to widgets and other UI initilisation which is prohibited in...
~GrabberSettings() override=default
GrabberSettings(MythScreenStack *parent, const char *name=nullptr)
GrabberList m_movieGrabberList
GrabberList m_gameGrabberList
MythUIButton * m_okButton
void Load(void) override
Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (S...
MythUIButtonList * m_gameGrabberButtonList
MythUICheckBox * m_dailyUpdatesCheck
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
bool Create(void) override
GrabberList m_tvGrabberList
MythUIButtonList * m_tvGrabberButtonList
MythUIButtonList * m_movieGrabberButtonList
MythUIButton * m_cancelButton
Screen in which all other widgets are contained and rendered.
A checkbox widget supporting three check states - on,off,half and two conditions - selected and unsel...