StoredMemberFunctionPointerCall3
#include <QtCore/QtConcurrent/StoredMemberFunctionPointerCall3>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::StoredMemberFunctionPointerCall3
Overview
Inheritance
QFutureInterfaceBase | |||||
QFutureInterface | |||||
QtConcurrent::RunFunctionTaskBase | |||||
QtConcurrent::RunFunctionTask | |||||
QtConcurrent::StoredMemberFunctionPointerCall3 |
Public Types Index
Public Attributes Index
Only has inherited public attributes
T | result![]() |
Public Functions Index
StoredMemberFunctionPointerCall3 (T(Class::*_fn)(Param1, Param2, Param3), Class *_object, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3) | |
virtual void | runFunctor () |
bool | autoDelete () const ![]() |
void | cancel ()![]() |
QtConcurrent::internal::ExceptionStore & | exceptionStore ()![]() |
int | expectedResultCount ()![]() |
QFuture< T > | future ()![]() |
bool | isCanceled () const ![]() |
bool | isFinished () const ![]() |
bool | isPaused () const ![]() |
bool | isProgressUpdateNeeded () const ![]() |
bool | isResultReadyAt (int index) const ![]() |
bool | isRunning () const ![]() |
bool | isStarted () const ![]() |
bool | isThrottled () const ![]() |
QMutex * | mutex () const ![]() |
bool | operator!= (const QFutureInterfaceBase &other) const ![]() |
QFutureInterface & | operator= (const QFutureInterface &other)![]() |
QFutureInterfaceBase & | operator= (const QFutureInterfaceBase &other)![]() |
bool | operator== (const QFutureInterfaceBase &other) const ![]() |
int | progressMaximum () const ![]() |
int | progressMinimum () const ![]() |
QString | progressText () const ![]() |
int | progressValue () const ![]() |
QFutureInterface (State initialState=NoState)![]() | |
QFutureInterface (const QFutureInterface &other)![]() | |
QFutureInterfaceBase (State initialState=NoState)![]() | |
QFutureInterfaceBase (const QFutureInterfaceBase &other)![]() | |
QRunnable ()![]() | |
bool | queryState (State state) const ![]() |
void | reportCanceled ()![]() |
void | reportException (const QtConcurrent::Exception &e)![]() |
void | reportFinished (const T *result=0)![]() |
void | reportFinished ()![]() |
void | reportResult (const T *result, int index=-1)![]() |
void | reportResult (const T &result, int index=-1)![]() |
void | reportResults (const QVector< T > &results, int beginIndex=-1, int count=-1)![]() |
void | reportResultsReady (int beginIndex, int endIndex)![]() |
void | reportStarted ()![]() |
int | resultCount () const ![]() |
const T * | resultPointer (int index) const ![]() |
const T & | resultReference (int index) const ![]() |
QList< T > | results ()![]() |
QtConcurrent::ResultStoreBase & | resultStoreBase ()![]() |
const QtConcurrent::ResultStoreBase & | resultStoreBase () const ![]() |
virtual void | run ()![]() |
void | setAutoDelete (bool _autoDelete)![]() |
void | setExpectedResultCount (int resultCount)![]() |
void | setFilterMode (bool enable)![]() |
void | setPaused (bool paused)![]() |
void | setProgressRange (int minimum, int maximum)![]() |
void | setProgressValue (int progressValue)![]() |
void | setProgressValueAndText (int progressValue, const QString &progressText)![]() |
void | setRunnable (QRunnable *runnable)![]() |
void | setThrottled (bool enable)![]() |
QFuture< T > | start ()![]() |
void | togglePaused ()![]() |
void | waitForFinished ()![]() |
bool | waitForNextResult ()![]() |
void | waitForResult (int resultIndex)![]() |
void | waitForResume ()![]() |
Static Public Functions Index
Only has inherited static public functions
QFutureInterface | canceledResult ()![]() |
Protected Functions Index
Only has inherited protected functions
bool | referenceCountIsOne () const ![]() |
Public Types
(Only has inherited public types)
- NoState 0x00
- Running 0x01
- Started 0x02
- Finished 0x04
- Canceled 0x08
- Paused 0x10
- Throttled 0x20
Public Attributes
(Only has inherited public attributes)
T 
Public Functions
virtual void
bool 
void 
QtConcurrent::internal::ExceptionStore & 
int 
QFuture< T > 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
QMutex * 
bool 
bool 
int 
int 
int 
bool 
void 
void 
void 
void 
void 
void 
void 
void 
void 
int 
const T * 
const T & 
QList< T > 
const QtConcurrent::ResultStoreBase & 
virtual void 
void 
void 
void 
void 
void 
void 
void 
void 
void 
QFuture< T > 
void 
void 
bool 
void 
void 
Protected Functions
(Only has inherited protected functions)
bool 
© 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