![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmcompositor.h>
Public Member Functions | |
QWasmAnimationFrameHandler (std::function< void(double)> handler) | |
~QWasmAnimationFrameHandler () | |
int64_t | requestAnimationFrame () |
void | cancelAnimationFrame (int64_t id) |
Definition at line 23 of file qwasmcompositor.h.
QWasmAnimationFrameHandler::QWasmAnimationFrameHandler | ( | std::function< void(double)> | handler | ) |
Definition at line 169 of file qwasmcompositor.cpp.
QWasmAnimationFrameHandler::~QWasmAnimationFrameHandler | ( | ) |
Definition at line 175 of file qwasmcompositor.cpp.
void QWasmAnimationFrameHandler::cancelAnimationFrame | ( | int64_t | id | ) |
Definition at line 187 of file qwasmcompositor.cpp.
Referenced by QWasmCompositor::~QWasmCompositor().
int64_t QWasmAnimationFrameHandler::requestAnimationFrame | ( | ) |
Definition at line 180 of file qwasmcompositor.cpp.
Referenced by QWasmCompositor::requestUpdate().