- All Superinterfaces:
QGeoPositionInfoSourceFactory
,QtObjectInterface
public interface QGeoPositionInfoSourceFactoryV2
extends QtObjectInterface, QGeoPositionInfoSourceFactory
Extends QGeoPositionInfoSourceFactory, adding factory methods taking a parameters argument
Java wrapper for Qt class QGeoPositionInfoSourceFactoryV2
- Since:
- This class was introduced in Qt 5.14.
-
Method Summary
Modifier and TypeMethodDescriptionareaMonitor
(QObject parent) areaMonitorWithParameters
(QObject parent, Map<String, ? extends Object> parameters) positionInfoSource
(QObject parent) positionInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) satelliteInfoSource
(QObject parent) satelliteInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
- Parameters:
parent
-- Returns:
-
areaMonitorWithParameters
@QtUninvokable QGeoAreaMonitorSource areaMonitorWithParameters(QObject parent, Map<String, ? extends Object> parameters) - Parameters:
parent
-parameters
-- Returns:
-
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
- Parameters:
parent
-- Returns:
-
positionInfoSourceWithParameters
@QtUninvokable QGeoPositionInfoSource positionInfoSourceWithParameters(QObject parent, Map<String, ? extends Object> parameters) - Parameters:
parent
-parameters
-- Returns:
-
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
- Parameters:
parent
-- Returns:
-
satelliteInfoSourceWithParameters
@QtUninvokable QGeoSatelliteInfoSource satelliteInfoSourceWithParameters(QObject parent, Map<String, ? extends Object> parameters) - Parameters:
parent
-parameters
-- Returns:
-