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
qgeopositioninfosourcefactory_winrt.cpp
Go to the documentation of this file.
1// Copyright (C) 2015 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
6
7#include <QtCore/qloggingcategory.h>
8
9Q_LOGGING_CATEGORY(lcPositioningWinRT, "qt.positioning.winrt")
10
12
13QGeoPositionInfoSource *QGeoPositionInfoSourceFactoryWinRT::positionInfoSource(QObject *parent, const QVariantMap &parameters)
14{
15 qCDebug(lcPositioningWinRT) << __FUNCTION__;
16 Q_UNUSED(parameters)
18 return src;
19}
20
22{
23 qCDebug(lcPositioningWinRT) << __FUNCTION__;
25 Q_UNUSED(parameters)
26 return nullptr;
27}
28
30{
31 qCDebug(lcPositioningWinRT) << __FUNCTION__;
33 Q_UNUSED(parameters)
34 return nullptr;
35}
36
\inmodule QtPositioning
Q_PLUGIN_METADATA(IID "org.qt-project.qt.position.sourcefactory/6.0" FILE "plugin.json") public QGeoSatelliteInfoSource * satelliteInfoSource(QObject *parent, const QVariantMap &parameters) override
Returns a new QGeoSatelliteInfoSource associated with this plugin with parent parent,...
QGeoAreaMonitorSource * areaMonitor(QObject *parent, const QVariantMap &parameters) override
Returns a new QGeoAreaMonitorSource associated with this plugin with parent parent,...
\inmodule QtPositioning
\inmodule QtPositioning
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
Combined button and popup list for selecting options.
#define Q_LOGGING_CATEGORY(name,...)
#define qCDebug(category,...)
GLenum src
#define Q_UNUSED(x)