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
11
QT_BEGIN_NAMESPACE
12
13
class
GeoTiledMapReplyEsri :
public
QGeoTiledMapReply
14
{
15
Q_OBJECT
16
17
public
:
18
GeoTiledMapReplyEsri(QNetworkReply *reply,
const
QGeoTileSpec &spec, QObject *parent =
nullptr
);
19
~GeoTiledMapReplyEsri();
20
21
private
Q_SLOTS:
22
void
networkReplyFinished();
23
void
networkReplyError(QNetworkReply::NetworkError error);
24
};
25
26
QT_END_NAMESPACE
27
28
#
endif
// GEOTILEDMAPREPLYESRI_H
pngSignature
static QT_BEGIN_NAMESPACE const unsigned char pngSignature[]
Definition
geotiledmapreply_esri.cpp:10
jpegSignature
static const unsigned char jpegSignature[]
Definition
geotiledmapreply_esri.cpp:11
gifSignature
static const unsigned char gifSignature[]
Definition
geotiledmapreply_esri.cpp:12
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
esri
geotiledmapreply_esri.h
Generated on
for Qt by
1.14.0