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
11QT_BEGIN_NAMESPACE
12
13class QWasmSuspendResumeControl;
14
16{
17public:
18 QWasmEventDispatcher(std::shared_ptr<QWasmSuspendResumeControl> suspendResume);
19
20protected:
22 void onLoaded() override;
23};
24
25QT_END_NAMESPACE
26
27#endif
QWasmEventDispatcher(std::shared_ptr< QWasmSuspendResumeControl > suspendResume)
static QWasmIntegration * get()