#include "company_type.h"
Go to the source code of this file.
Functions | |
uint16 | GetDrawStringCompanyColour (CompanyID company) |
void | DrawCompanyIcon (CompanyID c, int x, int y) |
void | ShowCompanyStations (CompanyID company) |
Opens window with list of company's stations. | |
void | ShowCompanyFinances (CompanyID company) |
Open the finances window of a company. | |
void | ShowCompany (CompanyID company) |
void | InvalidateCompanyWindows (const Company *c) |
void | DeleteCompanyWindows (CompanyID company) |
Delete all windows of a company. |
Definition in file company_gui.h.
void DeleteCompanyWindows | ( | CompanyID | id | ) |
Delete all windows of a company.
We identify windows of a company by looking at the caption colour. If it is equal to the company ID then we say the window belongs to the company and should be deleted
id | company identifier |
Definition at line 699 of file window.cpp.
References DeleteWindowById(), and Window::owner.
Referenced by CmdCompanyCtrl().
void ShowCompanyFinances | ( | CompanyID | company | ) |
Open the finances window of a company.
company | Company to show finances of. |
Definition at line 484 of file company_gui.cpp.
References BringWindowToFrontById().
void ShowCompanyStations | ( | CompanyID | company | ) |
Opens window with list of company's stations.
company | whose stations' list show |
Definition at line 721 of file station_gui.cpp.