Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <gced_tree_node.h>
Public Member Functions | |
virtual void | Trace (cppgc::Visitor *visitor) const |
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 () |
Protected Member Functions | |
GCedTreeNode ()=default | |
GCedTreeNode (const GCedTreeNode &that)=delete | |
GCedTreeNode & | operator= (const GCedTreeNode &that)=delete |
Friends | |
class | fxcrt::TreeNodeBase< T > |
Definition at line 17 of file gced_tree_node.h.
|
protecteddefault |
|
protecteddelete |
|
protecteddelete |
|
inlinevirtual |
Reimplemented in CXFA_ContentLayoutItem, CXFA_LayoutItem, and CXFA_ViewLayoutItem.
Definition at line 20 of file gced_tree_node.h.
|
friend |
Definition at line 31 of file gced_tree_node.h.