6#include <QNetworkAccessManager>
7#include <QNetworkReply>
8#include <QNetworkRequest>
29 bool Create(
void)
override;
52 virtual bool Matches(
bool search,
bool tree) = 0;
QList< GrabberScript * > scriptList
Screen in which all other widgets are contained and rendered.
MythScreenStack * m_popupStack
virtual bool Matches(bool search, bool tree)=0
virtual bool FindGrabberInDB(const QString &filename)=0
void SlotLoadedData(void)
QNetworkAccessManager * m_manager
virtual bool InsertInDB(GrabberScript *script)=0
MythUIBusyDialog * m_busyPopup
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
virtual bool RemoveFromDB(GrabberScript *script)=0
MythUIButtonList * m_grabbers
void CreateBusyDialog(const QString &title)
void FillGrabberButtonList()
~NetEditorBase() override
GrabberScript::scriptList m_grabberList
NetEditorBase(MythScreenStack *parent, const QString &name)
Creates a new NetEditorBase Screen.
void ToggleItem(MythUIButtonListItem *item)
bool Create(void) override