|
MythTV
0.26-pre
|
#include <videolist.h>
Public Member Functions | |
| TreeNodeData () | |
| 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 |
Definition at line 61 of file videolist.h.
Definition at line 75 of file videolist.cpp.
| TreeNodeData::TreeNodeData | ( | VideoMetadata * | metadata | ) |
Definition at line 79 of file videolist.cpp.
| TreeNodeData::TreeNodeData | ( | QString | path, |
| QString | host, | ||
| QString | prefix | ||
| ) |
Definition at line 84 of file videolist.cpp.
| TreeNodeData::TreeNodeData | ( | const TreeNodeData & | other | ) |
Definition at line 89 of file videolist.cpp.
Definition at line 105 of file videolist.cpp.
| TreeNodeData & TreeNodeData::operator= | ( | const TreeNodeData & | rhs | ) |
Definition at line 94 of file videolist.cpp.
Definition at line 110 of file videolist.cpp.
| const VideoMetadata * TreeNodeData::GetMetadata | ( | void | ) | const |
Definition at line 118 of file videolist.cpp.
| QString TreeNodeData::GetPath | ( | void | ) | const |
Definition at line 126 of file videolist.cpp.
| QString TreeNodeData::GetHost | ( | ) | const |
Definition at line 133 of file videolist.cpp.
| QString TreeNodeData::GetPrefix | ( | ) | const |
Definition at line 140 of file videolist.cpp.
class TreeNodeDataPrivate* TreeNodeData::m_d [private] |
Definition at line 80 of file videolist.h.
Referenced by GetHost(), GetMetadata(), GetPath(), GetPrefix(), operator=(), TreeNodeData(), and ~TreeNodeData().
1.7.6.1