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
qwasmintegration.cpp File Reference

(d8a6a9bfcbaec96156751c0ecaf2aa78e4e8c9e8)

#include "qwasmintegration.h"
#include "qwasmeventdispatcher.h"
#include "qwasmcompositor.h"
#include "qwasmopenglcontext.h"
#include "qwasmtheme.h"
#include "qwasmclipboard.h"
#include "qwasmaccessibility.h"
#include "qwasmservices.h"
#include "qwasmoffscreensurface.h"
#include "qwasmplatform.h"
#include "qwasmwindow.h"
#include "qwasmbackingstore.h"
#include "qwasmfontdatabase.h"
#include "qwasmdrag.h"
#include <qpa/qplatformwindow.h>
#include <QtGui/qscreen.h>
#include <qpa/qwindowsysteminterface.h>
#include <QtCore/qcoreapplication.h>
#include <qpa/qplatforminputcontextfactory_p.h>
#include <qpa/qwindowsysteminterface_p.h>
#include <emscripten/bind.h>
#include <emscripten/val.h>
#include "qwasmscreen.h"
#include <private/qsimpledrag_p.h>
+ Include dependency graph for qwasmintegration.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE void qt_set_sequence_auto_mnemonic (bool)
 
static void setContainerElements (emscripten::val elementArray)
 
static void addContainerElement (emscripten::val element)
 
static void removeContainerElement (emscripten::val element)
 
static void resizeContainerElement (emscripten::val element)
 
static void qtUpdateDpi ()
 
static void resizeAllScreens (emscripten::val event)
 
static void loadLocalFontFamilies (emscripten::val event)
 
 EMSCRIPTEN_BINDINGS (qtQWasmIntegraton)
 

Function Documentation

◆ addContainerElement()

static void addContainerElement ( emscripten::val element)
static

Definition at line 46 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ EMSCRIPTEN_BINDINGS()

EMSCRIPTEN_BINDINGS ( qtQWasmIntegraton )

Definition at line 77 of file qwasmintegration.cpp.

References addContainerElement(), function, loadLocalFontFamilies(), qtUpdateDpi(), removeContainerElement(), resizeAllScreens(), resizeContainerElement(), and setContainerElements().

+ Here is the call graph for this function:

◆ loadLocalFontFamilies()

static void loadLocalFontFamilies ( emscripten::val event)
static

Definition at line 72 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qt_set_sequence_auto_mnemonic()

QT_BEGIN_NAMESPACE void qt_set_sequence_auto_mnemonic ( bool b)
related

Definition at line 139 of file qkeysequence.cpp.

Referenced by QWasmIntegration::QWasmIntegration().

+ Here is the caller graph for this function:

◆ qtUpdateDpi()

static void qtUpdateDpi ( )
static

Definition at line 61 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeContainerElement()

static void removeContainerElement ( emscripten::val element)
static

Definition at line 51 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resizeAllScreens()

static void resizeAllScreens ( emscripten::val event)
static

Definition at line 66 of file qwasmintegration.cpp.

References QWasmIntegration::get(), and Q_UNUSED.

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resizeContainerElement()

static void resizeContainerElement ( emscripten::val element)
static

Definition at line 56 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setContainerElements()

static void setContainerElements ( emscripten::val elementArray)
static

Definition at line 41 of file qwasmintegration.cpp.

References QWasmIntegration::get().

Referenced by EMSCRIPTEN_BINDINGS().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: