Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcrt::TestTreeNode Class Reference
Inheritance diagram for fxcrt::TestTreeNode:
Collaboration diagram for fxcrt::TestTreeNode:

Additional Inherited Members

Public Member Functions inherited from fxcrt::TreeNode< TestTreeNode >
 TreeNode ()=default
virtual ~TreeNode ()=default
Public Member Functions inherited from fxcrt::TreeNodeBase< TestTreeNode >
 TreeNodeBase ()=default
virtual ~TreeNodeBase ()=default
TestTreeNodeGetParent () const
TestTreeNodeGetFirstChild () const
TestTreeNodeGetLastChild () const
TestTreeNodeGetNextSibling () const
TestTreeNodeGetPrevSibling () const
bool HasChild (const TestTreeNode *child) const
TestTreeNodeGetNthChild (int32_t n)
void AppendFirstChild (TestTreeNode *child)
void AppendLastChild (TestTreeNode *child)
void InsertBefore (TestTreeNode *child, TestTreeNode *other)
void InsertAfter (TestTreeNode *child, TestTreeNode *other)
void RemoveChild (TestTreeNode *child)
void RemoveAllChildren ()
void RemoveSelfIfParented ()

Detailed Description

Definition at line 13 of file tree_node_unittest.cpp.


The documentation for this class was generated from the following file: