java.lang.Object
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 class io.qt.QtObject
QtObject.QPrivateConstructor
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
-
Method Summary
Modifier and TypeMethodDescriptionabstract QGeoAreaMonitorSource
areaMonitor
(QObject parent) abstract QGeoAreaMonitorSource
areaMonitorWithParameters
(QObject parent, Map<String, ? extends Object> parameters) abstract QGeoPositionInfoSource
positionInfoSource
(QObject parent) abstract QGeoPositionInfoSource
positionInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) abstract QGeoSatelliteInfoSource
satelliteInfoSource
(QObject parent) abstract QGeoSatelliteInfoSource
satelliteInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactoryV2
-
areaMonitorWithParameters
@QtUninvokable public abstract QGeoAreaMonitorSource areaMonitorWithParameters(QObject parent, Map<String, ? extends 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, ? extends Object> parameters) See QGeoPositionInfoSourceFactoryV2::positionInfoSourceWithParameters(QObject*,QMap<QString,QVariant>)
- 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, ? extends Object> parameters) See QGeoPositionInfoSourceFactoryV2::satelliteInfoSourceWithParameters(QObject*,QMap<QString,QVariant>)
- Specified by:
satelliteInfoSourceWithParameters
in interfaceQGeoPositionInfoSourceFactoryV2
-