#include <qfuturewatcher.h>
Definition at line 193 of file qfuturewatcher.h.
Additional Inherited Members | |
![]() | |
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 |
|
inline |
Definition at line 196 of file qfuturewatcher.h.
|
inline |
Definition at line 199 of file qfuturewatcher.h.
Definition at line 212 of file qfuturewatcher.h.
Definition at line 203 of file qfuturewatcher.h.