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
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
10
QT_BEGIN_NAMESPACE
11
12
class
QGeoRouteXmlParser
;
13
14
class
QGeoRouteReplyNokia
:
public
QGeoRouteReply
15
{
16
Q_OBJECT
17
public
:
18
QGeoRouteReplyNokia
(
const
QGeoRouteRequest
&
request
,
const
QList
<
QNetworkReply
*> &
replies
,
19
QObject
*
parent
=
nullptr
);
20
~
QGeoRouteReplyNokia
();
21
22
private
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
28
private
:
29
int
m_parsers;
30
};
31
32
QT_END_NAMESPACE
33
34
#
endif
QGeoRouteReplyNokia
Definition
qgeoroutereply_nokia.h:15
QGeoRouteReplyNokia::~QGeoRouteReplyNokia
~QGeoRouteReplyNokia()
Definition
qgeoroutereply_nokia.cpp:42
QGeoRouteXmlParser
Definition
qgeoroutexmlparser.h:63
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
nokia
qgeoroutereply_nokia.h
Generated on
for Qt by
1.14.0