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
QWasmTimer Class Reference

#include <qwasmsuspendresumecontrol_p.h>

Collaboration diagram for QWasmTimer:

Public Member Functions

 QWasmTimer (QWasmSuspendResumeControl *suspendResume, std::function< void()> handler)
 ~QWasmTimer ()
 QWasmTimer (QWasmTimer const &)=delete
QWasmTimeroperator= (QWasmTimer const &)=delete
void setTimeout (std::chrono::milliseconds timeout)
bool hasTimeout ()
void clearTimeout ()

Detailed Description

Definition at line 67 of file qwasmsuspendresumecontrol_p.h.

Constructor & Destructor Documentation

◆ QWasmTimer() [1/2]

QWasmTimer::QWasmTimer ( QWasmSuspendResumeControl * suspendResume,
std::function< void()> handler )

Definition at line 286 of file qwasmsuspendresumecontrol.cpp.

References QWasmTimer().

Referenced by QWasmTimer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QWasmTimer()

QWasmTimer::~QWasmTimer ( )

Definition at line 300 of file qwasmsuspendresumecontrol.cpp.

References clearTimeout().

Here is the call graph for this function:

◆ QWasmTimer() [2/2]

QWasmTimer::QWasmTimer ( QWasmTimer const & )
delete

Member Function Documentation

◆ clearTimeout()

void QWasmTimer::clearTimeout ( )

Definition at line 322 of file qwasmsuspendresumecontrol.cpp.

Referenced by ~QWasmTimer(), and setTimeout().

Here is the caller graph for this function:

◆ hasTimeout()

bool QWasmTimer::hasTimeout ( )

Definition at line 317 of file qwasmsuspendresumecontrol.cpp.

Referenced by setTimeout().

Here is the caller graph for this function:

◆ operator=()

QWasmTimer & QWasmTimer::operator= ( QWasmTimer const & )
delete

◆ setTimeout()

void QWasmTimer::setTimeout ( std::chrono::milliseconds timeout)

Definition at line 306 of file qwasmsuspendresumecontrol.cpp.

References clearTimeout(), and hasTimeout().

Here is the call graph for this function:

The documentation for this class was generated from the following files: