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
qohoswant_p.h
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QOHOSWANT_P_H
5#define QOHOSWANT_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/qflags.h>
19#include <QtCore/qglobal.h>
20#include <QtCore/qhash.h>
21#include <QtCore/qjsonobject.h>
22#include <QtCore/qlist.h>
23#include <QtCore/qstring.h>
24#include <QtCore/qstringlist.h>
25#include <QtOhosAppKit/private/qohossharekit_p.h>
26#include <QtOhosAppKit/private/qtohosappkitglobal_p.h>
27#include <memory>
28#include <optional>
29
30QT_BEGIN_NAMESPACE
31
32namespace QtOhosAppKit {
33
34enum class WantFlag {
38};
41
56
57class Q_OHOSAPPKIT_EXPORT WantInfo
58{
59public:
67
73
74 virtual ~WantInfo();
75
76 virtual Want want() const = 0;
77
79
81
82 virtual LaunchReason launchReason() const = 0;
83
84protected:
86
87private:
89};
90
91}
92
93QT_END_NAMESPACE
94
95#endif
\variable QtOhosAppKit::Want::deviceId
Definition qohoswant_p.h:58
Combined button and popup list for selecting options.