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 « QGeoCodeReply »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QGeoCodeReply

Définition

class QGeoCodeReply(QObject):

Description [extrait de QGeoCodeReply.__doc__]

QGeoCodeReply(self, error: PySide2.QtLocation.QGeoCodeReply.Error, errorString: str, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = None)
QGeoCodeReply(self, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = 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__]
__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
CombinationErrorPySide2.QtLocation.QGeoCodeReply.Error.CombinationError
CommunicationErrorPySide2.QtLocation.QGeoCodeReply.Error.CommunicationError
EngineNotSetErrorPySide2.QtLocation.QGeoCodeReply.Error.EngineNotSetError
NoErrorPySide2.QtLocation.QGeoCodeReply.Error.NoError
ParseErrorPySide2.QtLocation.QGeoCodeReply.Error.ParseError
staticMetaObject<PySide2.QtCore.QMetaObject object at 0x7efe34e50500>
UnknownErrorPySide2.QtLocation.QGeoCodeReply.Error.UnknownError
UnsupportedOptionErrorPySide2.QtLocation.QGeoCodeReply.Error.UnsupportedOptionError

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

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
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
abort(self) abort(self) [extrait de abort.__doc__]
aborted
addLocation(self, location: PySide2.QtPositioning.QGeoLocation) addLocation(self, location: PySide2.QtPositioning.QGeoLocation) [extrait de addLocation.__doc__]
destroyed
Error
error
error.overload(self) -> PySide2.QtLocation.QGeoCodeReply.Error error(self) -> PySide2.QtLocation.QGeoCodeReply.Error [extrait de error.__doc__]
errorString(self) -> str errorString(self) -> str [extrait de errorString.__doc__]
finished
isFinished(self) -> bool isFinished(self) -> bool [extrait de isFinished.__doc__]
limit(self) -> int limit(self) -> int [extrait de limit.__doc__]
locations(self) -> typing.List[PySide2.QtPositioning.QGeoLocation] locations(self) -> typing.List[PySide2.QtPositioning.QGeoLocation] [extrait de locations.__doc__]
objectNameChanged
offset(self) -> int offset(self) -> int [extrait de offset.__doc__]
setError(self, error: PySide2.QtLocation.QGeoCodeReply.Error, errorString: str) setError(self, error: PySide2.QtLocation.QGeoCodeReply.Error, errorString: str) [extrait de setError.__doc__]
setFinished(self, finished: bool) setFinished(self, finished: bool) [extrait de setFinished.__doc__]
setLimit(self, limit: int) setLimit(self, limit: int) [extrait de setLimit.__doc__]
setLocations(self, locations: typing.Sequence[PySide2.QtPositioning.QGeoLocation]) setLocations(self, locations: typing.Sequence[PySide2.QtPositioning.QGeoLocation]) [extrait de setLocations.__doc__]
setOffset(self, offset: int) setOffset(self, offset: int) [extrait de setOffset.__doc__]
setViewport(self, viewport: PySide2.QtPositioning.QGeoShape) setViewport(self, viewport: PySide2.QtPositioning.QGeoShape) [extrait de setViewport.__doc__]
viewport(self) -> PySide2.QtPositioning.QGeoShape viewport(self) -> PySide2.QtPositioning.QGeoShape [extrait de viewport.__doc__]

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

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, registerUserData, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

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

__init_subclass__, __subclasshook__

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

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