QGeoSatelliteInfo Class ReferenceThe QGeoSatelliteInfo class contains basic information about a satellite. More... #include <QGeoSatelliteInfo> This class was introduced in Qt Mobility 1.0. Public Types
Public Functions
Related Non-Members
Detailed DescriptionThe QGeoSatelliteInfo class contains basic information about a satellite. See also QGeoSatelliteInfoSource. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QGeoSatelliteInfo::Elevation | 0 | The elevation of the satellite, in degrees. |
QGeoSatelliteInfo::Azimuth | 1 | The azimuth to true north, in degrees. |
Creates a satellite information object.
Creates a satellite information object with the values of other.
This function was introduced in Qt Mobility 1.0.
Destroys a satellite information object.
Returns the value of the specified attribute as a qreal value.
Returns -1 if the value has not been set.
This function was introduced in Qt Mobility 1.0.
See also hasAttribute() and setAttribute().
Returns true if the specified attribute is present in this update.
This function was introduced in Qt Mobility 1.0.
Returns the PRN (Pseudo-random noise) number, or -1 if the value has not been set.
This function was introduced in Qt Mobility 1.0.
See also setPrnNumber().
Removes the specified attribute and its value.
This function was introduced in Qt Mobility 1.0.
Sets the value for attribute to value.
This function was introduced in Qt Mobility 1.0.
See also attribute().
Sets the PRN (Pseudo-random noise) number to prn.
The PRN number can be used to identify a satellite.
This function was introduced in Qt Mobility 1.0.
See also prnNumber().
Sets the signal strength to signalStrength, in decibels.
This function was introduced in Qt Mobility 1.0.
See also signalStrength().
Returns the signal strength, or -1 if the value has not been set.
This function was introduced in Qt Mobility 1.0.
See also setSignalStrength().
Returns true if any of the information for this satellite are not the same as those of other.
This function was introduced in Qt Mobility 1.0.
Assigns the values from other to this object.
This function was introduced in Qt Mobility 1.0.
Returns true if all the information for this satellite are the same as those of other.
This function was introduced in Qt Mobility 1.0.
Writes the given info to the specified stream.
This function was introduced in Qt Mobility 1.0.
See also Format of the QDataStream operators.
Reads satellite information from the specified stream into the given info.
This function was introduced in Qt Mobility 1.0.
See also Format of the QDataStream operators.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com