Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qgeoroutereply_p.h
Go to the documentation of this file.
1
// Copyright (C) 2022 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_P_H
5
#define QGEOROUTEREPLY_P_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#include "
qgeorouterequest.h
"
19
#include "
qgeoroutereply.h
"
20
21
#include <QList>
22
23
QT_BEGIN_NAMESPACE
24
25
class
QGeoRoute
;
26
27
class
QGeoRouteReplyPrivate
28
{
29
public
:
30
explicit
QGeoRouteReplyPrivate
(
const
QGeoRouteRequest
&
request
);
31
QGeoRouteReplyPrivate
(
QGeoRouteReply::Error
error
,
QString
errorString
);
32
33
QGeoRouteReply::Error
error
=
QGeoRouteReply::NoError
;
34
QString
errorString
;
35
bool
isFinished
=
false
;
36
37
QGeoRouteRequest
request
;
38
QList<QGeoRoute>
routes
;
39
40
private
:
41
Q_DISABLE_COPY(
QGeoRouteReplyPrivate
)
42
};
43
44
QT_END_NAMESPACE
45
46
#endif
QGeoRouteReplyPrivate
Definition
qgeoroutereply_p.h:28
QGeoRouteReplyPrivate::isFinished
bool isFinished
Definition
qgeoroutereply_p.h:35
QGeoRouteReplyPrivate::error
QGeoRouteReply::Error error
Definition
qgeoroutereply_p.h:33
QGeoRouteReplyPrivate::routes
QList< QGeoRoute > routes
Definition
qgeoroutereply_p.h:38
QGeoRouteReplyPrivate::request
QGeoRouteRequest request
Definition
qgeoroutereply_p.h:37
QGeoRouteReplyPrivate::errorString
QString errorString
Definition
qgeoroutereply_p.h:34
QGeoRouteReply::Error
Error
Describes an error which prevented the completion of the operation.
Definition
qgeoroutereply.h:21
QGeoRouteReply::NoError
@ NoError
Definition
qgeoroutereply.h:22
QGeoRouteRequest
\inmodule QtLocation
Definition
qgeorouterequest.h:21
QGeoRoute
\inmodule QtLocation
Definition
qgeoroute.h:24
QList
Definition
qlist.h:74
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qgeoroutereply.h
qgeorouterequest.h
qtlocation
src
location
maps
qgeoroutereply_p.h
Generated by
1.9.7