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
geotiledmapreply_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 GEOTILEDMAPREPLYESRI_H
5#define GEOTILEDMAPREPLYESRI_H
6
7#include <QNetworkReply>
8
9#include <QtLocation/private/qgeotiledmapreply_p.h>
10
11QT_BEGIN_NAMESPACE
12
13class GeoTiledMapReplyEsri : public QGeoTiledMapReply
14{
15 Q_OBJECT
16
17public:
18 GeoTiledMapReplyEsri(QNetworkReply *reply, const QGeoTileSpec &spec, QObject *parent = nullptr);
19 ~GeoTiledMapReplyEsri();
20
21private Q_SLOTS:
22 void networkReplyFinished();
23 void networkReplyError(QNetworkReply::NetworkError error);
24};
25
27
28#endif // GEOTILEDMAPREPLYESRI_H
static QT_BEGIN_NAMESPACE const unsigned char pngSignature[]
static const unsigned char jpegSignature[]
static const unsigned char gifSignature[]