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
qpositioningquickmodule_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 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// Qt-Security score:significant reason:default
4#ifndef QT_POSITIONINGQUICKMODULE_P_H
5#define QT_POSITIONINGQUICKMODULE_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 <QtQml/qqml.h>
20
21#include <QtPositioning/QGeoCoordinate>
22#include <QtPositioning/QGeoAddress>
23#include <QtPositioning/QGeoRectangle>
24#include <QtPositioning/QGeoCircle>
25#include <QtPositioning/QGeoPath>
26#include <QtPositioning/QGeoPolygon>
27#include <QtPositioning/QGeoLocation>
28#include <QtPositioning/QGeoShape>
29#include <QtPositioning/QGeoPositionInfo>
30#include <QtPositioning/QGeoSatelliteInfo>
31#include <QtPositioning/private/qgeocoordinateobject_p.h>
32
34
36{
37 Q_GADGET
38 QML_FOREIGN(QGeoCoordinate)
42};
43
45{
46 Q_GADGET
47 QML_FOREIGN(QGeoAddress)
51};
52
54{
55 Q_GADGET
56 QML_FOREIGN(QGeoRectangle)
60};
61
63{
64 Q_GADGET
65 QML_FOREIGN(QGeoCircle)
69};
70
72{
73 Q_GADGET
74 QML_FOREIGN(QGeoPath)
78};
79
81{
82 Q_GADGET
83 QML_FOREIGN(QGeoPolygon)
87};
88
90{
91 Q_GADGET
92 QML_FOREIGN(QGeoLocation)
96};
97
99{
100 Q_GADGET
101 QML_FOREIGN(QGeoShape)
105};
106
108{
109 Q_GADGET
110 QML_FOREIGN(QGeoCoordinateObject)
113};
114
116{
117 Q_GADGET
118 QML_FOREIGN(QGeoPositionInfo)
122};
123
125{
126 Q_GADGET
127 QML_FOREIGN(QGeoSatelliteInfo)
130};
131
132// To prevent the same QGeoSatelliteInfo type from being exported into qmltypes
133// twice for a value type and the enums. See QTBUG-115361.
138
146
147QT_END_NAMESPACE
148
149#endif // QT_POSITIONINGQUICKMODULE_P_H
Combined button and popup list for selecting options.