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
geotiledmappingmanagerengine_esri.h
Go to the documentation of this file.
1// Copyright (C) 2013-2018 Esri <contracts@esri.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 GEOTILEDMAPPINGMANAGERENGINEESRI_H
5#define GEOTILEDMAPPINGMANAGERENGINEESRI_H
6
7#include <QGeoServiceProvider>
8
9#include <QtLocation/private/qgeotiledmappingmanagerengine_p.h>
10
11#include "geomapsource.h"
12
14
16{
18
19public:
23
24 QGeoMap *createMap() override;
25
26 inline const QList<GeoMapSource *>& mapSources() const;
27 GeoMapSource *mapSource(int mapId) const;
28
29private:
30 bool initializeMapSources(QGeoServiceProvider::Error *error, QString *errorString, const QGeoCameraCapabilities &cameraCaps);
31
32 QList<GeoMapSource *> m_mapSources;
33};
34
35inline const QList<GeoMapSource *>& GeoTiledMappingManagerEngineEsri::mapSources() const
36{
37 return m_mapSources;
38}
39
41
42#endif // GEOTILEDMAPPINGMANAGERENGINEESRI_H
GeoTiledMappingManagerEngineEsri(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)
const QList< GeoMapSource * > & mapSources() const
QVariantMap parameters() const
Error
Describes an error related to the loading and setup of a service provider plugin.
\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