KPublicTransport
rentalvehicleutil.cpp
12RentalVehicleNetwork RentalVehicleUtil::merge(const RentalVehicleNetwork &lhs, const RentalVehicleNetwork &rhs)
18RentalVehicleStation RentalVehicleUtil::merge(const RentalVehicleStation &lhs, const RentalVehicleStation &rhs)
A vehicle sharing system/network.
Definition rentalvehicle.h:153
Additional information for a vehicle renting station, attached to Location objects.
Definition rentalvehicle.h:94
KPublicTransport::RentalVehicleNetwork network
Sharing network operator.
Definition rentalvehicle.h:104
int availableVehicles
Number of available (rentable) vehicles at this station.
Definition rentalvehicle.h:97
void setCapacity(RentalVehicle::VehicleType type, int capacity)
Set the capacity for a specific vehicle type.
Definition rentalvehicle.cpp:118
An individual rental vehicle used on a JourneySection, ie.
Definition rentalvehicle.h:28
KPublicTransport::RentalVehicleNetwork network
Sharing network operator.
Definition rentalvehicle.h:48
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 Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.