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
dom Namespace Reference

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)

Function Documentation

◆ document()

emscripten::val dom::document ( )
inline

Definition at line 49 of file qwasmdom.h.

◆ drawImageToWebImageDataArray()

void dom::drawImageToWebImageDataArray ( const QImage & source,
emscripten::val destinationImageData,
const QRect & sourceRect )

Definition at line 268 of file qwasmdom.cpp.

◆ mapPoint()

QPointF dom::mapPoint ( emscripten::val source,
emscripten::val target,
const QPointF & point )

Definition at line 257 of file qwasmdom.cpp.

◆ syncCSSClassWith()

void dom::syncCSSClassWith ( emscripten::val element,
std::string cssClassName,
bool flag )

Definition at line 247 of file qwasmdom.cpp.