|
OpenTTD Source 20260512-master-g20b387b91f
|
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 1480 of file graph_gui.cpp.
| void ShowCompanyValueGraph | ( | ) |
Definition at line 1190 of file graph_gui.cpp.
| void ShowDeliveredCargoGraph | ( | ) |
Definition at line 1079 of file graph_gui.cpp.
| void ShowIncomeGraph | ( | ) |
Definition at line 1027 of file graph_gui.cpp.
| void ShowIndustryProductionGraph | ( | WindowNumber | window_number | ) |
Definition at line 1884 of file graph_gui.cpp.
| void ShowOperatingProfitGraph | ( | ) |
Definition at line 974 of file graph_gui.cpp.
| void ShowPerformanceHistoryGraph | ( | ) |
Definition at line 1138 of file graph_gui.cpp.
| void ShowPerformanceRatingDetail | ( | ) |
Definition at line 2112 of file graph_gui.cpp.
| void ShowTownCargoGraph | ( | WindowNumber | window_number | ) |
Definition at line 2048 of file graph_gui.cpp.