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:149
Additional information for a vehicle renting station, attached to Location objects.
Definition rentalvehicle.h:90
KPublicTransport::RentalVehicleNetwork network
Sharing network operator.
Definition rentalvehicle.h:100
int availableVehicles
Number of available (rentable) vehicles at this station.
Definition rentalvehicle.h:93
void setCapacity(RentalVehicle::VehicleType type, int capacity)
Set the capacity for a specific vehicle type.
Definition rentalvehicle.cpp:116
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-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.