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

Informations générales

Héritage

builtins.object
    Object
        QGeoShape
            QGeoRectangle

Définition

class QGeoRectangle(QGeoShape):

Description [extrait de QGeoRectangle.__doc__]

QGeoRectangle(self) -> None
QGeoRectangle(self, center: PySide6.QtPositioning.QGeoCoordinate, degreesWidth: float, degreesHeight: float) -> None
QGeoRectangle(self, coordinates: Sequence[PySide6.QtPositioning.QGeoCoordinate]) -> None
QGeoRectangle(self, other: PySide6.QtPositioning.QGeoShape) -> None
QGeoRectangle(self, other: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> None
QGeoRectangle(self, topLeft: PySide6.QtPositioning.QGeoCoordinate, bottomRight: PySide6.QtPositioning.QGeoCoordinate) -> 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
CircleTypePySide6.QtPositioning.QGeoShape.ShapeType.CircleType
PathTypePySide6.QtPositioning.QGeoShape.ShapeType.PathType
PolygonTypePySide6.QtPositioning.QGeoShape.ShapeType.PolygonType
RectangleTypePySide6.QtPositioning.QGeoShape.ShapeType.RectangleType
UnknownTypePySide6.QtPositioning.QGeoShape.ShapeType.UnknownType

Liste des opérateurs

Signature de l'opérateur Description
__ior__(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle __ior__(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle [extrait de __ior__.__doc__]
__or__(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle __or__(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle [extrait de __or__.__doc__]
__ror__(self, value) Return value|self. [extrait de __ror__.__doc__]

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

__eq__, __ge__, __gt__, __le__, __lshift__, __lt__, __ne__, __rlshift__, __rrshift__, __rshift__

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
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
bottomLeft(self) -> PySide6.QtPositioning.QGeoCoordinate bottomLeft(self) -> PySide6.QtPositioning.QGeoCoordinate [extrait de bottomLeft.__doc__]
bottomRight(self) -> PySide6.QtPositioning.QGeoCoordinate bottomRight(self) -> PySide6.QtPositioning.QGeoCoordinate [extrait de bottomRight.__doc__]
center(self) -> PySide6.QtPositioning.QGeoCoordinate center(self) -> PySide6.QtPositioning.QGeoCoordinate [extrait de center.__doc__]
contains contains(self, coordinate: PySide6.QtPositioning.QGeoCoordinate) -> bool [extrait de contains.__doc__]
extendRectangle(self, coordinate: PySide6.QtPositioning.QGeoCoordinate) -> None extendRectangle(self, coordinate: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de extendRectangle.__doc__]
height(self) -> float height(self) -> float [extrait de height.__doc__]
intersects(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> bool intersects(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> bool [extrait de intersects.__doc__]
setBottomLeft(self, bottomLeft: PySide6.QtPositioning.QGeoCoordinate) -> None setBottomLeft(self, bottomLeft: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de setBottomLeft.__doc__]
setBottomRight(self, bottomRight: PySide6.QtPositioning.QGeoCoordinate) -> None setBottomRight(self, bottomRight: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de setBottomRight.__doc__]
setCenter(self, center: PySide6.QtPositioning.QGeoCoordinate) -> None setCenter(self, center: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de setCenter.__doc__]
setHeight(self, degreesHeight: float) -> None setHeight(self, degreesHeight: float) -> None [extrait de setHeight.__doc__]
setTopLeft(self, topLeft: PySide6.QtPositioning.QGeoCoordinate) -> None setTopLeft(self, topLeft: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de setTopLeft.__doc__]
setTopRight(self, topRight: PySide6.QtPositioning.QGeoCoordinate) -> None setTopRight(self, topRight: PySide6.QtPositioning.QGeoCoordinate) -> None [extrait de setTopRight.__doc__]
setWidth(self, degreesWidth: float) -> None setWidth(self, degreesWidth: float) -> None [extrait de setWidth.__doc__]
topLeft(self) -> PySide6.QtPositioning.QGeoCoordinate topLeft(self) -> PySide6.QtPositioning.QGeoCoordinate [extrait de topLeft.__doc__]
topRight(self) -> PySide6.QtPositioning.QGeoCoordinate topRight(self) -> PySide6.QtPositioning.QGeoCoordinate [extrait de topRight.__doc__]
toString(self) -> str toString(self) -> str [extrait de toString.__doc__]
translate(self, degreesLatitude: float, degreesLongitude: float) -> None translate(self, degreesLatitude: float, degreesLongitude: float) -> None [extrait de translate.__doc__]
translated(self, degreesLatitude: float, degreesLongitude: float) -> PySide6.QtPositioning.QGeoRectangle translated(self, degreesLatitude: float, degreesLongitude: float) -> PySide6.QtPositioning.QGeoRectangle [extrait de translated.__doc__]
united(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle united(self, rectangle: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> PySide6.QtPositioning.QGeoRectangle [extrait de united.__doc__]
width(self) -> float width(self) -> float [extrait de width.__doc__]

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

__init_subclass__, __repr__, __subclasshook__, boundingGeoRectangle, isEmpty, isValid, ShapeType, type

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__, __repr__, __sizeof__, __str__