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
qgeomapreply_nokia.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
QGEOMAPREPLY_NOKIA_H
5
#
define
QGEOMAPREPLY_NOKIA_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
private
/
qgeotilespec_p
.
h
>
9
#
include
<
QtLocation
/
private
/
qgeotiledmapreply_p
.
h
>
10
#
include
<
QtCore
/
QPointer
>
11
12
QT_BEGIN_NAMESPACE
13
14
class
QGeoMapReplyNokia :
public
QGeoTiledMapReply
15
{
16
Q_OBJECT
17
18
public
:
19
QGeoMapReplyNokia(QNetworkReply *reply,
const
QGeoTileSpec &spec, QObject *parent =
nullptr
);
20
~QGeoMapReplyNokia();
21
22
private
Q_SLOTS:
23
void
networkFinished();
24
void
networkError(QNetworkReply::NetworkError error);
25
};
26
27
QT_END_NAMESPACE
28
29
#
endif
QNetworkReply
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Definition
qnetworkreply.h:30
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
nokia
qgeomapreply_nokia.h
Generated on
for Qt by
1.14.0