![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QFuture>
#include <QtConcurrent>
#include <QNetworkReply>
#include <QException>
#include <QImage>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Error |
struct | Result |
class | Object |
[10] More... | |
class | SomeClass |
[qdeclfinal-2] More... |
Functions | |
template<typename T> | |
void | handleResult (const QFuture< T > &future) |
void | examples (QFuture< QString > someQStringFuture, QFuture< int > someIntFuture, QFuture< void > someVoidFuture, QObject *someObject, QUrl url) |
[10] |
void examples | ( | QFuture< QString > | someQStringFuture, |
QFuture< int > | someIntFuture, | ||
QFuture< void > | someVoidFuture, | ||
QObject * | someObject, | ||
QUrl | url ) |
[10]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
[6]
[6]
[7]
[7]
[8]
[8]
[9]
[9]
[11]
[11]
[12]
[12]
[13]
[13]
[14]
[14]
[15]
[15]
[16]
[16]
[20]
[20]
[21]
[21]
[22]
[22]
[23]
[23]
[24]
[24]
[25]
[25]
[26]
[26]
[27]
[27]
[28]
[28]
[29]
[29]
[30]
[30]
[31]
[31]
[32]
[32]
[33]
[33]
[34]
[34]
[35]
[35]
[36]
[36]
[37]
[37]
[38]
[38]
Definition at line 37 of file src_corelib_thread_qfuture.cpp.
References Error::Error().
Referenced by org.qtproject.qt.android.QtActivityBase::dispatchKeyEvent().