Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeoserviceproviderfactory.cpp
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
5
7
52 QString *errorString) const
53{
54 Q_UNUSED(parameters);
56 Q_UNUSED(errorString);
57
58 return nullptr;
59}
60
79 QString *errorString) const
80{
81 Q_UNUSED(parameters);
83 Q_UNUSED(errorString);
84
85 return nullptr;
86}
87
104 QString *errorString) const
105
106{
107 Q_UNUSED(parameters);
109 Q_UNUSED(errorString);
110
111 return nullptr;
112}
113
130 QString *errorString) const
131{
132 Q_UNUSED(parameters);
134 Q_UNUSED(errorString);
135
136 return nullptr;
137}
138
150
virtual QPlaceManagerEngine * createPlaceManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QPlaceManagerEngine instance, initialized with parameters, which implements the place s...
virtual void setQmlEngine(QQmlEngine *engine)
Notify the plugin when the qml engine is ready.
virtual QGeoMappingManagerEngine * createMappingManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QGeoMappingManagerEngine instance, initialized with parameters, which implements mappin...
virtual QGeoCodingManagerEngine * createGeocodingManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QGeoCodingManagerEngine instance, initialized with parameters, which implements the loc...
virtual QGeoRoutingManagerEngine * createRoutingManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QGeoRoutingManagerEngine instance, initialized with parameters, which implements routin...
Error
Describes an error related to the loading and setup of a service provider plugin.
\inmodule QtLocation
The QQmlEngine class provides an environment for instantiating QML components.
Definition qqmlengine.h:57
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
DBusConnection const char DBusError * error
#define Q_UNUSED(x)
QJSEngine engine
[0]