Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtConcurrent::ThreadEngineStarterBase< T > Class Template Reference

\inmodule QtConcurrent More...

#include <qtconcurrentthreadengine.h>

+ Inheritance diagram for QtConcurrent::ThreadEngineStarterBase< T >:
+ Collaboration diagram for QtConcurrent::ThreadEngineStarterBase< T >:

Public Member Functions

 ThreadEngineStarterBase (ThreadEngine< T > *_threadEngine)
 
 ThreadEngineStarterBase (const ThreadEngineStarterBase &other)
 
QFuture< T > startAsynchronously ()
 
 operator QFuture ()
 

Protected Attributes

ThreadEngine< T > * threadEngine
 

Detailed Description

template<typename T>
class QtConcurrent::ThreadEngineStarterBase< T >

\inmodule QtConcurrent

Definition at line 164 of file qtconcurrentthreadengine.h.

Constructor & Destructor Documentation

◆ ThreadEngineStarterBase() [1/2]

template<typename T >
QtConcurrent::ThreadEngineStarterBase< T >::ThreadEngineStarterBase ( ThreadEngine< T > *  _threadEngine)
inline

Definition at line 167 of file qtconcurrentthreadengine.h.

◆ ThreadEngineStarterBase() [2/2]

template<typename T >
QtConcurrent::ThreadEngineStarterBase< T >::ThreadEngineStarterBase ( const ThreadEngineStarterBase< T > &  other)
inline

Definition at line 170 of file qtconcurrentthreadengine.h.

Member Function Documentation

◆ operator QFuture()

template<typename T >
QtConcurrent::ThreadEngineStarterBase< T >::operator QFuture ( )
inline

Definition at line 178 of file qtconcurrentthreadengine.h.

References QtConcurrent::ThreadEngineStarterBase< T >::startAsynchronously().

+ Here is the call graph for this function:

◆ startAsynchronously()

template<typename T >
QFuture< T > QtConcurrent::ThreadEngineStarterBase< T >::startAsynchronously ( )
inline

Definition at line 173 of file qtconcurrentthreadengine.h.

References QtConcurrent::ThreadEngineStarterBase< T >::threadEngine.

Referenced by QtConcurrent::ThreadEngineStarterBase< T >::operator QFuture().

+ Here is the caller graph for this function:

Member Data Documentation

◆ threadEngine

template<typename T >
ThreadEngine<T>* QtConcurrent::ThreadEngineStarterBase< T >::threadEngine
protected

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