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
qgeocodingmanagerengine_p.h
Go to the documentation of this file.
1
// Copyright (C) 2021 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
QGEOCODINGMANAGERENGINE_P_H
5
#
define
QGEOCODINGMANAGERENGINE_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
"qgeocodingmanagerengine.h"
19
20
#
include
<
QLocale
>
21
22
QT_BEGIN_NAMESPACE
23
24
class
QGeoCodingManagerEnginePrivate
25
{
26
public
:
27
QGeoCodingManagerEnginePrivate
() =
default
;
28
29
QString
managerName
;
30
QLocale
locale
;
31
int
managerVersion
= -1;
32
33
private
:
34
Q_DISABLE_COPY
(
QGeoCodingManagerEnginePrivate
)
35
};
36
37
QT_END_NAMESPACE
38
39
#
endif
QGeoCodingManagerEnginePrivate
Definition
qgeocodingmanagerengine_p.h:25
QGeoCodingManagerEnginePrivate::managerVersion
int managerVersion
Definition
qgeocodingmanagerengine_p.h:31
QGeoCodingManagerEnginePrivate::locale
QLocale locale
Definition
qgeocodingmanagerengine_p.h:30
QGeoCodingManagerEnginePrivate::managerName
QString managerName
Definition
qgeocodingmanagerengine_p.h:29
QGeoCodingManagerEnginePrivate::QGeoCodingManagerEnginePrivate
QGeoCodingManagerEnginePrivate()=default
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
qtlocation
src
location
maps
qgeocodingmanagerengine_p.h
Generated on Sun Mar 9 2025 00:50:25 for Qt by
1.13.2