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
qgeopositioninfosourcefactory_winrt.h
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
4#ifndef QGEOPOSITIONINFOSOURCEFACTORY_WINRT_H
5#define QGEOPOSITIONINFOSOURCEFACTORY_WINRT_H
6
7#include <QtCore/qobject.h>
8#include <QtPositioning/qgeopositioninfosourcefactory.h>
9
10QT_BEGIN_NAMESPACE
11
12class QGeoPositionInfoSourceFactoryWinRT : public QObject, public QGeoPositionInfoSourceFactory
13{
14 Q_OBJECT
15 Q_PLUGIN_METADATA(IID "org.qt-project.qt.position.sourcefactory/6.0"
16 FILE "plugin.json")
17 Q_INTERFACES(QGeoPositionInfoSourceFactory)
18public:
19 QGeoPositionInfoSource *positionInfoSource(QObject *parent, const QVariantMap &parameters) override;
20 QGeoSatelliteInfoSource *satelliteInfoSource(QObject *parent, const QVariantMap &parameters) override;
21 QGeoAreaMonitorSource *areaMonitor(QObject *parent, const QVariantMap &parameters) override;
22};
23
24QT_END_NAMESPACE
25
26#endif // QGEOPOSITIONINFOSOURCEFACTORY_WINRT_H
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")