java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoSatelliteInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoSatelliteInfo extends QtObject implements Cloneable
Contains basic information about a satellite
Java wrapper for Qt class QGeoSatelliteInfo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QGeoSatelliteInfo.Attribute
Java wrapper for Qt enum QGeoSatelliteInfo::Attributestatic class
QGeoSatelliteInfo.SatelliteSystem
Java wrapper for Qt enum QGeoSatelliteInfo::SatelliteSystem -
Constructor Summary
Constructors Modifier Constructor Description QGeoSatelliteInfo()
QGeoSatelliteInfo(QGeoSatelliteInfo other)
protected
QGeoSatelliteInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description double
attribute(QGeoSatelliteInfo.Attribute attribute)
QGeoSatelliteInfo
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.boolean
hasAttribute(QGeoSatelliteInfo.Attribute attribute)
int
hashCode()
void
readFrom(QDataStream stream)
void
removeAttribute(QGeoSatelliteInfo.Attribute attribute)
int
satelliteIdentifier()
QGeoSatelliteInfo.SatelliteSystem
satelliteSystem()
void
setAttribute(QGeoSatelliteInfo.Attribute attribute, double value)
void
setSatelliteIdentifier(int satId)
void
setSatelliteSystem(QGeoSatelliteInfo.SatelliteSystem system)
void
setSignalStrength(int signalStrength)
int
signalStrength()
String
toString()
void
writeTo(QDataStream stream)
-
Constructor Details
-
QGeoSatelliteInfo
public QGeoSatelliteInfo() -
QGeoSatelliteInfo
-
QGeoSatelliteInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
-
hasAttribute
-
writeTo
-
readFrom
-
removeAttribute
-
satelliteIdentifier
-
satelliteSystem
-
setAttribute
-
setSatelliteIdentifier
-
setSatelliteSystem
-
setSignalStrength
-
signalStrength
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-