Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtPositioning »

Classe « QGeoSatelliteInfo »

Informations générales

Héritage

builtins.object
    Object
        QGeoSatelliteInfo

Définition

class QGeoSatelliteInfo(Object):

Description [extrait de QGeoSatelliteInfo.__doc__]

QGeoSatelliteInfo(self) -> None
QGeoSatelliteInfo(self, other: PySide6.QtPositioning.QGeoSatelliteInfo) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AzimuthPySide6.QtPositioning.QGeoSatelliteInfo.Attribute.Azimuth
BEIDOUPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.BEIDOU
CustomTypePySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.CustomType
ElevationPySide6.QtPositioning.QGeoSatelliteInfo.Attribute.Elevation
GALILEOPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GALILEO
GLONASSPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GLONASS
GPSPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GPS
MultiplePySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Multiple
QZSSPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.QZSS
UndefinedPySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Undefined

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lshift__(self, stream: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream __lshift__(self, stream: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream [extrait de __lshift__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]
__rlshift__(self, value) Return value<<self. [extrait de __rlshift__.__doc__]
__rrshift__(self, value) Return value>>self. [extrait de __rrshift__.__doc__]
__rshift__(self, stream: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream __rshift__(self, stream: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream [extrait de __rshift__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
Attribute
attribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> float attribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> float [extrait de attribute.__doc__]
hasAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> bool hasAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> bool [extrait de hasAttribute.__doc__]
removeAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> None removeAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute) -> None [extrait de removeAttribute.__doc__]
satelliteIdentifier(self) -> int satelliteIdentifier(self) -> int [extrait de satelliteIdentifier.__doc__]
SatelliteSystem
satelliteSystem(self) -> PySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem satelliteSystem(self) -> PySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem [extrait de satelliteSystem.__doc__]
setAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute, value: float) -> None setAttribute(self, attribute: PySide6.QtPositioning.QGeoSatelliteInfo.Attribute, value: float) -> None [extrait de setAttribute.__doc__]
setSatelliteIdentifier(self, satId: int) -> None setSatelliteIdentifier(self, satId: int) -> None [extrait de setSatelliteIdentifier.__doc__]
setSatelliteSystem(self, system: PySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem) -> None setSatelliteSystem(self, system: PySide6.QtPositioning.QGeoSatelliteInfo.SatelliteSystem) -> None [extrait de setSatelliteSystem.__doc__]
setSignalStrength(self, signalStrength: int) -> None setSignalStrength(self, signalStrength: int) -> None [extrait de setSignalStrength.__doc__]
signalStrength(self) -> int signalStrength(self) -> int [extrait de signalStrength.__doc__]
swap(self, other: PySide6.QtPositioning.QGeoSatelliteInfo) -> None swap(self, other: PySide6.QtPositioning.QGeoSatelliteInfo) -> None [extrait de swap.__doc__]

Méthodes héritées de la classe Object

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __str__