4#ifndef QWASMINTEGRATION_H
5#define QWASMINTEGRATION_H
11#include <qpa/qplatformintegration.h>
12#include <qpa/qplatformscreen.h>
13#include <qpa/qplatforminputcontext.h>
15#include <QtCore/qhash.h>
17#include <private/qstdweb_p.h>
19#include <emscripten.h>
20#include <emscripten/html5.h>
21#include <emscripten/val.h>
25class QWasmEventTranslator;
26class QWasmFontDatabase;
28class QWasmEventDispatcher;
33class QWasmAccessibility;
44 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
45 QPlatformWindow *createPlatformWindow(QWindow *window)
const override;
46 QPlatformBackingStore *createPlatformBackingStore(QWindow *window)
const override;
59#ifndef QT_NO_ACCESSIBILITY
66#if QT_CONFIG(draganddrop)
80 void removeBackingStore(QWindow* window);
87 struct ScreenMapping {
92 mutable QWasmFontDatabase *m_fontDb;
93 mutable QWasmServices *m_desktopServices;
94 mutable QHash<QWindow *, QWasmBackingStore *> m_backingStores;
95 QList<ScreenMapping> m_screens;
97 mutable QWasmAccessibility *m_accessibility;
100 mutable QScopedPointer<QPlatformInputContext> m_inputContext;
103 QWasmInputContext *m_wasmInputContext =
nullptr;
105#if QT_CONFIG(draganddrop)
QWasmCompositor(QWasmScreen *screen)
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
void setContainerElements(emscripten::val elementArray)
static QWasmIntegration * get()
Qt::WindowState defaultWindowState(Qt::WindowFlags flags) const override
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QPlatformOffscreenSurface * createPlatformOffscreenSurface(QOffscreenSurface *surface) const override
Factory function for QOffscreenSurface.
void addContainerElement(emscripten::val elementArray)
void initialize() override
Performs initialization steps that depend on having an event dispatcher available.
QWasmClipboard * getWasmClipboard()
void removeContainerElement(emscripten::val elementArray)
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QStringList themeNames() const override
void releaseRequesetUpdateHold()
void loadLocalFontFamilies(emscripten::val families)
QPlatformOpenGLContext * createPlatformOpenGLContext(QOpenGLContext *context) const override
Factory function for QPlatformOpenGLContext.
QWasmInputContext * wasmInputContext() const
static quint64 getTimestamp()
QPlatformServices * services() const override
QPlatformClipboard * clipboard() const override
Accessor for the platform integration's clipboard.
QPlatformTheme * createPlatformTheme(const QString &name) const override
void resizeScreen(const emscripten::val &canvas)
QVariant styleHint(QPlatformIntegration::StyleHint hint) const override
bool hasCapability(QPlatformIntegration::Capability cap) const override
QPlatformAccessibility * accessibility() const override
friend class QWasmCompositor
Combined button and popup list for selecting options.