Skip to content

GeoShape

Qt Base Class: QGeoShape

Signature: QGeoShape(self) -> None QGeoShape(self, other: PySide6.QtPositioning.QGeoShape) -> None

Base classes

Name Children Inherits
GeoShapeMixin
prettyqt.positioning.geoshape
QGeoShape
PySide6.QtPositioning
QGeoShape(self) -> None

⋔ Inheritance diagram

graph TD
  1473573453168["positioning.GeoShape"]
  1473573419984["positioning.GeoShapeMixin"]
  140713234304496["builtins.object"]
  1473573320432["QtPositioning.QGeoShape"]
  1473291690208["Shiboken.Object"]
  1473573419984 --> 1473573453168
  140713234304496 --> 1473573419984
  1473573320432 --> 1473573453168
  1473291690208 --> 1473573320432
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: GeoShapeMixin, QGeoShape

Source code in prettyqt\positioning\geoshape.py
class GeoShape(GeoShapeMixin, QtPositioning.QGeoShape):
    pass