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#ifndef QT_POSITIONINGQUICKMODULE_P_H
4#define QT_POSITIONINGQUICKMODULE_P_H
5
6//
7// W A R N I N G
8// -------------
9//
10// This file is not part of the Qt API. It exists purely as an
11// implementation detail. This header file may change from version to
12// version without notice, or even be removed.
13//
14// We mean it.
15//
16
17#include <QtQml/qqml.h>
19
20#include <QtPositioning/QGeoCoordinate>
21#include <QtPositioning/QGeoAddress>
22#include <QtPositioning/QGeoRectangle>
23#include <QtPositioning/QGeoCircle>
24#include <QtPositioning/QGeoPath>
25#include <QtPositioning/QGeoPolygon>
26#include <QtPositioning/QGeoLocation>
27#include <QtPositioning/QGeoShape>
28#include <QtPositioning/QGeoPositionInfo>
29#include <QtPositioning/QGeoSatelliteInfo>
30#include <QtPositioning/private/qgeocoordinateobject_p.h>
31
33
35{
36 Q_GADGET
37 QML_FOREIGN(QGeoCoordinate)
41};
42
44{
45 Q_GADGET
46 QML_FOREIGN(QGeoAddress)
50};
51
53{
54 Q_GADGET
55 QML_FOREIGN(QGeoRectangle)
59};
60
62{
63 Q_GADGET
64 QML_FOREIGN(QGeoCircle)
68};
69
71{
72 Q_GADGET
73 QML_FOREIGN(QGeoPath)
77};
78
80{
81 Q_GADGET
82 QML_FOREIGN(QGeoPolygon)
86};
87
89{
90 Q_GADGET
91 QML_FOREIGN(QGeoLocation)
95};
96
98{
99 Q_GADGET
100 QML_FOREIGN(QGeoShape)
104};
105
107{
108 Q_GADGET
109 QML_FOREIGN(QGeoCoordinateObject)
112};
113
115{
116 Q_GADGET
117 QML_FOREIGN(QGeoPositionInfo)
121};
122
124{
125 Q_GADGET
126 QML_FOREIGN(QGeoSatelliteInfo)
129};
130
131// To prevent the same QGeoSatelliteInfo type from being exported into qmltypes
132// twice for a value type and the enums. See QTBUG-115361.
137
145
146QT_END_NAMESPACE
147
148#endif // QT_POSITIONINGQUICKMODULE_P_H
Combined button and popup list for selecting options.