Doxygen
|
Public Types | |
enum class | Type { Root , Dir , Section } |
Public Member Functions | |
Node () | |
Node (Node *parent_) | |
Node (Node *parent_, const QCString &title_, const QCString &ref_) | |
Public Attributes | |
Type | type |
Node * | parent = nullptr |
QCString | title |
QCString | ref |
std::vector< std::unique_ptr< Node > > | children |
|
strong |
|
inline |
|
inline |
|
inline |
std::vector<std::unique_ptr<Node> > QhpSectionTree::Node::children |
Definition at line 62 of file qhp.cpp.
Referenced by QhpSectionTree::traverse().
Node* QhpSectionTree::Node::parent = nullptr |
Type QhpSectionTree::Node::type |