|
MythTV 0.25-pre
|
Public Member Functions | |
| meta_node (meta_node *parent, bool is_path_root=false) | |
| virtual | ~meta_node () |
| virtual const QString & | getName () const =0 |
| virtual const QString & | getPath () const |
| const QString & | getFQPath () |
| void | setParent (meta_node *parent) |
| void | setPathRoot (bool is_root=true) |
Protected Attributes | |
| meta_node * | m_parent |
Private Attributes | |
| QString | m_fq_path |
| bool | m_path_root |
Static Private Attributes | |
| static const QString | m_empty_path |
Definition at line 147 of file videolist.cpp.
Definition at line 150 of file videolist.cpp.
| virtual fake_unnamed::meta_node::~meta_node | ( | ) | [inline, virtual] |
Definition at line 152 of file videolist.cpp.
| virtual const QString& fake_unnamed::meta_node::getName | ( | ) | const [pure virtual] |
Implemented in fake_unnamed::meta_data_node, and fake_unnamed::meta_dir_node.
| virtual const QString& fake_unnamed::meta_node::getPath | ( | void | ) | const [inline, virtual] |
Reimplemented in fake_unnamed::meta_dir_node.
Definition at line 156 of file videolist.cpp.
Referenced by getFQPath().
| const QString& fake_unnamed::meta_node::getFQPath | ( | ) | [inline] |
Definition at line 161 of file videolist.cpp.
Referenced by fake_unnamed::AddMetadataToDir(), and getFQPath().
| void fake_unnamed::meta_node::setParent | ( | meta_node * | parent | ) | [inline] |
Definition at line 180 of file videolist.cpp.
| void fake_unnamed::meta_node::setPathRoot | ( | bool | is_root = true | ) | [inline] |
Definition at line 185 of file videolist.cpp.
Referenced by VideoListImp::buildDbList().
meta_node* fake_unnamed::meta_node::m_parent [protected] |
Definition at line 191 of file videolist.cpp.
Referenced by getFQPath(), and setParent().
QString fake_unnamed::meta_node::m_fq_path [private] |
Definition at line 194 of file videolist.cpp.
Referenced by getFQPath().
bool fake_unnamed::meta_node::m_path_root [private] |
Definition at line 195 of file videolist.cpp.
Referenced by getFQPath(), and setPathRoot().
const QString fake_unnamed::meta_node::m_empty_path [static, private] |
Definition at line 196 of file videolist.cpp.
Referenced by getPath().
1.7.4