#include <SIModel.hpp>
◆ Node()
| Node::Node |
( |
const QString | str, |
|
|
Node * | parent = nullptr, |
|
|
const bool | scan_immediate = false ) |
◆ ~Node()
◆ child() [1/2]
| Node * Node::child |
( |
const int | idx | ) |
|
|
inline |
◆ child() [2/2]
| const Node * Node::child |
( |
const int | idx | ) |
const |
|
inline |
◆ childCount()
| int Node::childCount |
( |
| ) |
const |
|
inline |
◆ name()
| QString Node::name |
( |
| ) |
const |
|
inline |
◆ parent()
| const Node * Node::parent |
( |
| ) |
const |
|
inline |
◆ row()
◆ scan()
◆ scanned()
| bool Node::scanned |
( |
| ) |
const |
|
inline |
◆ m_children
| std::vector< Node* > Node::m_children {} |
|
private |
◆ m_info
◆ m_parent
| Node* Node::m_parent { nullptr } |
|
private |
◆ m_path
◆ m_scanned
| bool Node::m_scanned { false } |
|
private |
The documentation for this struct was generated from the following files: