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
qgeoroutereplyosm.h
Go to the documentation of this file.
1
// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
ifndef
QGEOROUTEREPLYOSM_H
6
#
define
QGEOROUTEREPLYOSM_H
7
8
#
include
<
QtNetwork
/
QNetworkReply
>
9
#
include
<
QtLocation
/
QGeoRouteReply
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QGeoRouteReplyOsm :
public
QGeoRouteReply
14
{
15
Q_OBJECT
16
17
public
:
18
QGeoRouteReplyOsm(QNetworkReply *reply,
const
QGeoRouteRequest &request,
19
QObject *parent =
nullptr
);
20
~QGeoRouteReplyOsm();
21
22
private
Q_SLOTS:
23
void
networkReplyFinished();
24
void
networkReplyError(QNetworkReply::NetworkError error);
25
};
26
27
QT_END_NAMESPACE
28
29
#
endif
// QGEOROUTEREPLYOSM_H
QGeoRoutingManagerEngineOsm
Definition
qgeoroutingmanagerengineosm.h:17
QNetworkReply
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Definition
qnetworkreply.h:30
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtlocation
src
plugins
geoservices
osm
qgeoroutereplyosm.h
Generated on
for Qt by
1.16.1