Home
last modified time | relevance | path

Searched refs:TVDom (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx50 class TVDom class
57 TVDom( TVDom* arent = 0 ) in TVDom() function in treeview::TVDom
64 ~TVDom() in ~TVDom()
71 TVDom* newChild() in newChild()
73 childs.push_back( new TVDom( this ) ); in newChild()
78 TVDom* getParent() const in getParent()
83 return const_cast<TVDom*>(this); // I am my own parent, if I am the root in getParent()
93 bool isLeaf() const { return kind == TVDom::tree_leaf; } in isLeaf()
138 for ( const TVDom* p = this;; p = p->parent ) in getTargetURL()
165 TVDom *parent;
[all …]
H A Dtvread.hxx69 class TVDom;
209 TVRead( const ConfigData& configData,TVDom* tvDom = 0 );
260 TVChildTarget( const ConfigData& configData,TVDom* tvDom );