Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qgeoroutereply_nokia.h
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
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 QGEOROUTEREPLY_NOKIA_H
5#define QGEOROUTEREPLY_NOKIA_H
6
7#include <qgeoroutereply.h>
8#include <QNetworkReply>
9
11
13
15{
17public:
19 QObject *parent = nullptr);
21
22private Q_SLOTS:
23 void networkFinished();
24 void networkError(QNetworkReply::NetworkError error);
25 void appendResults(const QList<QGeoRoute> &routes);
26 void parserError(const QString &errorString);
27
28private:
29 int m_parsers;
30};
31
33
34#endif
\inmodule QtLocation
QList< QGeoRoute > routes() const
Returns the list of routes which were requested.
Error error() const
Returns the error state of this reply.
QGeoRouteRequest request() const
Returns the route request which specified the route.
QString errorString() const
Returns the textual representation of the error state of this reply.
\inmodule QtLocation
Definition qlist.h:74
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
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
Combined button and popup list for selecting options.
#define Q_OBJECT
#define Q_SLOTS