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::TreeTraversal Struct Reference

[tree_of_pointers_3] More...

Collaboration diagram for tree_of_pointers::TreeTraversal:

Public Member Functions

TreeRownewRow () const
void deleteRow (TreeRow *row)
const TreeRowparentRow (const TreeRow &row) const
void setParentRow (TreeRow &row, TreeRow *parent)
const std::optional< Tree > & childRows (const TreeRow &row) const
std::optional< Tree > & childRows (TreeRow &row)
TreeRownewRow () const
void deleteRow (TreeRow *row)
const TreeRowparentRow (const TreeRow &row) const
void setParentRow (TreeRow &row, TreeRow *parent)
const std::optional< Tree > & childRows (const TreeRow &row) const
std::optional< Tree > & childRows (TreeRow &row)

Detailed Description

[tree_of_pointers_3]

Definition at line 461 of file main.cpp.

Member Function Documentation

◆ childRows() [1/4]

const std::optional< Tree > & tree_of_pointers::TreeTraversal::childRows ( const TreeRow & row) const
inline

Definition at line 468 of file main.cpp.

◆ childRows() [2/4]

const std::optional< Tree > & tree_of_pointers::TreeTraversal::childRows ( const TreeRow & row) const
inline

Definition at line 468 of file main.cpp.

◆ childRows() [3/4]

std::optional< Tree > & tree_of_pointers::TreeTraversal::childRows ( TreeRow & row)
inline

Definition at line 469 of file main.cpp.

◆ childRows() [4/4]

std::optional< Tree > & tree_of_pointers::TreeTraversal::childRows ( TreeRow & row)
inline

Definition at line 469 of file main.cpp.

◆ deleteRow() [1/2]

void tree_of_pointers::TreeTraversal::deleteRow ( TreeRow * row)
inline

Definition at line 464 of file main.cpp.

◆ deleteRow() [2/2]

void tree_of_pointers::TreeTraversal::deleteRow ( TreeRow * row)
inline

Definition at line 464 of file main.cpp.

◆ newRow() [1/2]

TreeRow * tree_of_pointers::TreeTraversal::newRow ( ) const
inline

Definition at line 463 of file main.cpp.

◆ newRow() [2/2]

TreeRow * tree_of_pointers::TreeTraversal::newRow ( ) const
inline

Definition at line 463 of file main.cpp.

◆ parentRow() [1/2]

const TreeRow * tree_of_pointers::TreeTraversal::parentRow ( const TreeRow & row) const
inline

Definition at line 466 of file main.cpp.

◆ parentRow() [2/2]

const TreeRow * tree_of_pointers::TreeTraversal::parentRow ( const TreeRow & row) const
inline

Definition at line 466 of file main.cpp.

◆ setParentRow() [1/2]

void tree_of_pointers::TreeTraversal::setParentRow ( TreeRow & row,
TreeRow * parent )
inline

Definition at line 467 of file main.cpp.

◆ setParentRow() [2/2]

void tree_of_pointers::TreeTraversal::setParentRow ( TreeRow & row,
TreeRow * parent )
inline

Definition at line 467 of file main.cpp.


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