My Project
|
Public Member Functions | |
FTVNode (bool dir, const char *r, const char *f, const char *a, const char *n, bool sepIndex, bool navIndex, Definition *df) | |
int | computeTreeDepth (int level) const |
int | numNodesAtLevel (int level, int maxLevel) const |
Public Attributes | |
bool | isLast |
bool | isDir |
QCString | ref |
QCString | file |
QCString | anchor |
QCString | name |
int | index |
QList< FTVNode > | children |
FTVNode * | parent |
bool | separateIndex |
bool | addToNavIndex |
Definition * | def |
Definition at line 45 of file ftvhelp.cpp.
|
inline |
Definition at line 47 of file ftvhelp.cpp.
References children.
int FTVNode::computeTreeDepth | ( | int | level | ) | const |
Definition at line 68 of file ftvhelp.cpp.
References children, and computeTreeDepth().
Referenced by computeTreeDepth(), and FTVHelp::generateTreeViewInline().
int FTVNode::numNodesAtLevel | ( | int | level, |
int | maxLevel | ||
) | const |
Definition at line 84 of file ftvhelp.cpp.
References children, and numNodesAtLevel().
Referenced by FTVHelp::generateTreeViewInline(), and numNodesAtLevel().
bool FTVNode::addToNavIndex |
Definition at line 64 of file ftvhelp.cpp.
Referenced by generateJSTree().
QCString FTVNode::anchor |
Definition at line 58 of file ftvhelp.cpp.
Referenced by generateJSTree(), and node2URL().
QList<FTVNode> FTVNode::children |
Definition at line 61 of file ftvhelp.cpp.
Referenced by computeTreeDepth(), FTVHelp::decContentsDepth(), FTVNode(), generateJSTree(), FTVHelp::generateTree(), FTVHelp::generateTreeViewInline(), and numNodesAtLevel().
Definition* FTVNode::def |
Definition at line 65 of file ftvhelp.cpp.
Referenced by generateJSTree(), FTVHelp::generateTree(), and node2URL().
QCString FTVNode::file |
Definition at line 57 of file ftvhelp.cpp.
Referenced by dupOfParent(), generateJSLink(), generateJSTree(), FTVHelp::generateLink(), and node2URL().
int FTVNode::index |
Definition at line 60 of file ftvhelp.cpp.
Referenced by FTVHelp::addContentsItem(), FTVHelp::generateIndentLabel(), and pathToNode().
bool FTVNode::isDir |
Definition at line 55 of file ftvhelp.cpp.
Referenced by FTVHelp::generateIndent(), and FTVHelp::generateTree().
bool FTVNode::isLast |
Definition at line 54 of file ftvhelp.cpp.
QCString FTVNode::name |
Definition at line 59 of file ftvhelp.cpp.
Referenced by generateJSLink(), and FTVHelp::generateLink().
FTVNode* FTVNode::parent |
Definition at line 62 of file ftvhelp.cpp.
Referenced by FTVHelp::addContentsItem(), dupOfParent(), FTVHelp::generateIndent(), FTVHelp::generateIndentLabel(), and pathToNode().
QCString FTVNode::ref |
Definition at line 56 of file ftvhelp.cpp.
Referenced by generateJSLink(), and FTVHelp::generateLink().
bool FTVNode::separateIndex |
Definition at line 63 of file ftvhelp.cpp.
Referenced by generateJSTree().