Qt 6.x
The Qt SDK
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
12
14{
16
17public:
20
21private Q_SLOTS:
22 void networkReplyFinished();
23 void networkReplyError(QNetworkReply::NetworkError error);
24};
25
27
28#endif // QGEOROUTEREPLYMAPBOX_H
29
\inmodule QtLocation
Error error() const
Returns the error state of this reply.
QGeoRouteRequest request() const
Returns the route request which specified the route.
\inmodule QtLocation
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
NetworkError
Indicates all possible error conditions found during the processing of the request.
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
Combined button and popup list for selecting options.
#define Q_OBJECT
#define Q_SLOTS
QNetworkReply * reply