![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QDeadlineTimer>#include <QMutex>Go to the source code of this file.
Classes | |
| class | MyDevice |
Functions | |
| void | waitForReadyRead (QDeadlineTimer &deadline) |
| bool | readFromDevice (int msecs) |
| void | cleanup () |
| void | executeOperation (int msecs) |
| [0] | |
| bool | examples (MyDevice *device, QMutex &mutex) |
| [0] | |
| void cleanup | ( | ) |
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
[6]
[6]
[7]
[7]
[8]
[8]
[9]
[9]
[10]
[10]
[11]
[11]
[12]
[12]
[13]
[13]
Definition at line 33 of file src_corelib_kernel_qdeadlinetimer.cpp.
References cleanup().
| void executeOperation | ( | int | msecs | ) |
[0]
Definition at line 21 of file src_corelib_kernel_qdeadlinetimer.cpp.
| bool readFromDevice | ( | int | msecs | ) |
Definition at line 8 of file src_corelib_kernel_qdeadlinetimer.cpp.
| void waitForReadyRead | ( | QDeadlineTimer & | deadline | ) |