![]() |
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 69 of file qwasmsuspendresumecontrol_p.h.
| QWasmTimer::QWasmTimer | ( | QWasmSuspendResumeControl * | suspendResume, |
| std::function< void()> | handler ) |
Definition at line 319 of file qwasmsuspendresumecontrol.cpp.
References QWasmTimer().
Referenced by QWasmTimer().
| QWasmTimer::~QWasmTimer | ( | ) |
Definition at line 333 of file qwasmsuspendresumecontrol.cpp.
References clearTimeout().
|
delete |
| void QWasmTimer::clearTimeout | ( | ) |
Definition at line 355 of file qwasmsuspendresumecontrol.cpp.
Referenced by ~QWasmTimer(), and setTimeout().
| bool QWasmTimer::hasTimeout | ( | ) |
Definition at line 350 of file qwasmsuspendresumecontrol.cpp.
Referenced by setTimeout().
|
delete |
| void QWasmTimer::setTimeout | ( | std::chrono::milliseconds | timeout | ) |
Definition at line 339 of file qwasmsuspendresumecontrol.cpp.
References clearTimeout(), and hasTimeout().