Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwasmdom.cpp File Reference

(9fe6190b5b609d7f69b61db4d4c77aad2eddf8ca)

#include "qwasmdom.h"
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtGui/qimage.h>
#include <private/qstdweb_p.h>
#include <QtCore/qurl.h>
#include <utility>
#include <emscripten/wire.h>
+ Include dependency graph for qwasmdom.cpp:

Go to the source code of this file.

Namespaces

namespace  dom
 

Functions

void dom::syncCSSClassWith (emscripten::val element, std::string cssClassName, bool flag)
 
QPointF dom::mapPoint (emscripten::val source, emscripten::val target, const QPointF &point)
 
void dom::drawImageToWebImageDataArray (const QImage &sourceImage, emscripten::val destinationImageData, const QRect &sourceRect)