Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
georoutereply_esri.h
Go to the documentation of this file.
1// Copyright (C) 2013-2018 Esri <contracts@esri.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 GEOROUTEREPLYESRI_H
5#define GEOROUTEREPLYESRI_H
6
7#include <QNetworkReply>
8#include <QGeoRouteReply>
9
11
13{
15
16public:
19
20private Q_SLOTS:
21 void networkReplyFinished();
22 void networkReplyError(QNetworkReply::NetworkError error);
23};
24
26
27#endif // GEOROUTEREPLYESRI_H
\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