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_android.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 POSITIONPOLLFACTORY_H
5#define POSITIONPOLLFACTORY_H
6
7#include <QObject>
8#include <QGeoPositionInfoSourceFactory>
9
11{
12 Q_OBJECT
13 Q_PLUGIN_METADATA(IID "org.qt-project.qt.position.sourcefactory/6.0"
14 FILE "plugin.json")
16public:
18 QGeoSatelliteInfoSource *satelliteInfoSource(QObject *parent, const QVariantMap &parameters) override;
19 QGeoAreaMonitorSource *areaMonitor(QObject *parent, const QVariantMap &parameters) override;
20};
21
22#endif // POSITIONPOLLFACTORY_H
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,...