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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.positioning.QGeoPositionInfoSourceFactory
QGeoPositionInfoSourceFactory.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QGeoAreaMonitorSource
areaMonitor
(QObject parent, Map<String, Object> parameters) abstract QGeoPositionInfoSource
positionInfoSource
(QObject parent, Map<String, Object> parameters) abstract QGeoSatelliteInfoSource
satelliteInfoSource
(QObject parent, Map<String, 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
@QtUninvokable public abstract QGeoAreaMonitorSource areaMonitor(QObject parent, Map<String, Object> parameters) - Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
-
positionInfoSource
@QtUninvokable public abstract QGeoPositionInfoSource positionInfoSource(QObject parent, Map<String, Object> parameters) - Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
satelliteInfoSource
@QtUninvokable public abstract QGeoSatelliteInfoSource satelliteInfoSource(QObject parent, Map<String, Object> parameters) - Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
-