KPublicTransport
uicrailwaycoach.h
24 * Either one of the arguments can be empty, but the most reliable result is returned with both present.
29 * Either one of the arguments can be empty, but the most reliable result is returned with both present.
34 * Either one of the arguments can be empty, but the most reliable result is returned with both present.
Methods for parsing UIC railway coach numbers and classification codes.
Definition uicrailwaycoach.h:18
int deckCount(QStringView coachNumber, QStringView coachClassification)
Determine the number of decks from a UIC coachNumber and/or coachClassification.
Definition uicrailwaycoach.cpp:165
QStringView countryCode(QStringView coachNumber)
Returns the UIC country code from coachNumber.
Definition uicrailwaycoach.cpp:13
std::vector< Feature > features(QStringView coachNumber, QStringView coachClassification)
Determine coach features from a UIC coachNumber and/or coachClassification.
Definition uicrailwaycoach.cpp:190
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
Determine the vehicle type from a UIC coachNumber and/or coachClassification.
Definition uicrailwaycoach.cpp:222
VehicleSection::Classes coachClass(QStringView coachNumber, QStringView coachClassification)
Determine the coach class(es) from a UIC coachNumber and/or coachClassification.
Definition uicrailwaycoach.cpp:56
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-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.