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