Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
dom Namespace Reference

Functions

void syncCSSClassWith (emscripten::val element, std::string cssClassName, bool flag)
 
QPointF mapPoint (emscripten::val source, emscripten::val target, const QPointF &point)
 
emscripten::val document ()
 

Function Documentation

◆ document()

emscripten::val dom::document ( )
inline

Definition at line 20 of file qwasmdom.h.

Referenced by TitleBar::TitleBar().

+ Here is the caller graph for this function:

◆ mapPoint()

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

Definition at line 28 of file qwasmdom.cpp.

Referenced by QWasmWindow::onNonClientEvent().

+ Here is the caller graph for this function:

◆ syncCSSClassWith()

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

Definition at line 18 of file qwasmdom.cpp.

Referenced by QWasmWindow::onActivationChanged(), WebImageButton::setCallbacks(), and QWasmWindow::setWindowFlags().

+ Here is the caller graph for this function: