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_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::QGeoRouteReplyPrivate
QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QString errorString)
Definition
qgeoroutereply.cpp:236
QGeoRouteReplyPrivate::routes
QList< QGeoRoute > routes
Definition
qgeoroutereply_p.h:38
QGeoRouteReplyPrivate::request
QGeoRouteRequest request
Definition
qgeoroutereply_p.h:37
QGeoRouteReplyPrivate::QGeoRouteReplyPrivate
QGeoRouteReplyPrivate(const QGeoRouteRequest &request)
Definition
qgeoroutereply.cpp:232
QGeoRouteReplyPrivate::errorString
QString errorString
Definition
qgeoroutereply_p.h:34
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
location
maps
qgeoroutereply_p.h
Generated on
for Qt by
1.14.0