ThreadEngineBase
#include <QtCore/QtConcurrent/ThreadEngineBase>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::ThreadEngineBase
Overview
Inheritance
QRunnable | ||
QtConcurrent::ThreadEngineBase | ||
QtConcurrent::ThreadEngine |
Protected Attributes Index
ThreadEngineBarrier | barrier |
QtConcurrent::internal::ExceptionStore | exceptionStore |
QFutureInterfaceBase * | futureInterface |
QThreadPool * | threadPool |
Public Functions Index
ThreadEngineBase () | |
virtual | ~ThreadEngineBase () |
void | acquireBarrierSemaphore () |
bool | isCanceled () |
bool | isProgressReportingEnabled () |
void | setProgressRange (int minimum, int maximum) |
void | setProgressValue (int progress) |
void | startBlocking () |
void | startSingleThreaded () |
void | startThread () |
void | waitForResume () |
bool | autoDelete () const ![]() |
QRunnable ()![]() | |
void | setAutoDelete (bool _autoDelete)![]() |
Protected Functions Index
virtual void | finish () |
virtual bool | shouldStartThread () |
virtual bool | shouldThrottleThread () |
virtual void | start () |
virtual ThreadFunctionResult | threadFunction () |
Protected Attributes
Public Functions
virtual
Destructor.
void
bool
bool
void
void
void
void
void
void
bool 
void 
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