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
4
#
ifndef
QGEOROUTEREPLYOSM_H
5
#
define
QGEOROUTEREPLYOSM_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QGeoRouteReply
>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QGeoRouteReplyOsm :
public
QGeoRouteReply
13
{
14
Q_OBJECT
15
16
public
:
17
QGeoRouteReplyOsm(QNetworkReply *reply,
const
QGeoRouteRequest &request,
18
QObject *parent =
nullptr
);
19
~QGeoRouteReplyOsm();
20
21
private
Q_SLOTS:
22
void
networkReplyFinished();
23
void
networkReplyError(QNetworkReply::NetworkError error);
24
};
25
26
QT_END_NAMESPACE
27
28
#
endif
// QGEOROUTEREPLYOSM_H
QGeoRouteReplyOsm
Definition
qgeoroutereplyosm.h:13
QGeoRouteReplyOsm::~QGeoRouteReplyOsm
~QGeoRouteReplyOsm()
Definition
qgeoroutereplyosm.cpp:25
QGeoRoutingManagerEngineOsm
Definition
qgeoroutingmanagerengineosm.h:16
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
osm
qgeoroutereplyosm.h
Generated on
for Qt by
1.14.0