![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore>Go to the source code of this file.
Functions | |
| void | slowOperation1 () |
| void | slowOperation2 (int) |
| void | startExample () |
| void | executeSlowOperations (int timeout) |
| [1] | |
| void | executeOperationsForTime (int ms) |
| [1] | |
| int | restartExample () |
| [2] | |
| int | main (int argc, char **argv) |
| [48] | |
| void executeOperationsForTime | ( | int | ms | ) |
[1]
[2]
Definition at line 40 of file main.cpp.
References slowOperation1().
Referenced by main().
| void executeSlowOperations | ( | int | timeout | ) |
[1]
Definition at line 27 of file main.cpp.
References slowOperation1(), and slowOperation2().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
[48]
[dynamic_tooltip]
[5]
[2]
[0]
[6]
[48]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
Definition at line 66 of file main.cpp.
References executeOperationsForTime(), executeSlowOperations(), restartExample(), and startExample().
| int restartExample | ( | ) |
[2]
[3]
[3]
Definition at line 50 of file main.cpp.
References slowOperation2().
Referenced by main().
| void slowOperation1 | ( | ) |
Definition at line 5 of file main.cpp.
Referenced by executeOperationsForTime(), executeSlowOperations(), slowOperation2(), and startExample().
| void slowOperation2 | ( | int | ) |
Definition at line 12 of file main.cpp.
References slowOperation1().
Referenced by executeSlowOperations(), and restartExample().
| void startExample | ( | ) |
[0]
[0]
Definition at line 14 of file main.cpp.
References slowOperation1().
Referenced by main().