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.
int FTVNode::computeTreeDepth | ( | int | level | ) | const |
Definition at line 68 of file ftvhelp.cpp.
int FTVNode::numNodesAtLevel | ( | int | level, |
int | maxLevel | ||
) | const |
Definition at line 84 of file ftvhelp.cpp.
bool FTVNode::addToNavIndex |
Definition at line 64 of file ftvhelp.cpp.
QCString FTVNode::anchor |
Definition at line 58 of file ftvhelp.cpp.
Definition at line 61 of file ftvhelp.cpp.
Definition* FTVNode::def |
Definition at line 65 of file ftvhelp.cpp.
QCString FTVNode::file |
Definition at line 57 of file ftvhelp.cpp.
int FTVNode::index |
Definition at line 60 of file ftvhelp.cpp.
bool FTVNode::isDir |
Definition at line 55 of file ftvhelp.cpp.
bool FTVNode::isLast |
Definition at line 54 of file ftvhelp.cpp.
QCString FTVNode::name |
Definition at line 59 of file ftvhelp.cpp.
FTVNode* FTVNode::parent |
Definition at line 62 of file ftvhelp.cpp.
QCString FTVNode::ref |
Definition at line 56 of file ftvhelp.cpp.
bool FTVNode::separateIndex |
Definition at line 63 of file ftvhelp.cpp.