Skip to content

GeoSatelliteInfoSource

Qt Base Class: QGeoSatelliteInfoSource

Signature: QGeoSatelliteInfoSource(self, parent: PySide6.QtCore.QObject) -> None

Base classes

Name Children Inherits
ObjectMixin
prettyqt.core.object
QGeoSatelliteInfoSource
PySide6.QtPositioning
QGeoSatelliteInfoSource(self, parent: PySide6.QtCore.QObject) -> None

⋔ Inheritance diagram

graph TD
  1473573460976["positioning.GeoSatelliteInfoSource"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473573337024["QtPositioning.QGeoSatelliteInfoSource"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473299815024 --> 1473573460976
  140713234304496 --> 1473299815024
  1473573337024 --> 1473573460976
  1473288842240 --> 1473573337024
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: ObjectMixin, QGeoSatelliteInfoSource

Source code in prettyqt\positioning\geosatelliteinfosource.py
class GeoSatelliteInfoSource(core.ObjectMixin, QtPositioning.QGeoSatelliteInfoSource):
    def __str__(self):
        return self.sourceName()

    def __repr__(self):
        return get_repr(self)

    def get_error(self) -> ErrorStr:
        """Return error type.

        Returns:
            error type
        """
        return ERROR.inverse[self.error()]

get_error() -> ErrorStr

Return error type.

Source code in prettyqt\positioning\geosatelliteinfosource.py
def get_error(self) -> ErrorStr:
    """Return error type.

    Returns:
        error type
    """
    return ERROR.inverse[self.error()]

⌗ Property table

Qt Property Type Doc
objectName QString
updateInterval int
minimumUpdateInterval int