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 <QtHarmonyExtras/private/qohossharekit_p.h>
19#include <QtHarmonyExtras/private/qtharmonyextrasglobal_p.h>
20
21#include <QtCore/qflags.h>
22#include <QtCore/qglobal.h>
23#include <QtCore/qhash.h>
24#include <QtCore/qjsonobject.h>
25#include <QtCore/qlist.h>
26#include <QtCore/qstring.h>
27#include <QtCore/qstringlist.h>
28
29#include <memory>
30#include <optional>
31
32QT_BEGIN_NAMESPACE
33
34namespace QtHarmonyExtras {
35
36enum class WantFlag {
40};
43
58
59class Q_HARMONYEXTRAS_EXPORT WantInfo
60{
61public:
69
75
76 virtual ~WantInfo();
77
78 virtual Want want() const = 0;
79
81
83
84 virtual LaunchReason launchReason() const = 0;
85
86protected:
88
89private:
91};
92
93}
94
95QT_END_NAMESPACE
96
97#endif
\variable QtHarmonyExtras::Want::deviceId
Definition qohoswant_p.h:60
Combined button and popup list for selecting options.