ThreadEngine
#include <QtCore/QtConcurrent/ThreadEngine>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::ThreadEngine
Overview
Inheritance
QRunnable | |||
QtConcurrent::ThreadEngineBase | |||
QtConcurrent::ThreadEngine | |||
QtConcurrent::IterateKernel |
Public Types Index
Protected Attributes Index
Only has inherited protected attributes
ThreadEngineBarrier | barrier![]() |
QtConcurrent::internal::ExceptionStore | exceptionStore![]() |
QFutureInterfaceBase * | futureInterface![]() |
QThreadPool * | threadPool![]() |
Public Functions Index
virtual void | asynchronousFinish () |
QFutureInterface< T > * | futureInterfaceTyped () |
void | reportResult (const T *_result, int index=-1) |
void | reportResults (const QVector< T > &_result, int index=-1, int count=-1) |
virtual T * | result () |
QFuture< T > | startAsynchronously () |
T * | startBlocking () |
T * | startSingleThreaded () |
void | acquireBarrierSemaphore ()![]() |
bool | autoDelete () const ![]() |
bool | isCanceled ()![]() |
bool | isProgressReportingEnabled ()![]() |
QRunnable ()![]() | |
void | setAutoDelete (bool _autoDelete)![]() |
void | setProgressRange (int minimum, int maximum)![]() |
void | setProgressValue (int progress)![]() |
void | startThread ()![]() |
ThreadEngineBase ()![]() | |
void | waitForResume ()![]() |
Protected Functions Index
Only has inherited protected functions
virtual void | finish ()![]() |
virtual bool | shouldStartThread ()![]() |
virtual bool | shouldThrottleThread ()![]() |
virtual void | start ()![]() |
virtual ThreadFunctionResult | threadFunction ()![]() |
Public Types
typedef T
Protected Attributes
(Only has inherited protected attributes)
Public Functions
virtual void
QFutureInterface< T > *
void
void
virtual T *
QFuture< T >
T *
T *
void 
bool 
bool 
bool 
void 
void 
void 
void 
void 
Protected Functions
(Only has inherited protected functions)
virtual void 
virtual bool 
virtual bool 
virtual void 
virtual ThreadFunctionResult 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy