MythTV
master
mythplugins
mythnetvision
mythnetvision
treeeditor.h
Go to the documentation of this file.
1
#ifndef TREEEDITOR_H
2
#define TREEEDITOR_H
3
4
#include "
neteditorbase.h
"
5
9
class
TreeEditor
:
public
NetEditorBase
10
{
11
Q_OBJECT
12
13
public
:
14
explicit
TreeEditor
(
MythScreenStack
*parent,
const
QString &name =
"TreeEditor"
)
15
:
NetEditorBase
(parent, name) {}
16
17
protected
:
18
bool
InsertInDB
(
GrabberScript
*script)
override
;
// NetEditorBase
19
bool
RemoveFromDB
(
GrabberScript
*script)
override
;
// NetEditorBase
20
bool
FindGrabberInDB
(
const
QString &
filename
)
override
;
// NetEditorBase
21
bool
Matches
(
bool
search,
bool
tree)
override
;
// NetEditorBase
22
};
23
24
#endif
/* TREEEDITOR_H */
TreeEditor::RemoveFromDB
bool RemoveFromDB(GrabberScript *script) override
Definition:
treeeditor.cpp:10
TreeEditor::TreeEditor
TreeEditor(MythScreenStack *parent, const QString &name="TreeEditor")
Definition:
treeeditor.h:14
TreeEditor
Definition:
treeeditor.h:9
MythScreenStack
Definition:
mythscreenstack.h:16
TreeEditor::InsertInDB
bool InsertInDB(GrabberScript *script) override
Definition:
treeeditor.cpp:5
neteditorbase.h
GrabberScript
Definition:
netgrabbermanager.h:17
TreeEditor::FindGrabberInDB
bool FindGrabberInDB(const QString &filename) override
Definition:
treeeditor.cpp:20
NetEditorBase
Definition:
neteditorbase.h:21
TreeEditor::Matches
bool Matches(bool search, bool tree) override
Definition:
treeeditor.cpp:25
build_compdb.filename
filename
Definition:
build_compdb.py:21
Generated on Sat Jan 18 2025 03:17:16 for MythTV by
1.8.17