#include <videometadatalistmanager.h>
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 38 of file videometadatalistmanager.h.
Definition at line 41 of file videometadatalistmanager.h.
| virtual meta_node::~meta_node | ( | ) | [inline, virtual] |
Definition at line 43 of file videometadatalistmanager.h.
| virtual const QString& meta_node::getName | ( | ) | const [pure virtual] |
Implemented in meta_data_node, and meta_dir_node.
| const QString & meta_node::getPath | ( | void | ) | const [virtual] |
Reimplemented in meta_dir_node.
Definition at line 189 of file videometadatalistmanager.cpp.
Referenced by getFQPath().
| const QString & meta_node::getFQPath | ( | ) |
Definition at line 194 of file videometadatalistmanager.cpp.
Referenced by AddMetadataToDir(), and getFQPath().
| void meta_node::setParent | ( | meta_node * | parent | ) |
Definition at line 213 of file videometadatalistmanager.cpp.
| void meta_node::setPathRoot | ( | bool | is_root = true |
) |
Definition at line 218 of file videometadatalistmanager.cpp.
Referenced by VideoListImp::buildDbList().
meta_node* meta_node::m_parent [protected] |
Definition at line 52 of file videometadatalistmanager.h.
Referenced by getFQPath(), and setParent().
QString meta_node::m_fq_path [private] |
Definition at line 55 of file videometadatalistmanager.h.
Referenced by getFQPath().
bool meta_node::m_path_root [private] |
Definition at line 56 of file videometadatalistmanager.h.
Referenced by getFQPath(), and setPathRoot().
const QString meta_node::m_empty_path [static, private] |
Definition at line 57 of file videometadatalistmanager.h.
Referenced by getPath().
1.6.3