Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmeventdispatcher.cpp
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
#include "
qwasmeventdispatcher.h
"
5
6
#include <QtGui/qpa/qwindowsysteminterface.h>
7
8
QT_BEGIN_NAMESPACE
9
10
// Note: All event dispatcher functionality is implemented in QEventDispatcherWasm
11
// in QtCore, except for processPostedEvents() below which uses API from QtGui.
12
bool
QWasmEventDispatcher::processPostedEvents
()
13
{
14
QEventDispatcherWasm::processPostedEvents
();
15
return
QWindowSystemInterface::sendWindowSystemEvents
(
QEventLoop::AllEvents
);
16
}
17
18
QT_END_NAMESPACE
QEventDispatcherWasm::processPostedEvents
virtual bool processPostedEvents()
Definition
qeventdispatcher_wasm.cpp:538
QEventLoop::AllEvents
@ AllEvents
Definition
qeventloop.h:26
QWasmEventDispatcher::processPostedEvents
bool processPostedEvents() override
Definition
qwasmeventdispatcher.cpp:12
QWindowSystemInterface::sendWindowSystemEvents
static bool sendWindowSystemEvents(QEventLoop::ProcessEventsFlags flags)
Definition
qwindowsysteminterface.cpp:1092
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qwasmeventdispatcher.h
qtbase
src
plugins
platforms
wasm
qwasmeventdispatcher.cpp
Generated by
1.9.7