The Node
Struct Reference
Declaration
struct QhpSectionTree::Node { ... }
Enumerations Index
Public Constructors Index
| Node () |
|
|
|
| Node (Node *parent_) |
|
|
|
| Node (Node *parent_, const QCString &title_, const QCString &ref_) |
|
|
|
Public Member Attributes Index
Definition at line 48 of file qhp.cpp.
Enumerations
Type
enum class QhpSectionTree::Node::Type |
|
strong
|
- Enumeration values
-
Definition at line 50 of file qhp.cpp.
Public Constructors
Node()
QhpSectionTree::Node::Node () |
|
inline
|
Node()
QhpSectionTree::Node::Node (Node * parent_) |
|
inline
|
Node()
Public Member Attributes
children
std::vector<std::unique_ptr<Node> > QhpSectionTree::Node::children |
|
parent
Node* QhpSectionTree::Node::parent = nullptr |
|
ref
QCString QhpSectionTree::Node::ref |
|
Definition at line 61 of file qhp.cpp.
Referenced by Node.
title
QCString QhpSectionTree::Node::title |
|
Definition at line 60 of file qhp.cpp.
Referenced by Node.
type
Type QhpSectionTree::Node::type |
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.