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
tree_of_pointers::TreeRow Struct Reference

[tree_of_pointers_0] More...

Collaboration diagram for tree_of_pointers::TreeRow:

Public Member Functions

 TreeRow (const QString &value={})
 ~TreeRow ()
 TreeRow (TreeRow &&)=default
TreeRowoperator= (TreeRow &&)=default
template<typename ... Args>
TreeRowaddChild (Args &&...args)
 TreeRow (const QString &value={})
 ~TreeRow ()
 TreeRow (TreeRow &&)=default
TreeRowoperator= (TreeRow &&)=default
template<typename ... Args>
TreeRowaddChild (Args &&...args)

Friends

struct TreeTraversal

Detailed Description

[tree_of_pointers_0]

[tree_of_pointers_1]

Definition at line 407 of file main.cpp.

Constructor & Destructor Documentation

◆ TreeRow() [1/4]

tree_of_pointers::TreeRow::TreeRow ( const QString & value = {})
inline

Definition at line 411 of file main.cpp.

◆ ~TreeRow() [1/2]

tree_of_pointers::TreeRow::~TreeRow ( )
inline

Definition at line 414 of file main.cpp.

◆ TreeRow() [2/4]

tree_of_pointers::TreeRow::TreeRow ( TreeRow && )
default

◆ TreeRow() [3/4]

tree_of_pointers::TreeRow::TreeRow ( const QString & value = {})
inline

Definition at line 411 of file main.cpp.

◆ ~TreeRow() [2/2]

tree_of_pointers::TreeRow::~TreeRow ( )
inline

Definition at line 414 of file main.cpp.

◆ TreeRow() [4/4]

tree_of_pointers::TreeRow::TreeRow ( TreeRow && )
default

Member Function Documentation

◆ addChild() [1/2]

template<typename ... Args>
TreeRow * tree_of_pointers::TreeRow::addChild ( Args &&... args)
inline

Definition at line 426 of file main.cpp.

◆ addChild() [2/2]

template<typename ... Args>
TreeRow * tree_of_pointers::TreeRow::addChild ( Args &&... args)
inline

Definition at line 426 of file main.cpp.

◆ operator=() [1/2]

TreeRow & tree_of_pointers::TreeRow::operator= ( TreeRow && )
default

◆ operator=() [2/2]

TreeRow & tree_of_pointers::TreeRow::operator= ( TreeRow && )
default

◆ TreeTraversal

TreeTraversal
friend

Definition at line 436 of file main.cpp.


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