OpenTTD Source 20250528-master-g3aca5d62a8
|
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) |
Graph GUI functions.
Definition in file graph_gui.h.
void ShowCargoPaymentRates | ( | ) |
Definition at line 1285 of file graph_gui.cpp.
void ShowCompanyValueGraph | ( | ) |
Definition at line 1051 of file graph_gui.cpp.
void ShowDeliveredCargoGraph | ( | ) |
Definition at line 934 of file graph_gui.cpp.
void ShowIncomeGraph | ( | ) |
Definition at line 879 of file graph_gui.cpp.
void ShowIndustryProductionGraph | ( | WindowNumber | window_number | ) |
Definition at line 1796 of file graph_gui.cpp.
void ShowOperatingProfitGraph | ( | ) |
Definition at line 823 of file graph_gui.cpp.
void ShowPerformanceHistoryGraph | ( | ) |
Definition at line 996 of file graph_gui.cpp.
void ShowPerformanceRatingDetail | ( | ) |
Definition at line 1859 of file graph_gui.cpp.