![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <tree_node.h>
Public Member Functions | |
TreeNodeBase ()=default | |
virtual | ~TreeNodeBase ()=default |
T * | GetParent () const |
T * | GetFirstChild () const |
T * | GetLastChild () const |
T * | GetNextSibling () const |
T * | GetPrevSibling () const |
bool | HasChild (const T *child) const |
T * | GetNthChild (int32_t n) |
void | AppendFirstChild (T *child) |
void | AppendLastChild (T *child) |
void | InsertBefore (T *child, T *other) |
void | InsertAfter (T *child, T *other) |
void | RemoveChild (T *child) |
void | RemoveAllChildren () |
void | RemoveSelfIfParented () |
Definition at line 20 of file tree_node.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 53 of file tree_node.h.
References GetFirstChild(), and GetLastChild().
Referenced by InsertAfter().
|
inline |
Definition at line 67 of file tree_node.h.
References GetFirstChild(), and GetLastChild().
Referenced by InsertBefore().
|
inline |
Definition at line 26 of file tree_node.h.
Referenced by AppendFirstChild(), AppendLastChild(), GetNthChild(), InsertBefore(), RemoveAllChildren(), and RemoveChild().
|
inline |
Definition at line 29 of file tree_node.h.
Referenced by AppendFirstChild(), AppendLastChild(), InsertAfter(), and RemoveChild().
|
inline |
Definition at line 32 of file tree_node.h.
|
inline |
Definition at line 43 of file tree_node.h.
References GetFirstChild().
|
inline |
Definition at line 25 of file tree_node.h.
Referenced by RemoveSelfIfParented().
|
inline |
Definition at line 35 of file tree_node.h.
|
inline |
Definition at line 39 of file tree_node.h.
Referenced by InsertAfter(), InsertBefore(), and RemoveChild().
|
inline |
Definition at line 99 of file tree_node.h.
References AppendFirstChild(), GetLastChild(), and HasChild().
|
inline |
Definition at line 81 of file tree_node.h.
References AppendLastChild(), GetFirstChild(), and HasChild().
|
inline |
Definition at line 136 of file tree_node.h.
References GetFirstChild(), and RemoveChild().
|
inline |
Definition at line 117 of file tree_node.h.
References GetFirstChild(), GetLastChild(), and HasChild().
Referenced by RemoveAllChildren().
|
inline |
Definition at line 141 of file tree_node.h.
References GetParent().