OpenTTD Source
20241108-master-g80f628063a
|
Types related to the town widgets. More...
Go to the source code of this file.
Types related to the town widgets.
Definition in file town_widget.h.
enum TownAuthorityWidgets : WidgetID |
Widgets of the TownAuthorityWindow class.
Enumerator | |
---|---|
WID_TA_CAPTION | Caption of window. |
WID_TA_ZONE_BUTTON | Turn on/off showing local authority zone. |
WID_TA_RATING_INFO | Overview with ratings for each company. |
WID_TA_COMMAND_LIST | List of commands for the player. |
WID_TA_SCROLLBAR | Scrollbar of the list of commands. |
WID_TA_ACTION_INFO | Additional information about the action. |
WID_TA_EXECUTE | Do-it button. |
Definition at line 25 of file town_widget.h.
enum TownDirectoryWidgets : WidgetID |
Widgets of the TownDirectoryWindow class.
Enumerator | |
---|---|
WID_TD_CAPTION | Caption of the window. |
WID_TD_SORT_ORDER | Direction of sort dropdown. |
WID_TD_SORT_CRITERIA | Criteria of sort dropdown. |
WID_TD_FILTER | Filter of name. |
WID_TD_LIST | List of towns. |
WID_TD_SCROLLBAR | Scrollbar for the town list. |
WID_TD_WORLD_POPULATION | The world's population. |
Definition at line 14 of file town_widget.h.
enum TownFoundingWidgets : WidgetID |
Widgets of the FoundTownWindow class.
Definition at line 49 of file town_widget.h.
enum TownViewWidgets : WidgetID |
Widgets of the TownViewWindow class.
Definition at line 36 of file town_widget.h.