|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
A row being displayed in the cargo view (as opposed to being "hidden" behind a plus sign). More...
Public Member Functions | |
| RowDisplay (CargoDataEntry *f, StationID n) | |
| RowDisplay (CargoDataEntry *f, CargoType n) | |
Data Fields | |
| CargoDataEntry * | filter |
| Parent of the cargo entry belonging to the row. | |
| union { | |
| StationID next_station | |
| ID of the station belonging to the entry actually displayed if it's to/from/via. More... | |
| CargoType next_cargo | |
| ID of the cargo belonging to the entry actually displayed if it's cargo. More... | |
| }; | |
A row being displayed in the cargo view (as opposed to being "hidden" behind a plus sign).
Definition at line 1225 of file station_gui.cpp.
|
inline |
Definition at line 1226 of file station_gui.cpp.
|
inline |
Definition at line 1227 of file station_gui.cpp.
| CargoDataEntry* StationViewWindow::RowDisplay::filter |
Parent of the cargo entry belonging to the row.
Definition at line 1232 of file station_gui.cpp.
Referenced by StationViewWindow::HandleCargoWaitingClick().
| CargoType StationViewWindow::RowDisplay::next_cargo |
ID of the cargo belonging to the entry actually displayed if it's cargo.
Definition at line 1242 of file station_gui.cpp.
Referenced by StationViewWindow::HandleCargoWaitingClick().
| StationID StationViewWindow::RowDisplay::next_station |
ID of the station belonging to the entry actually displayed if it's to/from/via.
Definition at line 1237 of file station_gui.cpp.
Referenced by StationViewWindow::HandleCargoWaitingClick().