GeoPolygon
Qt Base Class: QGeoPolygon
Signature: QGeoPolygon(self) -> None
QGeoPolygon(self, other: PySide6.QtPositioning.QGeoShape) -> None
QGeoPolygon(self, other: Union[PySide6.QtPositioning.QGeoPolygon, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> None
QGeoPolygon(self, path: Sequence[PySide6.QtPositioning.QGeoCoordinate]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
GeoShapeMixin prettyqt.positioning.geoshape |
||
QGeoPolygon PySide6.QtPositioning QGeoPolygon(self) -> None |
⋔ Inheritance diagram
graph TD
1473573457072["positioning.GeoPolygon"]
1473573419984["positioning.GeoShapeMixin"]
140713234304496["builtins.object"]
1473573335072["QtPositioning.QGeoPolygon"]
1473573320432["QtPositioning.QGeoShape"]
1473291690208["Shiboken.Object"]
1473573419984 --> 1473573457072
140713234304496 --> 1473573419984
1473573335072 --> 1473573457072
1473573320432 --> 1473573335072
1473291690208 --> 1473573320432
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: GeoShapeMixin
, QGeoPolygon