QFutureWatcherBase
#include <QtCore/QFutureWatcherBase>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QFutureWatcherBase
Overview
Inheritance
QFutureWatcherBase | |||||
QFutureWatcher | |||||
QFutureWatcher< void > |
Public Functions Index
QFutureWatcherBase (QObject *parent=0) | |
virtual bool | event (QEvent *event) |
bool | isCanceled () const |
bool | isFinished () const |
bool | isPaused () const |
bool | isRunning () const |
bool | isStarted () const |
int | progressMaximum () const |
int | progressMinimum () const |
QString | progressText () const |
int | progressValue () const |
void | setPendingResultsLimit (int limit) |
void | waitForFinished () |
Protected Functions Index
virtual void | connectNotify (const char *signal) |
void | connectOutputInterface () |
virtual void | disconnectNotify (const char *signal) |
void | disconnectOutputInterface (bool pendingAssignment=false) |
Public Slots Index
void | cancel () |
void | pause () |
void | resume () |
void | setPaused (bool paused) |
void | togglePaused () |
Signals Index
void | canceled () |
void | finished () |
void | paused () |
void | progressRangeChanged (int minimum, int maximum) |
void | progressTextChanged (const QString &progressText) |
void | progressValueChanged (int progressValue) |
void | resultReadyAt (int resultIndex) |
void | resultsReadyAt (int beginIndex, int endIndex) |
void | resumed () |
void | started () |
Public Functions
Protected Functions
virtual void
void
virtual void
void
Public Slots
void
void
void
void
void
Signals
void
void
void
void
void
void
void
void
void
void
© 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