KPublicTransport
vehicle.h
34 * 0 representing the begin of the platform in platform coordinate (@see Platform), 1 being the opposite end.
38 * 0 representing the begin of the platform in platform coordinate (@see Platform), 1 being the opposite end.
46 PowerCar, ///< power car of a train, similar to Engine, distinction exists just for better visualization
47 ControlCar, ///< usually at the head of the train, but accessible for passengers and the same way as a PassengerCar
56 KPUBLICTRANSPORT_PROPERTY(Type, type, setType)
73 Q_PROPERTY(std::vector<KPublicTransport::Feature> sectionFeatures READ sectionFeatures STORED false)
82 Q_INVOKABLE [[nodiscard]] KPublicTransport::Feature feature(KPublicTransport::Feature::Type type) const;
107 KPUBLICTRANSPORT_PROPERTY(KPublicTransport::Disruption::Effect, disruptionEffect, setDisruptionEffect)
124 Q_INVOKABLE [[nodiscard]] static QString vehicleTypeIconName(KPublicTransport::VehicleSection::Type type);
134 [[nodiscard]] static VehicleSection merge(const VehicleSection &lhs, const VehicleSection &rhs);
172 KPUBLICTRANSPORT_PROPERTY(Direction, direction, setDirection)
175 Q_PROPERTY(QVariantList sections READ sectionsVariant)
178 * 0 representing the begin of the platform in platform coordinate (@see Platform), 1 being the opposite end.
182 * 0 representing the begin of the platform in platform coordinate (@see Platform), 1 being the opposite end.
An amenity, facility or other relevant property of a vehicle (train, bus, etc), vehicle part (e....
Definition feature.h:20
Query operations and data types for accessing realtime public transport information from online servi...
Definition attribution.cpp:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.