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
positionfactory_ohos.cpp
Go to the documentation of this file.
1
// Copyright (C) 2025 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
#
include
"positionfactory_ohos.h"
5
#
include
"qohosgeopositioninfosource.h"
6
#
include
"qohosgeosatelliteinfosource.h"
7
#
include
<
QtCore
/
private
/
qohoslogger_p
.
h
>
8
9
QT_BEGIN_NAMESPACE
10
11
QGeoPositionInfoSource *QOhosGeoPositionInfoSourceFactory::positionInfoSource(
12
QObject *parent,
const
QVariantMap ¶meters)
13
{
14
Q_UNUSED(parameters);
15
qOhosDebug(QtForOhos) << Q_FUNC_INFO << parent;
16
17
return
tryMakeQOhosGeoPositionInfoSource(parent);
18
}
19
20
QGeoSatelliteInfoSource *QOhosGeoPositionInfoSourceFactory::satelliteInfoSource(
21
QObject *parent,
const
QVariantMap ¶meters)
22
{
23
Q_UNUSED(parameters);
24
qOhosDebug(QtForOhos) << Q_FUNC_INFO << parent;
25
26
return
makeQOhosGeoSatelliteInfoSource(parent);
27
}
28
29
QGeoAreaMonitorSource *QOhosGeoPositionInfoSourceFactory::areaMonitor(
30
QObject *parent,
const
QVariantMap ¶meters)
31
{
32
Q_UNUSED(parameters);
33
qOhosDebug(QtForOhos) << Q_FUNC_INFO << parent;
34
35
return
nullptr
;
36
}
37
38
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qtpositioning
src
plugins
position
ohos
positionfactory_ohos.cpp
Generated on
for Qt by
1.16.1