java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoPositionInfoSourceFactoryV2.Impl
- All Implemented Interfaces:
QGeoPositionInfoSourceFactory
,QGeoPositionInfoSourceFactoryV2
,QtObjectInterface
- Enclosing interface:
- QGeoPositionInfoSourceFactoryV2
public abstract static class QGeoPositionInfoSourceFactoryV2.Impl extends QtObject implements QGeoPositionInfoSourceFactoryV2, QGeoPositionInfoSourceFactory
Implementor class for interface QGeoPositionInfoSourceFactoryV2
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.positioning.QGeoPositionInfoSourceFactory
QGeoPositionInfoSourceFactory.Impl
Nested classes/interfaces inherited from interface io.qt.positioning.QGeoPositionInfoSourceFactoryV2
QGeoPositionInfoSourceFactoryV2.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 QGeoAreaMonitorSource
areaMonitorWithParameters(QObject parent, Map<String,Object> parameters)
abstract QGeoPositionInfoSource
positionInfoSource(QObject parent)
abstract QGeoPositionInfoSource
positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
abstract QGeoSatelliteInfoSource
satelliteInfoSource(QObject parent)
abstract QGeoSatelliteInfoSource
satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
-
Constructor Details
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactoryV2
-
areaMonitorWithParameters
@QtUninvokable public abstract QGeoAreaMonitorSource areaMonitorWithParameters(QObject parent, Map<String,Object> parameters)- Specified by:
areaMonitorWithParameters
in interfaceQGeoPositionInfoSourceFactoryV2
-
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactoryV2
-
positionInfoSourceWithParameters
@QtUninvokable public abstract QGeoPositionInfoSource positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)- Specified by:
positionInfoSourceWithParameters
in interfaceQGeoPositionInfoSourceFactoryV2
-
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactoryV2
-
satelliteInfoSourceWithParameters
@QtUninvokable public abstract QGeoSatelliteInfoSource satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)- Specified by:
satelliteInfoSourceWithParameters
in interfaceQGeoPositionInfoSourceFactoryV2
-