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
qgeocodereplymapbox.h
Go to the documentation of this file.
1
// Copyright (C) 2017 Mapbox, Inc.
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
QGEOCODEREPLYMAPBOX_H
5
#
define
QGEOCODEREPLYMAPBOX_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QGeoCodeReply
>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QGeoCodeReplyMapbox :
public
QGeoCodeReply
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
QGeoCodeReplyMapbox(QNetworkReply *reply, QObject *parent =
nullptr
);
18
~QGeoCodeReplyMapbox();
19
20
private
Q_SLOTS:
21
void
onNetworkReplyFinished();
22
void
onNetworkReplyError(QNetworkReply::NetworkError error);
23
};
24
25
QT_END_NAMESPACE
26
27
#
endif
// QGEOCODEREPLYMAPBOX_H
QNetworkReply
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Definition
qnetworkreply.h:30
QObjectData::parent
QObject * parent
Definition
qobject.h:73
QPlatformGraphicsBufferHelper
\inmodule QtGui
connect
connect(manager, &QNetworkAccessManager::finished, this, &MyClass::replyFinished)
qtlocation
src
plugins
geoservices
mapbox
qgeocodereplymapbox.h
Generated on
for Qt by
1.14.0