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
qgeoroutereplymapbox.h
Go to the documentation of this file.
1
// Copyright (C) 2016 Vlad Seryakov <vseryakov@gmail.com>
2
// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
3
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5
#
ifndef
QGEOROUTEREPLYMAPBOX_H
6
#
define
QGEOROUTEREPLYMAPBOX_H
7
8
#
include
<
QtNetwork
/
QNetworkReply
>
9
#
include
<
QtLocation
/
QGeoRouteReply
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QGeoRouteReplyMapbox :
public
QGeoRouteReply
14
{
15
Q_OBJECT
16
17
public
:
18
QGeoRouteReplyMapbox(QNetworkReply *reply,
const
QGeoRouteRequest &request, QObject *parent =
nullptr
);
19
~QGeoRouteReplyMapbox();
20
21
private
Q_SLOTS:
22
void
networkReplyFinished();
23
void
networkReplyError(QNetworkReply::NetworkError error);
24
};
25
26
QT_END_NAMESPACE
27
28
#
endif
// QGEOROUTEREPLYMAPBOX_H
QGeoRoutingManagerEngineMapbox
Definition
qgeoroutingmanagerenginemapbox.h:17
QGeoRoutingManagerEngineMapbox::routeParser
const QGeoRouteParser * routeParser() const
Definition
qgeoroutingmanagerenginemapbox.cpp:260
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
mapbox
qgeoroutereplymapbox.h
Generated on
for Qt by
1.14.0