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
12QT_BEGIN_NAMESPACE
13
14class QWasmSuspendResumeControl;
15
17{
18public:
19 QWasmEventDispatcher(std::shared_ptr<QWasmSuspendResumeControl> suspendResume);
20
21protected:
23 void onLoaded() override;
24};
25
26QT_END_NAMESPACE
27
28#endif
QWasmEventDispatcher(std::shared_ptr< QWasmSuspendResumeControl > suspendResume)
static QWasmIntegration * get()
Combined button and popup list for selecting options.