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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
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.final void
detach()
SeeQGeoSatelliteInfo::
detach() final boolean
equals
(QGeoSatelliteInfo rhs) 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
final void
swap
(QGeoSatelliteInfo other) SeeQGeoSatelliteInfo::
swap(QGeoSatelliteInfo&) toString()
Seeoperator<<(QDebug,
QGeoSatelliteInfo) 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
-
-
Method Details
-
attribute
-
detach
See
QGeoSatelliteInfo::
detach() -
hasAttribute
-
writeTo
-
assign
-
equals
-
readFrom
-
removeAttribute
-
satelliteIdentifier
-
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
signalStrength
-
swap
See
QGeoSatelliteInfo::
swap(QGeoSatelliteInfo&) -
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.
-