MythTV
master
|
#include <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 65 of file videolist.h.
|
default |
|
explicit |
Definition at line 77 of file videolist.cpp.
TreeNodeData::TreeNodeData | ( | QString | path, |
QString | host, | ||
QString | prefix | ||
) |
Definition at line 82 of file videolist.cpp.
TreeNodeData::TreeNodeData | ( | const TreeNodeData & | other | ) |
Definition at line 87 of file videolist.cpp.
TreeNodeData::~TreeNodeData | ( | ) |
Definition at line 103 of file videolist.cpp.
TreeNodeData & TreeNodeData::operator= | ( | const TreeNodeData & | rhs | ) |
Definition at line 92 of file videolist.cpp.
const VideoMetadata * TreeNodeData::GetMetadata | ( | ) |
Definition at line 108 of file videolist.cpp.
const VideoMetadata* TreeNodeData::GetMetadata | ( | ) | const |
QString TreeNodeData::GetPath | ( | ) | const |
Definition at line 124 of file videolist.cpp.
QString TreeNodeData::GetHost | ( | ) | const |
Definition at line 131 of file videolist.cpp.
QString TreeNodeData::GetPrefix | ( | ) | const |
Definition at line 138 of file videolist.cpp.
|
private |
Definition at line 84 of file videolist.h.
Referenced by GetHost(), GetMetadata(), GetPath(), GetPrefix(), operator=(), TreeNodeData(), and ~TreeNodeData().