![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmsuspendresumecontrol_p.h>
Public Member Functions | |
QWasmTimer (QWasmSuspendResumeControl *suspendResume, std::function< void()> handler) | |
~QWasmTimer () | |
QWasmTimer (QWasmTimer const &)=delete | |
QWasmTimer & | operator= (QWasmTimer const &)=delete |
void | setTimeout (std::chrono::milliseconds timeout) |
bool | hasTimeout () |
void | clearTimeout () |
Definition at line 67 of file qwasmsuspendresumecontrol_p.h.
QWasmTimer::QWasmTimer | ( | QWasmSuspendResumeControl * | suspendResume, |
std::function< void()> | handler ) |
Definition at line 286 of file qwasmsuspendresumecontrol.cpp.
References QWasmTimer().
Referenced by QWasmTimer().
QWasmTimer::~QWasmTimer | ( | ) |
Definition at line 300 of file qwasmsuspendresumecontrol.cpp.
References clearTimeout().
|
delete |
void QWasmTimer::clearTimeout | ( | ) |
Definition at line 322 of file qwasmsuspendresumecontrol.cpp.
Referenced by ~QWasmTimer(), and setTimeout().
bool QWasmTimer::hasTimeout | ( | ) |
Definition at line 317 of file qwasmsuspendresumecontrol.cpp.
Referenced by setTimeout().
|
delete |
void QWasmTimer::setTimeout | ( | std::chrono::milliseconds | timeout | ) |
Definition at line 306 of file qwasmsuspendresumecontrol.cpp.
References clearTimeout(), and hasTimeout().