#include <gHtmlSeq.h>
Inheritance diagram for gHTree:
Public Member Functions | |
gHTree () | |
virtual | ~gHTree () |
virtual bool | IsEmpty () |
virtual gHNode * | StartNode () |
virtual gHNode * | GetLastNode () |
virtual void | Reset () |
virtual int | AppendCouplePtr (gHtmlCouple *ptrCouple) |
virtual int | AppendTreePtr (gHTree *pTree) |
virtual void | Show (bool doShowAll=true) |
virtual void | ShowTree (bool doShowAll=true, int level=0) |
Protected Member Functions | |
int | thisAppendNode (gHNode *newNode) |
int | thisShowNode (gHNode *pNode, bool doShowAll, int level) |
Protected Attributes | |
gHNode * | pStart |
gHNode * | pEnd |
|
Definition at line 96 of file gHtmlSeq.cpp. |
|
Definition at line 102 of file gHtmlSeq.cpp. |
|
Definition at line 126 of file gHtmlSeq.cpp. Referenced by gHSeq::thisAppendNormal(), and gHSeq::thisBuild(). |
|
Definition at line 145 of file gHtmlSeq.cpp. Referenced by gHSeq::thisAppendTree(), and gHSeq::thisBuild(). |
|
Definition at line 107 of file gHtmlSeq.cpp. |
|
Reimplemented from gListGeneric. Definition at line 70 of file gHtmlSeq.h. |
|
Reimplemented from gListGeneric. Definition at line 113 of file gHtmlSeq.cpp. Referenced by ~gHTree(). |
|
Reimplemented from gList. Definition at line 185 of file gHtmlSeq.cpp. Referenced by gHtmlParser::ShowTree(). |
|
Definition at line 192 of file gHtmlSeq.cpp. Referenced by Show(). |
|
Definition at line 73 of file gHtmlSeq.h. |
|
Definition at line 154 of file gHtmlSeq.cpp. Referenced by AppendCouplePtr(), and AppendTreePtr(). |
|
Definition at line 167 of file gHtmlSeq.cpp. Referenced by ShowTree(). |
|
Reimplemented from gListGeneric. Definition at line 89 of file gHtmlSeq.h. Referenced by GetLastNode(), Reset(), and thisAppendNode(). |
|
Reimplemented from gListGeneric. Definition at line 88 of file gHtmlSeq.h. Referenced by IsEmpty(), Reset(), ShowTree(), StartNode(), and thisAppendNode(). |