Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeocodereply_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 QGEOCODEREPLY_NOKIA_H
5#define QGEOCODEREPLY_NOKIA_H
6
7#include <qgeocodereply.h>
8#include <QNetworkReply>
9
11
13{
15public:
17 bool manualBoundsRequired, QObject *parent = nullptr);
19
20private Q_SLOTS:
21 void networkFinished();
22 void networkError(QNetworkReply::NetworkError error);
23 void appendResults(const QList<QGeoLocation> &locations);
24 void parseError(const QString &errorString);
25
26private:
27 bool m_parsing;
28 bool m_manualBoundsRequired;
29};
30
32
33#endif
QGeoCodeReplyNokia(QNetworkReply *reply, int limit, int offset, const QGeoShape &viewport, bool manualBoundsRequired, QObject *parent=nullptr)
\inmodule QtLocation
QGeoShape viewport() const
Returns the viewport which contains the results.
Error error() const
Returns the error state of this reply.
QString errorString() const
Returns the textual representation of the error state of this reply.
\inmodule QtPositioning
Definition qgeoshape.h:17
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:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLenum GLuint GLintptr offset
GLint limit
GLuint const GLint * locations
#define Q_OBJECT
#define Q_SLOTS
QNetworkReply * reply