Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_kernel_qdeadlinetimer.cpp File Reference

(d9251a64367e15f234718d9b3ed88d2f7bcfd0c6)

#include <QDeadlineTimer>
#include <QMutex>
Include dependency graph for src_corelib_kernel_qdeadlinetimer.cpp:

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]

Function Documentation

◆ cleanup()

void cleanup ( )

Referenced by examples().

Here is the caller graph for this function:

◆ examples()

bool examples ( MyDevice * device,
QMutex & mutex )

[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().

Here is the call graph for this function:

◆ executeOperation()

void executeOperation ( int msecs)

[0]

Definition at line 21 of file src_corelib_kernel_qdeadlinetimer.cpp.

◆ readFromDevice()

bool readFromDevice ( int msecs)

Definition at line 8 of file src_corelib_kernel_qdeadlinetimer.cpp.

◆ waitForReadyRead()

void waitForReadyRead ( QDeadlineTimer & deadline)