java.lang.Object
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) abstract QGeoPositionInfoSource
positionInfoSource
(QObject parent) abstract QGeoSatelliteInfoSource
satelliteInfoSource
(QObject parent) 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
-
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
-