![]() |
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 Types | |
| using | Callback = std::function<void(double)> |
Public Member Functions | |
| uint32_t | registerAnimateCallback (Callback callback) |
| uint32_t | registerDrawCallback (Callback callback) |
| void | unregisterAnimateCallback (uint32_t handle) |
| void | unregisterDrawCallback (uint32_t handle) |
| QWasmAnimationFrameMultiHandler () | |
| ~QWasmAnimationFrameMultiHandler () | |
| QWasmAnimationFrameMultiHandler (const QWasmAnimationFrameMultiHandler &)=delete | |
| QWasmAnimationFrameMultiHandler & | operator= (const QWasmAnimationFrameMultiHandler &)=delete |
Static Public Member Functions | |
| static QWasmAnimationFrameMultiHandler * | instance () |
Definition at line 98 of file qwasmsuspendresumecontrol_p.h.
| using QWasmAnimationFrameMultiHandler::Callback = std::function<void(double)> |
Definition at line 101 of file qwasmsuspendresumecontrol_p.h.
| QWasmAnimationFrameMultiHandler::QWasmAnimationFrameMultiHandler | ( | ) |
Definition at line 356 of file qwasmsuspendresumecontrol.cpp.
| QWasmAnimationFrameMultiHandler::~QWasmAnimationFrameMultiHandler | ( | ) |
Definition at line 364 of file qwasmsuspendresumecontrol.cpp.
|
delete |
|
static |
Definition at line 371 of file qwasmsuspendresumecontrol.cpp.
|
delete |
| uint32_t QWasmAnimationFrameMultiHandler::registerAnimateCallback | ( | Callback | callback | ) |
Definition at line 377 of file qwasmsuspendresumecontrol.cpp.
| uint32_t QWasmAnimationFrameMultiHandler::registerDrawCallback | ( | Callback | callback | ) |
Definition at line 386 of file qwasmsuspendresumecontrol.cpp.
| void QWasmAnimationFrameMultiHandler::unregisterAnimateCallback | ( | uint32_t | handle | ) |
Definition at line 394 of file qwasmsuspendresumecontrol.cpp.
| void QWasmAnimationFrameMultiHandler::unregisterDrawCallback | ( | uint32_t | handle | ) |
Definition at line 401 of file qwasmsuspendresumecontrol.cpp.