![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtPositioning More...
#include <qgeopositioninfosourcefactory.h>
Public Member Functions | |
virtual | ~QGeoPositionInfoSourceFactory () |
Destroys the position info source factory. | |
virtual QGeoPositionInfoSource * | positionInfoSource (QObject *parent, const QVariantMap ¶meters)=0 |
Returns a new QGeoPositionInfoSource associated with this plugin with parent parent, and using parameters as configuration parameters. | |
virtual QGeoSatelliteInfoSource * | satelliteInfoSource (QObject *parent, const QVariantMap ¶meters)=0 |
Returns a new QGeoSatelliteInfoSource associated with this plugin with parent parent, and using parameters as configuration parameters. | |
virtual QGeoAreaMonitorSource * | areaMonitor (QObject *parent, const QVariantMap ¶meters)=0 |
Returns a new QGeoAreaMonitorSource associated with this plugin with parent parent, and using parameters as configuration parameters. | |
\inmodule QtPositioning
The QGeoPositionInfoSourceFactory class is a factory class used as the plugin interface for external providers of positioning data.
Each factory method takes a parameters argument, which allows to configure the created source.
Definition at line 14 of file qgeopositioninfosourcefactory.h.
|
virtual |
Destroys the position info source factory.
Definition at line 50 of file qgeopositioninfosourcefactory.cpp.
|
pure virtual |
Returns a new QGeoAreaMonitorSource associated with this plugin with parent parent, and using parameters as configuration parameters.
Can also return 0, in which case the plugin loader will use the factory with the next highest priority.
Implemented in QGeoPositionInfoSourceFactoryAndroid, QGeoPositionInfoSourceFactoryCL, QGeoPositionInfoSourceFactoryGeoclue2, QGeoPositionInfoSourceFactoryGypsy, QGeoPositionInfoSourceFactoryNmea, QGeoPositionInfoSourceFactoryPoll, and QGeoPositionInfoSourceFactoryWinRT.
|
pure virtual |
Returns a new QGeoPositionInfoSource associated with this plugin with parent parent, and using parameters as configuration parameters.
Can also return 0, in which case the plugin loader will use the factory with the next highest priority.
|
pure virtual |
Returns a new QGeoSatelliteInfoSource associated with this plugin with parent parent, and using parameters as configuration parameters.
Can also return 0, in which case the plugin loader will use the factory with the next highest priority.
Implemented in QGeoPositionInfoSourceFactoryAndroid, QGeoPositionInfoSourceFactoryCL, QGeoPositionInfoSourceFactoryGeoclue2, QGeoPositionInfoSourceFactoryGypsy, QGeoPositionInfoSourceFactoryNmea, QGeoPositionInfoSourceFactoryPoll, and QGeoPositionInfoSourceFactoryWinRT.