![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | DataTransfer |
Functions | |
emscripten::val | document () |
void | syncCSSClassWith (emscripten::val element, std::string cssClassName, bool flag) |
QPointF | mapPoint (emscripten::val source, emscripten::val target, const QPointF &point) |
void | drawImageToWebImageDataArray (const QImage &source, emscripten::val destinationImageData, const QRect &sourceRect) |
|
inline |
Definition at line 49 of file qwasmdom.h.
void dom::drawImageToWebImageDataArray | ( | const QImage & | source, |
emscripten::val | destinationImageData, | ||
const QRect & | sourceRect ) |
Definition at line 268 of file qwasmdom.cpp.
Definition at line 257 of file qwasmdom.cpp.
void dom::syncCSSClassWith | ( | emscripten::val | element, |
std::string | cssClassName, | ||
bool | flag ) |
Definition at line 247 of file qwasmdom.cpp.