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
qgeotiledmappingmanagerengineosm.h
Go to the documentation of this file.
1// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
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 QGEOTILEDMAPPINGMANAGERENGINEOSM_H
5#define QGEOTILEDMAPPINGMANAGERENGINEOSM_H
6
8
9#include <QtLocation/QGeoServiceProvider>
10#include <QtLocation/private/qgeotiledmappingmanagerengine_p.h>
11
12#include <QList>
13
15
17{
19
20 friend class QGeoTiledMapOsm;
21public:
25
26 QGeoMap *createMap() override;
27 const QList<QGeoTileProviderOsm *> &providers();
29
30protected Q_SLOTS:
33
34protected:
35 void updateMapTypes();
36
37private:
38 QList<QGeoTileProviderOsm *> m_providers;
39 QString m_customCopyright;
40 QString m_cacheDirectory;
41 QString m_offlineDirectory;
42};
43
45
46#endif // QGEOTILEDMAPPINGMANAGERENGINEOSM_H
QVariantMap parameters() const
Error
Describes an error related to the loading and setup of a service provider plugin.
QGeoTiledMappingManagerEngineOsm(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)
const QList< QGeoTileProviderOsm * > & providers()
void onProviderResolutionFinished(const QGeoTileProviderOsm *provider)
void onProviderResolutionError(const QGeoTileProviderOsm *provider)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
DBusConnection const char DBusError * error
#define Q_OBJECT
#define Q_SLOTS