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

Informations générales

Héritage

builtins.object
    Object
        QPlace

Définition

class QPlace(Object):

Description [extrait de QPlace.__doc__]

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

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 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__]
appendContactDetail(self, contactType: str, detail: PySide2.QtLocation.QPlaceContactDetail) appendContactDetail(self, contactType: str, detail: PySide2.QtLocation.QPlaceContactDetail) [extrait de appendContactDetail.__doc__]
attribution(self) -> str attribution(self) -> str [extrait de attribution.__doc__]
categories(self) -> typing.List[PySide2.QtLocation.QPlaceCategory] categories(self) -> typing.List[PySide2.QtLocation.QPlaceCategory] [extrait de categories.__doc__]
contactDetails(self, contactType: str) -> typing.List[PySide2.QtLocation.QPlaceContactDetail] contactDetails(self, contactType: str) -> typing.List[PySide2.QtLocation.QPlaceContactDetail] [extrait de contactDetails.__doc__]
contactTypes(self) -> typing.List[str] contactTypes(self) -> typing.List[str] [extrait de contactTypes.__doc__]
content(self, type: PySide2.QtLocation.QPlaceContent.Type) -> typing.Dict[int, PySide2.QtLocation.QPlaceContent] content(self, type: PySide2.QtLocation.QPlaceContent.Type) -> typing.Dict[int, PySide2.QtLocation.QPlaceContent] [extrait de content.__doc__]
detailsFetched(self) -> bool detailsFetched(self) -> bool [extrait de detailsFetched.__doc__]
extendedAttribute(self, attributeType: str) -> PySide2.QtLocation.QPlaceAttribute extendedAttribute(self, attributeType: str) -> PySide2.QtLocation.QPlaceAttribute [extrait de extendedAttribute.__doc__]
extendedAttributeTypes(self) -> typing.List[str] extendedAttributeTypes(self) -> typing.List[str] [extrait de extendedAttributeTypes.__doc__]
icon(self) -> PySide2.QtLocation.QPlaceIcon icon(self) -> PySide2.QtLocation.QPlaceIcon [extrait de icon.__doc__]
insertContent(self, type: PySide2.QtLocation.QPlaceContent.Type, content: typing.Dict[int, PySide2.QtLocation.QPlaceContent]) insertContent(self, type: PySide2.QtLocation.QPlaceContent.Type, content: typing.Dict[int, PySide2.QtLocation.QPlaceContent]) [extrait de insertContent.__doc__]
isEmpty(self) -> bool isEmpty(self) -> bool [extrait de isEmpty.__doc__]
location(self) -> PySide2.QtPositioning.QGeoLocation location(self) -> PySide2.QtPositioning.QGeoLocation [extrait de location.__doc__]
name(self) -> str name(self) -> str [extrait de name.__doc__]
placeId(self) -> str placeId(self) -> str [extrait de placeId.__doc__]
primaryEmail(self) -> str primaryEmail(self) -> str [extrait de primaryEmail.__doc__]
primaryFax(self) -> str primaryFax(self) -> str [extrait de primaryFax.__doc__]
primaryPhone(self) -> str primaryPhone(self) -> str [extrait de primaryPhone.__doc__]
primaryWebsite(self) -> PySide2.QtCore.QUrl primaryWebsite(self) -> PySide2.QtCore.QUrl [extrait de primaryWebsite.__doc__]
ratings(self) -> PySide2.QtLocation.QPlaceRatings ratings(self) -> PySide2.QtLocation.QPlaceRatings [extrait de ratings.__doc__]
removeContactDetails(self, contactType: str) removeContactDetails(self, contactType: str) [extrait de removeContactDetails.__doc__]
removeExtendedAttribute(self, attributeType: str) removeExtendedAttribute(self, attributeType: str) [extrait de removeExtendedAttribute.__doc__]
setAttribution(self, attribution: str) setAttribution(self, attribution: str) [extrait de setAttribution.__doc__]
setCategories(self, categories: typing.Sequence[PySide2.QtLocation.QPlaceCategory]) setCategories(self, categories: typing.Sequence[PySide2.QtLocation.QPlaceCategory]) [extrait de setCategories.__doc__]
setCategory(self, category: PySide2.QtLocation.QPlaceCategory) setCategory(self, category: PySide2.QtLocation.QPlaceCategory) [extrait de setCategory.__doc__]
setContactDetails(self, contactType: str, details: typing.Sequence[PySide2.QtLocation.QPlaceContactDetail]) setContactDetails(self, contactType: str, details: typing.Sequence[PySide2.QtLocation.QPlaceContactDetail]) [extrait de setContactDetails.__doc__]
setContent(self, type: PySide2.QtLocation.QPlaceContent.Type, content: typing.Dict[int, PySide2.QtLocation.QPlaceContent]) setContent(self, type: PySide2.QtLocation.QPlaceContent.Type, content: typing.Dict[int, PySide2.QtLocation.QPlaceContent]) [extrait de setContent.__doc__]
setDetailsFetched(self, fetched: bool) setDetailsFetched(self, fetched: bool) [extrait de setDetailsFetched.__doc__]
setExtendedAttribute(self, attributeType: str, attribute: PySide2.QtLocation.QPlaceAttribute) setExtendedAttribute(self, attributeType: str, attribute: PySide2.QtLocation.QPlaceAttribute) [extrait de setExtendedAttribute.__doc__]
setIcon(self, icon: PySide2.QtLocation.QPlaceIcon) setIcon(self, icon: PySide2.QtLocation.QPlaceIcon) [extrait de setIcon.__doc__]
setLocation(self, location: PySide2.QtPositioning.QGeoLocation) setLocation(self, location: PySide2.QtPositioning.QGeoLocation) [extrait de setLocation.__doc__]
setName(self, name: str) setName(self, name: str) [extrait de setName.__doc__]
setPlaceId(self, identifier: str) setPlaceId(self, identifier: str) [extrait de setPlaceId.__doc__]
setRatings(self, ratings: PySide2.QtLocation.QPlaceRatings) setRatings(self, ratings: PySide2.QtLocation.QPlaceRatings) [extrait de setRatings.__doc__]
setSupplier(self, supplier: PySide2.QtLocation.QPlaceSupplier) setSupplier(self, supplier: PySide2.QtLocation.QPlaceSupplier) [extrait de setSupplier.__doc__]
setTotalContentCount(self, type: PySide2.QtLocation.QPlaceContent.Type, total: int) setTotalContentCount(self, type: PySide2.QtLocation.QPlaceContent.Type, total: int) [extrait de setTotalContentCount.__doc__]
supplier(self) -> PySide2.QtLocation.QPlaceSupplier supplier(self) -> PySide2.QtLocation.QPlaceSupplier [extrait de supplier.__doc__]
totalContentCount(self, type: PySide2.QtLocation.QPlaceContent.Type) -> int totalContentCount(self, type: PySide2.QtLocation.QPlaceContent.Type) -> int [extrait de totalContentCount.__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__