Doxygen
|
Classes | |
struct | Node |
Public Member Functions | |
void | addSection (const QCString &title, const QCString &ref) |
void | incLevel () |
void | decLevel () |
void | writeToc (TextStream &t) const |
Private Member Functions | |
void | traverse (const Node &root, TextStream &t, int indent) const |
Private Attributes | |
Node | m_root |
Node * | m_current = &m_root |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 68 of file qhp.cpp.
References QhpSectionTree::Node::children, convertToXML(), QhpSectionTree::Node::Dir, QhpSectionTree::Node::Section, traverse(), and writeIndent().
Referenced by traverse(), and writeToc().
|
inline |
Definition at line 141 of file qhp.cpp.
References m_root, traverse(), and writeIndent().
Definition at line 66 of file qhp.cpp.
Referenced by addSection(), decLevel(), and incLevel().
|
private |
Definition at line 65 of file qhp.cpp.
Referenced by writeToc().