QFutureWatcher< T > Class Template Reference
#include <qfuture.h>
template<typename T>
class QFutureWatcher< T >
Definition at line 59 of file qfuture.h.
|
void | cancel () |
|
void | setPaused (bool paused) |
|
void | pause () |
|
void | resume () |
|
void | togglePaused () |
|
void | deleteLater () |
|
void | started () |
|
void | finished () |
|
void | canceled () |
|
void | paused () |
|
void | resumed () |
|
void | resultReadyAt (int resultIndex) |
|
void | resultsReadyAt (int beginIndex, int endIndex) |
|
void | progressRangeChanged (int minimum, int maximum) |
|
void | progressValueChanged (int progressValue) |
|
void | progressTextChanged (const QString &progressText) |
|
void | destroyed (QObject *=0) |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
void | connectNotify (const char *signal) |
|
void | disconnectNotify (const char *signal) |
|
void | connectOutputInterface () |
|
void | disconnectOutputInterface (bool pendingAssignment=false) |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
QString | objectName |
|
Definition at line 129 of file qfuturewatcher.h.
void disconnectOutputInterface(bool pendingAssignment=false)
Q_INLINE_TEMPLATE void setFuture |
( |
const QFuture< T > & |
future | ) |
|
Definition at line 182 of file qfuturewatcher.h.
184 if (_future == m_future)
void disconnectOutputInterface(bool pendingAssignment=false)
void connectOutputInterface()
T resultAt |
( |
int |
index | ) |
const |
|
inline |
The documentation for this class was generated from the following files: