![]() |
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 | |
| TreeNode ()=default | |
| virtual | ~TreeNode ()=default |
| Public Member Functions inherited from fxcrt::TreeNodeBase< T > | |
| 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 () |
Friends | |
| class | TreeNodeBase< T > |
Definition at line 178 of file tree_node.h.
|
default |
|
virtualdefault |
|
friend |
Definition at line 181 of file tree_node.h.