java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoPositionInfoSourceFactory.Impl
- All Implemented Interfaces:
QGeoPositionInfoSourceFactory
,QtObjectInterface
- Enclosing interface:
- QGeoPositionInfoSourceFactory
public abstract static class QGeoPositionInfoSourceFactory.Impl extends QtObject implements QGeoPositionInfoSourceFactory
Implementor class for interface QGeoPositionInfoSourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.positioning.QGeoPositionInfoSourceFactory
QGeoPositionInfoSourceFactory.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QGeoAreaMonitorSource
areaMonitor(QObject parent)
abstract QGeoPositionInfoSource
positionInfoSource(QObject parent)
abstract QGeoSatelliteInfoSource
satelliteInfoSource(QObject parent)
-
Constructor Details
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
-
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
-