Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
icutils::Node Struct Reference

#include <inlinecomponentutils_p.h>

+ Collaboration diagram for icutils::Node:

Public Member Functions

 Node ()=default
 
 Node (const Node &)=default
 
 Node (Node &&)=default
 
Nodeoperator= (Node const &)=default
 
Nodeoperator= (Node &&)=default
 
bool operator== (Node const &other) const
 
 Node (IndexType s)
 
bool hasPermanentMark () const
 
bool hasTemporaryMark () const
 
void setPermanentMark ()
 
void setTemporaryMark ()
 
IndexType index () const
 

Detailed Description

Definition at line 24 of file inlinecomponentutils_p.h.

Constructor & Destructor Documentation

◆ Node() [1/4]

icutils::Node::Node ( )
default

◆ Node() [2/4]

icutils::Node::Node ( const Node & )
default

◆ Node() [3/4]

icutils::Node::Node ( Node && )
default

◆ Node() [4/4]

icutils::Node::Node ( IndexType s)
inline

Definition at line 40 of file inlinecomponentutils_p.h.

References m_data.

Member Function Documentation

◆ hasPermanentMark()

bool icutils::Node::hasPermanentMark ( ) const
inline

Definition at line 42 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ hasTemporaryMark()

bool icutils::Node::hasTemporaryMark ( ) const
inline

Definition at line 43 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ index()

IndexType icutils::Node::index ( ) const
inline

Definition at line 56 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ operator=() [1/2]

Node & icutils::Node::operator= ( Node && )
default

◆ operator=() [2/2]

Node & icutils::Node::operator= ( Node const & )
default

◆ operator==()

bool icutils::Node::operator== ( Node const & other) const
inline

Definition at line 38 of file inlinecomponentutils_p.h.

References m_data, and other().

+ Here is the call graph for this function:

◆ setPermanentMark()

void icutils::Node::setPermanentMark ( )
inline

Definition at line 45 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ setTemporaryMark()

void icutils::Node::setTemporaryMark ( )
inline

Definition at line 51 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

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