Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmplatform.h
Go to the documentation of this file.
1
// Copyright (C) 2022 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#ifndef QWASMPLATFORM_H
5
#define QWASMPLATFORM_H
6
7
#include <QtCore/qglobal.h>
8
#include <QtCore/qnamespace.h>
9
10
#include <QPoint>
11
12
#include <emscripten/val.h>
13
14
QT_BEGIN_NAMESPACE
15
16
enum class
Platform
{
17
Generic
,
18
MacOS
,
19
Windows
,
20
Linux
,
21
Android
,
22
iOS
23
};
24
25
Platform
platform
();
26
27
QT_END_NAMESPACE
28
29
#endif
// QWASMPLATFORM_H
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
platform
Platform platform()
Definition
qwasmplatform.cpp:8
Platform
Platform
Definition
qwasmplatform.h:16
Platform::MacOS
@ MacOS
Platform::iOS
@ iOS
Platform::Generic
@ Generic
Platform::Windows
@ Windows
Platform::Android
@ Android
Platform::Linux
@ Linux
qtbase
src
plugins
platforms
wasm
qwasmplatform.h
Generated by
1.9.7