java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoSatelliteInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Contains basic information about a satellite
Java wrapper for Qt class QGeoSatelliteInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QGeoSatelliteInfo::Attributestatic enum
Java wrapper for Qt enum QGeoSatelliteInfo::SatelliteSystemNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal double
attribute
(QGeoSatelliteInfo.Attribute attribute) clone()
final void
detach()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final boolean
hasAttribute
(QGeoSatelliteInfo.Attribute attribute) int
hashCode()
final void
removeAttribute
(QGeoSatelliteInfo.Attribute attribute) final int
final void
setAttribute
(QGeoSatelliteInfo.Attribute attribute, double value) final void
setSatelliteIdentifier
(int satId) final void
final void
setSignalStrength
(int signalStrength) final int
final void
swap
(QGeoSatelliteInfo other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoSatelliteInfo
public QGeoSatelliteInfo() -
QGeoSatelliteInfo
-
QGeoSatelliteInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
-
detach
-
hasAttribute
-
removeAttribute
-
satelliteIdentifier
-
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
signalStrength
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-