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
- Since:
- This class was introduced in Qt 5.2.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQGeoSatelliteInfo::Attributestatic enumJava wrapper for Qt enumQGeoSatelliteInfo::SatelliteSystem -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QGeoSatelliteInfo other) final doubleattribute(QGeoSatelliteInfo.Attribute attribute) clone()Creates and returns a copy of this object.final booleanequals(QGeoSatelliteInfo other) booleanfinal booleanhasAttribute(QGeoSatelliteInfo.Attribute attribute) inthashCode()Returns the objects's hash code computed byqHash(QGeoSatelliteInfo).voidreadFrom(QDataStream stream) final voidremoveAttribute(QGeoSatelliteInfo.Attribute attribute) final intfinal voidsetAttribute(QGeoSatelliteInfo.Attribute attribute, double value) final voidsetSatelliteIdentifier(int satId) final voidfinal voidsetSignalStrength(int signalStrength) final inttoString()Seeoperator<<(QDebug,QGeoSatelliteInfo) voidwriteTo(QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoSatelliteInfo
public QGeoSatelliteInfo() -
QGeoSatelliteInfo
- Parameters:
other-
-
-
Method Details
-
attribute
- Parameters:
attribute-- Returns:
-
hasAttribute
- Parameters:
attribute-- Returns:
-
writeTo
- Parameters:
stream-
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
readFrom
- Parameters:
stream-
-
removeAttribute
- Parameters:
attribute-
-
satelliteIdentifier
- Returns:
-
satelliteSystem
- Returns:
-
setAttribute
- Parameters:
attribute-value-
-
setSatelliteIdentifier
- Parameters:
satId-
-
setSatelliteSystem
- Parameters:
system-
-
setSignalStrength
- Parameters:
signalStrength-
-
signalStrength
- Returns:
-
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.
-