OpenTTD Source 20251215-master-ge1333abc3e
graph_gui.h File Reference

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)
 

Detailed Description

Graph GUI functions.

Definition in file graph_gui.h.

Function Documentation

◆ ShowCargoPaymentRates()

void ShowCargoPaymentRates ( )

Definition at line 1448 of file graph_gui.cpp.

◆ ShowCompanyValueGraph()

void ShowCompanyValueGraph ( )

Definition at line 1169 of file graph_gui.cpp.

◆ ShowDeliveredCargoGraph()

void ShowDeliveredCargoGraph ( )

Definition at line 1060 of file graph_gui.cpp.

◆ ShowIncomeGraph()

void ShowIncomeGraph ( )

Definition at line 1009 of file graph_gui.cpp.

◆ ShowIndustryProductionGraph()

void ShowIndustryProductionGraph ( WindowNumber  window_number)

Definition at line 1851 of file graph_gui.cpp.

◆ ShowOperatingProfitGraph()

void ShowOperatingProfitGraph ( )

Definition at line 957 of file graph_gui.cpp.

◆ ShowPerformanceHistoryGraph()

void ShowPerformanceHistoryGraph ( )

Definition at line 1118 of file graph_gui.cpp.

◆ ShowPerformanceRatingDetail()

void ShowPerformanceRatingDetail ( )

Definition at line 2058 of file graph_gui.cpp.

◆ ShowTownCargoGraph()

void ShowTownCargoGraph ( WindowNumber  window_number)

Definition at line 1995 of file graph_gui.cpp.