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 « PySide2.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)
QGeoSatelliteInfo(self, other: PySide2.QtPositioning.QGeoSatelliteInfo)

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__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AzimuthPySide2.QtPositioning.QGeoSatelliteInfo.Attribute.Azimuth
ElevationPySide2.QtPositioning.QGeoSatelliteInfo.Attribute.Elevation
GLONASSPySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GLONASS
GPSPySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GPS
UndefinedPySide2.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: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream __lshift__(self, stream: PySide2.QtCore.QDataStream) -> PySide2.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: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream __rshift__(self, stream: PySide2.QtCore.QDataStream) -> PySide2.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__(self) __copy__(self) [extrait de __copy__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
Attribute
attribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) -> float attribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) -> float [extrait de attribute.__doc__]
hasAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) -> bool hasAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) -> bool [extrait de hasAttribute.__doc__]
removeAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) removeAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute) [extrait de removeAttribute.__doc__]
satelliteIdentifier(self) -> int satelliteIdentifier(self) -> int [extrait de satelliteIdentifier.__doc__]
SatelliteSystem
satelliteSystem(self) -> PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem satelliteSystem(self) -> PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem [extrait de satelliteSystem.__doc__]
setAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute, value: float) setAttribute(self, attribute: PySide2.QtPositioning.QGeoSatelliteInfo.Attribute, value: float) [extrait de setAttribute.__doc__]
setSatelliteIdentifier(self, satId: int) setSatelliteIdentifier(self, satId: int) [extrait de setSatelliteIdentifier.__doc__]
setSatelliteSystem(self, system: PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem) setSatelliteSystem(self, system: PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem) [extrait de setSatelliteSystem.__doc__]
setSignalStrength(self, signalStrength: int) setSignalStrength(self, signalStrength: int) [extrait de setSignalStrength.__doc__]
signalStrength(self) -> int signalStrength(self) -> int [extrait de signalStrength.__doc__]

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

__init_subclass__, __subclasshook__

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

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__