
Definition at line 25 of file videolist.cpp.
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 28 of file videolist.cpp.
| virtual fake_unnamed::meta_node::~meta_node | ( | ) | [inline, virtual] |
Definition at line 30 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 | ( | ) | const [inline, virtual] |
Reimplemented in fake_unnamed::meta_dir_node.
Definition at line 34 of file videolist.cpp.
Referenced by getFQPath().
| const QString& fake_unnamed::meta_node::getFQPath | ( | ) | [inline] |
Definition at line 39 of file videolist.cpp.
Referenced by fake_unnamed::AddMetadataToDir(), and getFQPath().
| void fake_unnamed::meta_node::setParent | ( | meta_node * | parent | ) | [inline] |
Definition at line 55 of file videolist.cpp.
| void fake_unnamed::meta_node::setPathRoot | ( | bool | is_root = true |
) | [inline] |
meta_node* fake_unnamed::meta_node::m_parent [protected] |
QString fake_unnamed::meta_node::m_fq_path [private] |
bool fake_unnamed::meta_node::m_path_root [private] |
const QString fake_unnamed::meta_node::m_empty_path [static, private] |
1.5.5