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

[explicit_tree_protocol_0] More...

Collaboration diagram for tree_protocol::TreeTraversal:

Public Member Functions

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

Detailed Description

[explicit_tree_protocol_0]

Definition at line 381 of file main.cpp.

Member Function Documentation

◆ childRows() [1/4]

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

Definition at line 386 of file main.cpp.

◆ childRows() [2/4]

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

Definition at line 386 of file main.cpp.

◆ childRows() [3/4]

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

Definition at line 387 of file main.cpp.

◆ childRows() [4/4]

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

Definition at line 387 of file main.cpp.

◆ newRow() [1/2]

TreeRow tree_protocol::TreeTraversal::newRow ( ) const
inline

Definition at line 383 of file main.cpp.

◆ newRow() [2/2]

TreeRow tree_protocol::TreeTraversal::newRow ( ) const
inline

Definition at line 383 of file main.cpp.

◆ parentRow() [1/2]

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

Definition at line 384 of file main.cpp.

◆ parentRow() [2/2]

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

Definition at line 384 of file main.cpp.

◆ setParentRow() [1/2]

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

Definition at line 385 of file main.cpp.

◆ setParentRow() [2/2]

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

Definition at line 385 of file main.cpp.


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