Uses of Enum
io.qt.positioning.QGeoSatelliteInfo.Attribute
Packages that use QGeoSatelliteInfo.Attribute
-
Uses of QGeoSatelliteInfo.Attribute in io.qt.positioning
Methods in io.qt.positioning that return QGeoSatelliteInfo.AttributeModifier and TypeMethodDescriptionstatic QGeoSatelliteInfo.Attribute
QGeoSatelliteInfo.Attribute.resolve
(int value) Returns the corresponding enum entry for the given value.static QGeoSatelliteInfo.Attribute
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.AttributeModifier and TypeMethodDescriptionfinal double
QGeoSatelliteInfo.attribute
(QGeoSatelliteInfo.Attribute attribute) final boolean
QGeoSatelliteInfo.hasAttribute
(QGeoSatelliteInfo.Attribute attribute) final void
QGeoSatelliteInfo.removeAttribute
(QGeoSatelliteInfo.Attribute attribute) final void
QGeoSatelliteInfo.setAttribute
(QGeoSatelliteInfo.Attribute attribute, double value)