|
OpenTTD Source 20260721-master-g25ec12c62d
|
Graph GUI functions. More...
#include "window_type.h"Go to the source code of this file.
Functions | |
| void | ShowOperatingProfitGraph () |
| void | ShowIncomeGraph () |
| void | ShowDeliveredCargoGraph () |
| void | ShowPerformanceHistoryGraph () |
| void | ShowCompanyValueGraph () |
| void | ShowCargoPaymentRates () |
| void | ShowPerformanceRatingDetail () |
| void | ShowIndustryProductionGraph (WindowNumber window_number) |
| void | ShowTownCargoGraph (WindowNumber window_number) |
Graph GUI functions.
Definition in file graph_gui.h.
| void ShowCargoPaymentRates | ( | ) |
Definition at line 1497 of file graph_gui.cpp.
| void ShowCompanyValueGraph | ( | ) |
Definition at line 1207 of file graph_gui.cpp.
| void ShowDeliveredCargoGraph | ( | ) |
Definition at line 1096 of file graph_gui.cpp.
| void ShowIncomeGraph | ( | ) |
Definition at line 1044 of file graph_gui.cpp.
| void ShowIndustryProductionGraph | ( | WindowNumber | window_number | ) |
Definition at line 1901 of file graph_gui.cpp.
| void ShowOperatingProfitGraph | ( | ) |
Definition at line 991 of file graph_gui.cpp.
| void ShowPerformanceHistoryGraph | ( | ) |
Definition at line 1155 of file graph_gui.cpp.
| void ShowPerformanceRatingDetail | ( | ) |
Definition at line 2129 of file graph_gui.cpp.
| void ShowTownCargoGraph | ( | WindowNumber | window_number | ) |
Definition at line 2065 of file graph_gui.cpp.