Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeomappingmanager_p.h
Go to the documentation of this file.
1// Copyright (C) 2015 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 QGEOMAPPINGMANAGER_H
5#define QGEOMAPPINGMANAGER_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 <QObject>
19#include <QtLocation/private/qlocationglobal_p.h>
20
22
23class QGeoMap;
24class QLocale;
25class QGeoRectangle;
26class QGeoCoordinate;
27class QGeoMapType;
29class QGeoMapRequestOptions;
32
33
34class Q_LOCATION_EXPORT QGeoMappingManager : public QObject
35{
37
38public:
40
41 QString managerName() const;
42 int managerVersion() const;
43
44 QGeoMap *createMap(QObject *parent);
45
46 QList<QGeoMapType> supportedMapTypes() const;
47
48 bool isInitialized() const;
49
50 void setLocale(const QLocale &locale);
51 QLocale locale() const;
52
56
57protected:
59
60private:
62 Q_DISABLE_COPY(QGeoMappingManager)
63
64 friend class QGeoServiceProvider;
66};
67
69
70#endif
\inmodule QtPositioning
\inmodule QtLocation
void initialized()
This signal is emitted when the mapping manager has been initialized and is ready to be used.
void supportedMapTypesChanged()
\inmodule QtPositioning
\inmodule QtLocation
\inmodule QtCore
Definition qobject.h:103
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
#define Q_OBJECT
#define Q_SIGNALS
QJSEngine engine
[0]