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 class QGeoSatelliteInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQGeoSatelliteInfo::Attribute
static enum
Java wrapper for Qt enumQGeoSatelliteInfo::SatelliteSystem
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoSatelliteInfo other) final double
attribute
(QGeoSatelliteInfo.Attribute attribute) clone()
Creates and returns a copy of this object.boolean
final boolean
hasAttribute
(QGeoSatelliteInfo.Attribute attribute) int
hashCode()
Returns the objects's hash code computed byqHash(QGeoSatelliteInfo)
.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()
Seeoperator<<(QDebug,
QGeoSatelliteInfo) void
writeTo
(QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoSatelliteInfo
public QGeoSatelliteInfo() -
QGeoSatelliteInfo
-
-
Method Details
-
attribute
-
hasAttribute
-
writeTo
-
assign
-
readFrom
-
removeAttribute
-
satelliteIdentifier
-
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
signalStrength
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoSatelliteInfo)
. -
toString
See
operator<<(QDebug,
QGeoSatelliteInfo) -
clone
Creates and returns a copy of this object.
-