|
Doxygen
|
Classes | |
| struct | Node |
Public Member Functions | |
| void | addSection (const DString &title, const DString &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 |
Definition at line 123 of file qhp.cpp.
References QhpSectionTree::Node::children, and m_current.
|
inline |
Definition at line 133 of file qhp.cpp.
References m_current, and QhpSectionTree::Node::parent.
|
inline |
Definition at line 127 of file qhp.cpp.
References QhpSectionTree::Node::children, m_current, and QhpSectionTree::Node::Node().
|
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().