java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoSatelliteInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Contains basic information about a satellite
Java wrapper for Qt's 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 void
assign
(QGeoSatelliteInfo other) final double
attribute
(QGeoSatelliteInfo.Attribute attribute) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final boolean
hasAttribute
(QGeoSatelliteInfo.Attribute attribute) int
hashCode()
void
readFrom
(QDataStream stream) 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
toString()
void
writeTo
(QDataStream stream) 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
-
hasAttribute
-
writeTo
-
assign
-
readFrom
-
removeAttribute
-
satelliteIdentifier
-
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
signalStrength
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-