5#ifndef QWASMINTEGRATION_H
6#define QWASMINTEGRATION_H
12#include <qpa/qplatformintegration.h>
13#include <qpa/qplatformscreen.h>
14#include <qpa/qplatforminputcontext.h>
16#include <QtCore/qhash.h>
18#include <private/qstdweb_p.h>
20#include <emscripten.h>
21#include <emscripten/html5.h>
22#include <emscripten/val.h>
28class QWasmEventTranslator;
29class QWasmFontDatabase;
36class QWasmAccessibility;
39class QWasmSuspendResumeControl;
48 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
63#if QT_CONFIG(clipboard)
66#ifndef QT_NO_ACCESSIBILITY
73#if QT_CONFIG(draganddrop)
94 QWasmWindow *createWindow(QWindow *, WId nativeHandle)
const;
96 struct ScreenMapping {
102 std::shared_ptr<QWasmSuspendResumeControl> m_suspendResume;
104 mutable QWasmFontDatabase *m_fontDb;
105 mutable QWasmServices *m_desktopServices;
106 mutable QHash<QWindow *, QWasmBackingStore *> m_backingStores;
107 QList<ScreenMapping> m_screens;
109 mutable QWasmAccessibility *m_accessibility;
111 qreal m_fontDpi = -1;
112 mutable QScopedPointer<QPlatformInputContext> m_inputContext;
115 QWasmInputContext *m_wasmInputContext =
nullptr;
117#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
void removeBackingStore(QWindow *window)
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
static quint64 getTimestamp()
QPlatformServices * services() const override
QPlatformWindow * createForeignWindow(QWindow *window, WId nativeHandle) const override
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
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
QPlatformAccessibility * accessibility() const override
friend class QWasmCompositor
Combined button and popup list for selecting options.