QGeoPositionInfoSourceFactory Class
The QGeoPositionInfoSourceFactory class is a factory class used as the plugin interface for external providers of positioning data. More...
Header: | #include <QGeoPositionInfoSourceFactory> |
qmake: | QT += positioning |
Since: | Qt 5.2 |
This class was introduced in Qt 5.2.
Public Functions
virtual | ~QGeoPositionInfoSourceFactory() |
Detailed Description
The other functions must be overridden by all plugins, other than sourcePriority() which defaults to returning 0. Higher values of priority will be preferred to lower ones.