![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwasmintegration.h"#include "qwasmeventdispatcher.h"#include "qwasmcompositor.h"#include "qwasmopenglcontext.h"#include "qwasmtheme.h"#include "qwasmaccessibility.h"#include "qwasmservices.h"#include "qwasmoffscreensurface.h"#include "qwasmplatform.h"#include "qwasmwindow.h"#include "qwasmbackingstore.h"#include "qwasmfontdatabase.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 "private/qwasmsuspendresumecontrol_p.h"#include <emscripten/bind.h>#include <emscripten/val.h>#include "qwasmscreen.h"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) | |
|
static |
Definition at line 53 of file qwasmintegration.cpp.
References QWasmIntegration::addContainerElement(), and QWasmIntegration::get().
Referenced by EMSCRIPTEN_BINDINGS().
| EMSCRIPTEN_BINDINGS | ( | qtQWasmIntegraton | ) |
Definition at line 84 of file qwasmintegration.cpp.
References addContainerElement(), function, loadLocalFontFamilies(), qtUpdateDpi(), removeContainerElement(), resizeAllScreens(), and resizeContainerElement().
|
static |
Definition at line 79 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::loadLocalFontFamilies().
Referenced by EMSCRIPTEN_BINDINGS().
|
Definition at line 139 of file qkeysequence.cpp.
Referenced by QWasmIntegration::QWasmIntegration().
|
static |
Definition at line 68 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::updateDpi().
Referenced by EMSCRIPTEN_BINDINGS().
|
static |
Definition at line 58 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::removeContainerElement().
Referenced by EMSCRIPTEN_BINDINGS().
|
static |
Definition at line 73 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::resizeAllScreens().
Referenced by EMSCRIPTEN_BINDINGS().
|
static |
Definition at line 63 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::resizeScreen().
Referenced by EMSCRIPTEN_BINDINGS().
|
static |
Definition at line 48 of file qwasmintegration.cpp.
References QWasmIntegration::get(), and QWasmIntegration::setContainerElements().