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
Nested ClassesModifier 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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoSatelliteInfo other) final double
attribute
(QGeoSatelliteInfo.Attribute attribute) clone()
Creates and returns a copy of this object.final void
detach()
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 int
Kotlin property getter.Kotlin property getter.final int
Kotlin property getter.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
final void
swap
(QGeoSatelliteInfo other) toString()
void
writeTo
(QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QGeoSatelliteInfo
public QGeoSatelliteInfo() -
QGeoSatelliteInfo
-
QGeoSatelliteInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
-
detach
-
hasAttribute
-
writeTo
-
assign
-
readFrom
-
removeAttribute
-
getSatelliteIdentifier
Kotlin property getter. In Java use
satelliteIdentifier()
instead. -
satelliteIdentifier
-
getSatelliteSystem
Kotlin property getter. In Java use
satelliteSystem()
instead. -
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
getSignalStrength
Kotlin property getter. In Java use
signalStrength()
instead. -
signalStrength
-
swap
-
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
Creates and returns a copy of this object.
-