Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwasmeventdispatcher.h
Go to the documentation of this file.
1
// Copyright (C) 2018 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#
ifndef
QWASMEVENTDISPATCHER_H
5
#
define
QWASMEVENTDISPATCHER_H
6
7
#
include
<
QtCore
/
private
/
qeventdispatcher_wasm_p
.
h
>
8
9
#
include
<
memory
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QWasmSuspendResumeControl;
14
15
class
QWasmEventDispatcher
:
public
QEventDispatcherWasm
16
{
17
public
:
18
QWasmEventDispatcher
(
std
::shared_ptr<QWasmSuspendResumeControl> suspendResume);
19
20
protected
:
21
bool
sendPostedEvents
()
override
;
22
void
onLoaded
()
override
;
23
};
24
25
QT_END_NAMESPACE
26
27
#
endif
QWasmEventDispatcher
Definition
qwasmeventdispatcher.h:16
QWasmEventDispatcher::onLoaded
void onLoaded() override
Definition
qwasmeventdispatcher.cpp:25
QWasmEventDispatcher::QWasmEventDispatcher
QWasmEventDispatcher(std::shared_ptr< QWasmSuspendResumeControl > suspendResume)
Definition
qwasmeventdispatcher.cpp:11
QWasmEventDispatcher::sendPostedEvents
bool sendPostedEvents() override
Definition
qwasmeventdispatcher.cpp:19
QWasmIntegration
Definition
qwasmintegration.h:41
QWasmIntegration::get
static QWasmIntegration * get()
Definition
qwasmintegration.h:77
QWasmIntegration::releaseRequesetUpdateHold
void releaseRequesetUpdateHold()
Definition
qwasmintegration.cpp:229
QWasmIntegration::resizeAllScreens
void resizeAllScreens()
Definition
qwasmintegration.cpp:434
QPlatformGraphicsBufferHelper
\inmodule QtGui
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtbase
src
plugins
platforms
wasm
qwasmeventdispatcher.h
Generated on
for Qt by
1.14.0