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
qgeocodereplyosm.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
QGEOCODEREPLYOSM_H
5
#
define
QGEOCODEREPLYOSM_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QGeoCodeReply
>
9
#
include
<
QtLocation
/
private
/
qgeocodereply_p
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QGeoCodeReplyOsm :
public
QGeoCodeReply
14
{
15
Q_OBJECT
16
17
public
:
18
explicit
QGeoCodeReplyOsm(QNetworkReply *reply,
bool
includeExtraData =
false
,
19
QObject *parent =
nullptr
);
20
~QGeoCodeReplyOsm();
21
22
private
Q_SLOTS:
23
void
networkReplyFinished();
24
void
networkReplyError(QNetworkReply::NetworkError error);
25
26
private
:
27
bool
m_includeExtraData =
false
;
28
};
29
30
QT_END_NAMESPACE
31
32
#
endif
// QGEOCODEREPLYOSM_H
QNetworkReply
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Definition
qnetworkreply.h:30
QObjectData::parent
QObject * parent
Definition
qobject.h:73
QPlatformGraphicsBufferHelper
\inmodule QtGui
parseAddressObject
static QGeoAddress parseAddressObject(const QJsonObject &object)
Definition
qgeocodereplyosm.cpp:38
injectExtra
static void injectExtra(QGeoLocation &location, const QJsonObject &object)
Definition
qgeocodereplyosm.cpp:68
qtlocation
src
plugins
geoservices
osm
qgeocodereplyosm.h
Generated on
for Qt by
1.14.0