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
Tasking::LoopThreadData Class Reference
+ Collaboration diagram for Tasking::LoopThreadData:

Public Member Functions

 LoopThreadData ()=default
 
void pushIteration (int index)
 
void popIteration ()
 
int iteration () const
 

Detailed Description

Definition at line 1225 of file tasktree.cpp.

Constructor & Destructor Documentation

◆ LoopThreadData()

Tasking::LoopThreadData::LoopThreadData ( )
default

Member Function Documentation

◆ iteration()

int Tasking::LoopThreadData::iteration ( ) const
inline

Definition at line 1240 of file tasktree.cpp.

References QList< T >::last(), QT_ASSERT, qWarning, and QList< T >::size().

+ Here is the call graph for this function:

◆ popIteration()

void Tasking::LoopThreadData::popIteration ( )
inline

Definition at line 1235 of file tasktree.cpp.

References QList< T >::pop_back(), QT_ASSERT, and QList< T >::size().

+ Here is the call graph for this function:

◆ pushIteration()

void Tasking::LoopThreadData::pushIteration ( int index)
inline

Definition at line 1231 of file tasktree.cpp.

References QList< T >::push_back().

+ Here is the call graph for this function:

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