Searched refs:TVDom (Results 1 – 2 of 2) sorted by relevance
50 class TVDom class57 TVDom( TVDom* arent = 0 ) in TVDom() function in treeview::TVDom64 ~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 …]
69 class TVDom;209 TVRead( const ConfigData& configData,TVDom* tvDom = 0 );260 TVChildTarget( const ConfigData& configData,TVDom* tvDom );