Uses of Class
io.qt.positioning.QGeoSatelliteInfo.Attribute
Package | Description |
---|---|
io.qt.positioning |
-
Uses of QGeoSatelliteInfo.Attribute in io.qt.positioning
Methods in io.qt.positioning that return QGeoSatelliteInfo.Attribute Modifier and Type Method Description static QGeoSatelliteInfo.Attribute
QGeoSatelliteInfo.Attribute. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoSatelliteInfo.Attribute
QGeoSatelliteInfo.Attribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoSatelliteInfo.Attribute[]
QGeoSatelliteInfo.Attribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.positioning with parameters of type QGeoSatelliteInfo.Attribute Modifier and Type Method Description double
QGeoSatelliteInfo. attribute(QGeoSatelliteInfo.Attribute attribute)
boolean
QGeoSatelliteInfo. hasAttribute(QGeoSatelliteInfo.Attribute attribute)
void
QGeoSatelliteInfo. removeAttribute(QGeoSatelliteInfo.Attribute attribute)
void
QGeoSatelliteInfo. setAttribute(QGeoSatelliteInfo.Attribute attribute, double value)