![]() |
QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
|
Functions | |
void | aFunction () |
[0] More... | |
void | aFunctionWithArguments (int arg1, double arg2, const QString &string) |
[explicit-pool-0] More... | |
QString | functionReturningAString () |
[1] More... | |
QString | someFunction (const QByteArray &input) |
[2] More... | |
future | waitForFinished () |
Variables | |
QFuture< void > | future = QtConcurrent::run(aFunction) |
[5] More... | |
QThreadPool | pool |
int | integer = ... |
double | floatingPoint = ... |
QString | string = ... |
QString | result = future.result() |
QByteArray | bytearray = ... |
[3] More... | |
QImage | image = ... |
[4] More... | |
void aFunction | ( | ) |
[0]
[explicit-pool-0]
void aFunctionWithArguments | ( | int | arg1, |
double | arg2, | ||
const QString & | string | ||
) |
[explicit-pool-0]
[1]
QString functionReturningAString | ( | ) |
[1]
[2]
QString someFunction | ( | const QByteArray & | input | ) |
[2]
[3]
future waitForFinished | ( | ) |
QByteArray bytearray = ... |
[3]
[4]
double floatingPoint = ... |
QFuture<void> future = QtConcurrent::run(aFunction) |
[5]
[6]
QImage image = ... |
[4]
[5]
int integer = ... |
QThreadPool pool |
QList< QByteArray > result = future.result() |
QString string = ... |