Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGeoSatelliteInfoDerived Class Reference

#include <qpositioningquickmodule_p.h>

+ Inheritance diagram for QGeoSatelliteInfoDerived:
+ Collaboration diagram for QGeoSatelliteInfoDerived:

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.
 
QGeoSatelliteInfooperator= (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
 
int satelliteIdentifier
 
qreal signalStrength
 

Detailed Description

Definition at line 133 of file qpositioningquickmodule_p.h.


The documentation for this class was generated from the following file: