libyui-ncurses  2.54.5
tnode< n_value > Class Template Reference
Collaboration diagram for tnode< n_value >:

Public Member Functions

 tnode (n_value v, self *p=0, bool behind=true)
 
 tnode (n_value v, self &p, bool behind=true)
 
 tnode (n_value v, self &p, self &s, bool behind=true)
 
void Disconnect ()
 
bool ReparentTo (self &p, bool behind=true)
 
bool ReparentTo (self &p, self &s, bool behind=true)
 
n_value & Value () const
 
n_value & operator() () const
 
selfParent ()
 
const selfParent () const
 
selfPsibling ()
 
const selfPsibling () const
 
selfNsibling ()
 
const selfNsibling () const
 
selfFchild ()
 
const selfFchild () const
 
selfLchild ()
 
const selfLchild () const
 
bool HasParent () const
 
bool HasSiblings () const
 
bool HasChildren () const
 
bool IsParentOf (const self &c) const
 
bool IsSiblingOf (const self &s) const
 
bool IsChildOf (const self &p) const
 
unsigned Depth () const
 
bool IsDescendantOf (const self &n) const
 
bool IsDescendantOf (const self *n) const
 
selfTop ()
 
selfNext (bool restart=false)
 
selfPrev (bool restart=false)
 
selfNext (self *&c, bool restart=false)
 
selfPrev (self *&c, bool restart=false)
 
const selfTop () const
 
const selfNext (bool restart=false) const
 
const selfPrev (bool restart=false) const
 
const selfNext (const self *&c, bool restart=false) const
 
const selfPrev (const self *&c, bool restart=false) const
 

Protected Types

typedef tnode< n_value > self
 

Protected Member Functions

virtual void PreDisconnect ()
 
virtual void PostDisconnect ()
 
virtual void PreReparent ()
 
virtual void PostReparent ()
 

Protected Attributes

n_value val
 

Detailed Description

template<class n_value>
class tnode< n_value >

Definition at line 31 of file tnode.h.


The documentation for this class was generated from the following file: