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
// Qt-Security score:significant reason:default
4
5
#
ifndef
QWASMEVENTDISPATCHER_H
6
#
define
QWASMEVENTDISPATCHER_H
7
8
#
include
<
QtCore
/
private
/
qeventdispatcher_wasm_p
.
h
>
9
10
#
include
<
memory
>
11
12
QT_BEGIN_NAMESPACE
13
14
class
QWasmSuspendResumeControl;
15
16
class
QWasmEventDispatcher
:
public
QEventDispatcherWasm
17
{
18
public
:
19
QWasmEventDispatcher
(
std
::shared_ptr<QWasmSuspendResumeControl> suspendResume);
20
21
protected
:
22
bool
sendPostedEvents
()
override
;
23
void
onLoaded
()
override
;
24
};
25
26
QT_END_NAMESPACE
27
28
#
endif
QWasmEventDispatcher
Definition
qwasmeventdispatcher.h:17
QWasmEventDispatcher::onLoaded
void onLoaded() override
Definition
qwasmeventdispatcher.cpp:26
QWasmEventDispatcher::QWasmEventDispatcher
QWasmEventDispatcher(std::shared_ptr< QWasmSuspendResumeControl > suspendResume)
Definition
qwasmeventdispatcher.cpp:12
QWasmEventDispatcher::sendPostedEvents
bool sendPostedEvents() override
Definition
qwasmeventdispatcher.cpp:20
QWasmIntegration
Definition
qwasmintegration.h:42
QWasmIntegration::get
static QWasmIntegration * get()
Definition
qwasmintegration.h:78
QWasmIntegration::releaseRequesetUpdateHold
void releaseRequesetUpdateHold()
Definition
qwasmintegration.cpp:231
QWasmIntegration::resizeAllScreens
void resizeAllScreens()
Definition
qwasmintegration.cpp:436
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtbase
src
plugins
platforms
wasm
qwasmeventdispatcher.h
Generated on
for Qt by
1.16.1