MythTV 0.25-pre
Public Member Functions | Protected Attributes | Private Attributes | Static Private Attributes
fake_unnamed::meta_node Class Reference
Inheritance diagram for fake_unnamed::meta_node:
fake_unnamed::meta_data_node fake_unnamed::meta_dir_node

List of all members.

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_nodem_parent

Private Attributes

QString m_fq_path
bool m_path_root

Static Private Attributes

static const QString m_empty_path

Detailed Description

Definition at line 147 of file videolist.cpp.


Constructor & Destructor Documentation

fake_unnamed::meta_node::meta_node ( meta_node parent,
bool  is_path_root = false 
) [inline]

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.


Member Function Documentation

virtual const QString& fake_unnamed::meta_node::getName ( ) const [pure virtual]
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().


Member Data Documentation

Definition at line 191 of file videolist.cpp.

Referenced by getFQPath(), and setParent().

Definition at line 194 of file videolist.cpp.

Referenced by getFQPath().

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends