OpenTTD Source
20241108-master-g80f628063a
|
Types related to the company widgets. More...
Go to the source code of this file.
Types related to the company widgets.
Definition in file company_widget.h.
enum BuyCompanyWidgets : WidgetID |
Widgets of the BuyCompanyWindow class.
Enumerator | |
---|---|
WID_BC_CAPTION | Caption of window. |
WID_BC_FACE | Face button. |
WID_BC_QUESTION | Question text. |
WID_BC_NO | No button. |
WID_BC_YES | Yes button. |
Definition at line 188 of file company_widget.h.
enum CompanyFinancesWidgets : WidgetID |
Widgets of the CompanyFinancesWindow class.
Definition at line 55 of file company_widget.h.
Widgets of the CompanyInfrastructureWindow class.
Definition at line 171 of file company_widget.h.
enum CompanyWidgets : WidgetID |
Widgets of the CompanyWindow class.
Enumerator | |
---|---|
WID_C_CAPTION | Caption of the window. |
WID_C_FACE | View of the face. |
WID_C_FACE_TITLE | Title for the face. |
WID_C_DESC_INAUGURATION | Inauguration. |
WID_C_DESC_COLOUR_SCHEME | Colour scheme. |
WID_C_DESC_COLOUR_SCHEME_EXAMPLE | Colour scheme example. |
WID_C_DESC_VEHICLE | Vehicles. |
WID_C_DESC_VEHICLE_COUNTS | Vehicle count. |
WID_C_DESC_COMPANY_VALUE | Company value. |
WID_C_DESC_INFRASTRUCTURE | Infrastructure. |
WID_C_DESC_INFRASTRUCTURE_COUNTS | Infrastructure count. |
WID_C_SELECT_BUTTONS | Selection widget for the button bar. |
WID_C_NEW_FACE | Button to make new face. |
WID_C_COLOUR_SCHEME | Button to change colour scheme. |
WID_C_PRESIDENT_NAME | Button to change president name. |
WID_C_COMPANY_NAME | Button to change company name. |
WID_C_SELECT_VIEW_BUILD_HQ | Panel about HQ. |
WID_C_VIEW_HQ | Button to view the HQ. |
WID_C_BUILD_HQ | Button to build the HQ. |
WID_C_SELECT_RELOCATE | Panel about 'Relocate HQ'. |
WID_C_RELOCATE_HQ | Button to relocate the HQ. |
WID_C_VIEW_INFRASTRUCTURE | Panel about infrastructure. |
WID_C_SELECT_GIVE_MONEY | Selection widget for the give money button. |
WID_C_GIVE_MONEY | Button to give money. |
WID_C_SELECT_HOSTILE_TAKEOVER | Selection widget for the hostile takeover button. |
WID_C_HOSTILE_TAKEOVER | Button to hostile takeover another company. |
WID_C_SELECT_MULTIPLAYER | Multiplayer selection panel. |
WID_C_COMPANY_JOIN | Button to join company. |
Definition at line 14 of file company_widget.h.
Widgets of the SelectCompanyLiveryWindow class.
Enumerator | |
---|---|
WID_SCL_CAPTION | Caption of window. |
WID_SCL_CLASS_GENERAL | Class general. |
WID_SCL_CLASS_RAIL | Class rail. |
WID_SCL_CLASS_ROAD | Class road. |
WID_SCL_CLASS_SHIP | Class ship. |
WID_SCL_CLASS_AIRCRAFT | Class aircraft. |
WID_SCL_GROUPS_RAIL | Rail groups. |
WID_SCL_GROUPS_ROAD | Road groups. |
WID_SCL_GROUPS_SHIP | Ship groups. |
WID_SCL_GROUPS_AIRCRAFT | Aircraft groups. |
WID_SCL_SPACER_DROPDOWN | Spacer for dropdown. |
WID_SCL_PRI_COL_DROPDOWN | Dropdown for primary colour. |
WID_SCL_SEC_COL_DROPDOWN | Dropdown for secondary colour. |
WID_SCL_MATRIX | Matrix. |
WID_SCL_MATRIX_SCROLLBAR | Matrix scrollbar. |
Definition at line 79 of file company_widget.h.
Widgets of the SelectCompanyManagerFaceWindow class.
Do not change the order of the widgets from WID_SCMF_HAS_MOUSTACHE_EARRING to WID_SCMF_GLASSES_R, this order is needed for the WE_CLICK event of DrawFaceStringLabel().
Definition at line 103 of file company_widget.h.