![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpositioningquickmodule_p.h>
Additional Inherited Members | |
| Public Types inherited from QGeoSatelliteInfo | |
| enum | Attribute { Elevation , Azimuth } |
| Defines the attributes for the satellite information. More... | |
| enum | SatelliteSystem { Undefined = 0x00 , GPS = 0x01 , GLONASS = 0x02 , GALILEO = 0x03 , BEIDOU = 0x04 , QZSS = 0x05 , Multiple = 0xFF , CustomType = 0x100 } |
| Defines the GNSS system of the satellite. More... | |
| Public Member Functions inherited from QGeoSatelliteInfo | |
| QGeoSatelliteInfo () | |
| Creates a satellite information object. | |
| QGeoSatelliteInfo (const QGeoSatelliteInfo &other) | |
| Creates a satellite information object with the values of other. | |
| QGeoSatelliteInfo (QGeoSatelliteInfoPrivate &dd) | |
| QGeoSatelliteInfo (QGeoSatelliteInfo &&other) noexcept=default | |
| ~QGeoSatelliteInfo () | |
| Destroys a satellite information object. | |
| QGeoSatelliteInfo & | operator= (const QGeoSatelliteInfo &other) |
| Assigns the values from other to this object. | |
| void | swap (QGeoSatelliteInfo &other) noexcept |
| void | setSatelliteSystem (SatelliteSystem system) |
| Sets the Satellite System (GPS, GLONASS, ...) to system. | |
| SatelliteSystem | satelliteSystem () const |
| Returns the Satellite System (GPS, GLONASS, ...) | |
| void | setSatelliteIdentifier (int satId) |
| Sets the satellite identifier number to satId. | |
| int | satelliteIdentifier () const |
| Returns the satellite identifier number. | |
| void | setSignalStrength (int signalStrength) |
| Sets the signal strength to signalStrength, in decibels. | |
| int | signalStrength () const |
| Returns the signal strength, or -1 if the value has not been set. | |
| void | setAttribute (Attribute attribute, qreal value) |
| Sets the value for attribute to value. | |
| Q_INVOKABLE qreal | attribute (Attribute attribute) const |
| Returns the value of the specified attribute as a qreal value. | |
| void | removeAttribute (Attribute attribute) |
| Removes the specified attribute and its value. | |
| Q_INVOKABLE bool | hasAttribute (Attribute attribute) const |
| Returns true if the specified attribute is present in this update. | |
| void | detach () |
| Properties inherited from QGeoSatelliteInfo | |
| SatelliteSystem | satelliteSystem |
| the satellite system in use, such as GPS or GLONASS. | |
| int | satelliteIdentifier |
| the satellite identifier number. | |
| qreal | signalStrength |
| the signal strength. | |
Definition at line 133 of file qpositioningquickmodule_p.h.