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.QtLocation »

Classe « QGeoManeuver »

Informations générales

Héritage

builtins.object
    Object
        QGeoManeuver

Définition

class QGeoManeuver(Object):

Description [extrait de QGeoManeuver.__doc__]

QGeoManeuver(self)
QGeoManeuver(self, other: PySide2.QtLocation.QGeoManeuver)

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
DirectionBearLeftPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionBearLeft
DirectionBearRightPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionBearRight
DirectionForwardPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionForward
DirectionHardLeftPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionHardLeft
DirectionHardRightPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionHardRight
DirectionLeftPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionLeft
DirectionLightLeftPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionLightLeft
DirectionLightRightPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionLightRight
DirectionRightPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionRight
DirectionUTurnLeftPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionUTurnLeft
DirectionUTurnRightPySide2.QtLocation.QGeoManeuver.InstructionDirection.DirectionUTurnRight
NoDirectionPySide2.QtLocation.QGeoManeuver.InstructionDirection.NoDirection

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__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__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__]
direction(self) -> PySide2.QtLocation.QGeoManeuver.InstructionDirection direction(self) -> PySide2.QtLocation.QGeoManeuver.InstructionDirection [extrait de direction.__doc__]
distanceToNextInstruction(self) -> float distanceToNextInstruction(self) -> float [extrait de distanceToNextInstruction.__doc__]
extendedAttributes(self) -> typing.Dict[str, typing.Any] extendedAttributes(self) -> typing.Dict[str, typing.Any] [extrait de extendedAttributes.__doc__]
InstructionDirection
instructionText(self) -> str instructionText(self) -> str [extrait de instructionText.__doc__]
isValid(self) -> bool isValid(self) -> bool [extrait de isValid.__doc__]
position(self) -> PySide2.QtPositioning.QGeoCoordinate position(self) -> PySide2.QtPositioning.QGeoCoordinate [extrait de position.__doc__]
setDirection(self, direction: PySide2.QtLocation.QGeoManeuver.InstructionDirection) setDirection(self, direction: PySide2.QtLocation.QGeoManeuver.InstructionDirection) [extrait de setDirection.__doc__]
setDistanceToNextInstruction(self, distance: float) setDistanceToNextInstruction(self, distance: float) [extrait de setDistanceToNextInstruction.__doc__]
setExtendedAttributes(self, extendedAttributes: typing.Dict[str, typing.Any]) setExtendedAttributes(self, extendedAttributes: typing.Dict[str, typing.Any]) [extrait de setExtendedAttributes.__doc__]
setInstructionText(self, instructionText: str) setInstructionText(self, instructionText: str) [extrait de setInstructionText.__doc__]
setPosition(self, position: PySide2.QtPositioning.QGeoCoordinate) setPosition(self, position: PySide2.QtPositioning.QGeoCoordinate) [extrait de setPosition.__doc__]
setTimeToNextInstruction(self, secs: int) setTimeToNextInstruction(self, secs: int) [extrait de setTimeToNextInstruction.__doc__]
setWaypoint(self, coordinate: PySide2.QtPositioning.QGeoCoordinate) setWaypoint(self, coordinate: PySide2.QtPositioning.QGeoCoordinate) [extrait de setWaypoint.__doc__]
timeToNextInstruction(self) -> int timeToNextInstruction(self) -> int [extrait de timeToNextInstruction.__doc__]
waypoint(self) -> PySide2.QtPositioning.QGeoCoordinate waypoint(self) -> PySide2.QtPositioning.QGeoCoordinate [extrait de waypoint.__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__, __repr__, __setattr__, __sizeof__, __str__