KPublicTransport
onboardstatus.h
57 Q_PROPERTY(int positionUpdateInterval READ positionUpdateInterval WRITE setPositionUpdateInterval NOTIFY updateIntervalChanged)
58 Q_PROPERTY(int journeyUpdateInterval READ journeyUpdateInterval WRITE setJourneyUpdateInterval NOTIFY updateIntervalChanged)
69 LocationServiceNotEnabled, ///< Wi-Fi monitoring is not possible due to the location service being disabled (Android only).
bool supportsJourney
Whether the backend supports querying for the journey.
Definition onboardstatus.h:54
bool supportsPosition
Whether the backend supports querying for the geographic position.
Definition onboardstatus.h:35
@ LocationServiceNotEnabled
Wi-Fi monitoring is not possible due to the location service being disabled (Android only).
Definition onboardstatus.h:69
@ MissingPermissions
Wi-Fi monitoring not functional due to missing application permissions.
Definition onboardstatus.h:67
@ NotConnected
Wi-Fi monitoring functional, but currently not connected to an onboard Wi-Fi.
Definition onboardstatus.h:65
@ NotAvailable
Wi-Fi monitoring is generally not available on this platform.
Definition onboardstatus.h:70
@ WifiNotEnabled
Wi-Fi monitoring is not possible due to Wi-Fi being disabled.
Definition onboardstatus.h:68
bool hasPosition
Whether the geographic position is currently available.
Definition onboardstatus.h:33
Q_SCRIPTABLE CaptureState status()
Query operations and data types for accessing realtime public transport information from online servi...
Definition attribution.cpp:16
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.