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
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< T > ()
 

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< T >()

template<typename T >
QtConcurrent::ThreadEngineStarterBase< T >::operator QFuture< T > ( )
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< T >().

+ 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: