![]() |
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 97 of file qwasmsuspendresumecontrol_p.h.
| using QWasmAnimationFrameMultiHandler::Callback = std::function<void(double)> |
Definition at line 100 of file qwasmsuspendresumecontrol_p.h.
| QWasmAnimationFrameMultiHandler::QWasmAnimationFrameMultiHandler | ( | ) |
Definition at line 355 of file qwasmsuspendresumecontrol.cpp.
| QWasmAnimationFrameMultiHandler::~QWasmAnimationFrameMultiHandler | ( | ) |
Definition at line 363 of file qwasmsuspendresumecontrol.cpp.
|
delete |
|
static |
Definition at line 370 of file qwasmsuspendresumecontrol.cpp.
|
delete |
| uint32_t QWasmAnimationFrameMultiHandler::registerAnimateCallback | ( | Callback | callback | ) |
Definition at line 376 of file qwasmsuspendresumecontrol.cpp.
| uint32_t QWasmAnimationFrameMultiHandler::registerDrawCallback | ( | Callback | callback | ) |
Definition at line 385 of file qwasmsuspendresumecontrol.cpp.
| void QWasmAnimationFrameMultiHandler::unregisterAnimateCallback | ( | uint32_t | handle | ) |
Definition at line 393 of file qwasmsuspendresumecontrol.cpp.
| void QWasmAnimationFrameMultiHandler::unregisterDrawCallback | ( | uint32_t | handle | ) |
Definition at line 400 of file qwasmsuspendresumecontrol.cpp.