|
MythTV master
|
#include <mythfrontend/videolist.h>
Public Member Functions | |
| TreeNodeData ()=default | |
| TreeNodeData (VideoMetadata *metadata) | |
| TreeNodeData (QString path, QString host, QString prefix) | |
| TreeNodeData (const TreeNodeData &other) | |
| TreeNodeData & | operator= (const TreeNodeData &rhs) |
| ~TreeNodeData () | |
| VideoMetadata * | GetMetadata () |
| const VideoMetadata * | GetMetadata () const |
| QString | GetPath () const |
| QString | GetHost () const |
| QString | GetPrefix () const |
Private Attributes | |
| class TreeNodeDataPrivate * | m_d {nullptr} |
Definition at line 68 of file videolist.h.
|
default |
|
explicit |
Definition at line 86 of file videolist.cpp.
| TreeNodeData::TreeNodeData | ( | QString | path, |
| QString | host, | ||
| QString | prefix | ||
| ) |
Definition at line 91 of file videolist.cpp.
| TreeNodeData::TreeNodeData | ( | const TreeNodeData & | other | ) |
Definition at line 96 of file videolist.cpp.
| TreeNodeData::~TreeNodeData | ( | ) |
Definition at line 112 of file videolist.cpp.
| QString TreeNodeData::GetHost | ( | void | ) | const |
Definition at line 140 of file videolist.cpp.
| VideoMetadata * TreeNodeData::GetMetadata | ( | void | ) |
Definition at line 117 of file videolist.cpp.
| const VideoMetadata * TreeNodeData::GetMetadata | ( | void | ) | const |
Definition at line 125 of file videolist.cpp.
| QString TreeNodeData::GetPath | ( | void | ) | const |
Definition at line 133 of file videolist.cpp.
| QString TreeNodeData::GetPrefix | ( | void | ) | const |
Definition at line 147 of file videolist.cpp.
| TreeNodeData & TreeNodeData::operator= | ( | const TreeNodeData & | rhs | ) |
Definition at line 101 of file videolist.cpp.
|
private |
Definition at line 87 of file videolist.h.
Referenced by GetHost(), GetMetadata(), GetPath(), GetPrefix(), operator=(), TreeNodeData(), and ~TreeNodeData().