|
Doxygen
|
Public Member Functions | |
| FTVNode (bool dir, const QCString &r, const QCString &f, const QCString &a, const QCString &n, bool sepIndex, bool navIndex, const Definition *df, const QCString &nameAsHtml_) | |
| 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 |
| QCString | nameAsHtml |
| int | index = 0 |
| FTVNodes | children |
| FTVNodeWeakPtr | parent |
| bool | separateIndex |
| bool | addToNavIndex |
| const Definition * | def |
Definition at line 51 of file ftvhelp.cpp.
|
inline |
Definition at line 53 of file ftvhelp.cpp.
References addToNavIndex, anchor, def, file, isDir, isLast, name, nameAsHtml, ref, separateIndex, and TRUE.
| int FTVNode::computeTreeDepth | ( | int | level | ) | const |
Definition at line 75 of file ftvhelp.cpp.
References children.
| int FTVNode::numNodesAtLevel | ( | int | level, |
| int | maxLevel ) const |
Definition at line 89 of file ftvhelp.cpp.
References children.
| bool FTVNode::addToNavIndex |
Definition at line 71 of file ftvhelp.cpp.
Referenced by FTVNode().
| QCString FTVNode::anchor |
Definition at line 64 of file ftvhelp.cpp.
Referenced by FTVNode().
| FTVNodes FTVNode::children |
Definition at line 68 of file ftvhelp.cpp.
Referenced by computeTreeDepth(), and numNodesAtLevel().
| const Definition* FTVNode::def |
Definition at line 72 of file ftvhelp.cpp.
Referenced by FTVNode().
| QCString FTVNode::file |
Definition at line 63 of file ftvhelp.cpp.
Referenced by FTVNode().
| int FTVNode::index = 0 |
Definition at line 67 of file ftvhelp.cpp.
| bool FTVNode::isDir |
Definition at line 61 of file ftvhelp.cpp.
Referenced by FTVNode().
| bool FTVNode::isLast |
Definition at line 60 of file ftvhelp.cpp.
Referenced by FTVNode().
| QCString FTVNode::name |
Definition at line 65 of file ftvhelp.cpp.
Referenced by FTVNode().
| QCString FTVNode::nameAsHtml |
Definition at line 66 of file ftvhelp.cpp.
Referenced by FTVNode().
| FTVNodeWeakPtr FTVNode::parent |
Definition at line 69 of file ftvhelp.cpp.
| QCString FTVNode::ref |
Definition at line 62 of file ftvhelp.cpp.
Referenced by FTVNode().
| bool FTVNode::separateIndex |
Definition at line 70 of file ftvhelp.cpp.
Referenced by FTVNode().