OpenTTD Source
20241108-master-g80f628063a
|
Types related to the genworld widgets. More...
Go to the source code of this file.
Types related to the genworld widgets.
Definition in file genworld_widget.h.
enum CreateScenarioWidgets : WidgetID |
Widgets of the CreateScenarioWindow class.
Definition at line 72 of file genworld_widget.h.
enum GenerateLandscapeWidgets : WidgetID |
Widgets of the GenerateLandscapeWindow class.
Enumerator | |
---|---|
WID_GL_TEMPERATE | Button with icon "Temperate". |
WID_GL_ARCTIC | Button with icon "Arctic". |
WID_GL_TROPICAL | Button with icon "Tropical". |
WID_GL_TOYLAND | Button with icon "Toyland". |
WID_GL_MAPSIZE_X_PULLDOWN | Dropdown 'map X size'. |
WID_GL_MAPSIZE_Y_PULLDOWN | Dropdown 'map Y size'. |
WID_GL_TOWN_PULLDOWN | Dropdown 'No. of towns'. |
WID_GL_TOWNNAME_DROPDOWN | Dropdown 'Townnames'. |
WID_GL_INDUSTRY_PULLDOWN | Dropdown 'No. of industries'. |
WID_GL_GENERATE_BUTTON | 'Generate' button. |
WID_GL_HEIGHTMAP_HEIGHT_DOWN | Decrease heightmap highest mountain. |
WID_GL_HEIGHTMAP_HEIGHT_TEXT | Max. heightmap highest mountain. |
WID_GL_HEIGHTMAP_HEIGHT_UP | Increase max. heightmap highest mountain. |
WID_GL_START_DATE_DOWN | Decrease start year. |
WID_GL_START_DATE_TEXT | Start year. |
WID_GL_START_DATE_UP | Increase start year. |
WID_GL_SNOW_COVERAGE_DOWN | Decrease snow coverage. |
WID_GL_SNOW_COVERAGE_TEXT | Snow coverage. |
WID_GL_SNOW_COVERAGE_UP | Increase snow coverage. |
WID_GL_DESERT_COVERAGE_DOWN | Decrease desert coverage. |
WID_GL_DESERT_COVERAGE_TEXT | Desert coverage. |
WID_GL_DESERT_COVERAGE_UP | Increase desert coverage. |
WID_GL_LANDSCAPE_PULLDOWN | Dropdown 'Land generator'. |
WID_GL_HEIGHTMAP_NAME_TEXT | Heightmap name. |
WID_GL_HEIGHTMAP_SIZE_TEXT | Size of heightmap. |
WID_GL_HEIGHTMAP_ROTATION_PULLDOWN | Dropdown 'Heightmap rotation'. |
WID_GL_TERRAIN_PULLDOWN | Dropdown 'Terrain type'. |
WID_GL_WATER_PULLDOWN | Dropdown 'Sea level'. |
WID_GL_RIVER_PULLDOWN | Dropdown 'Rivers'. |
WID_GL_SMOOTHNESS_PULLDOWN | Dropdown 'Smoothness'. |
WID_GL_VARIETY_PULLDOWN | Dropdown 'Variety distribution'. |
WID_GL_BORDERS_RANDOM | 'Random'/'Manual' borders. |
WID_GL_WATER_NW | NW 'Water'/'Freeform'. |
WID_GL_WATER_NE | NE 'Water'/'Freeform'. |
WID_GL_WATER_SE | SE 'Water'/'Freeform'. |
WID_GL_WATER_SW | SW 'Water'/'Freeform'. |
WID_GL_AI_BUTTON | 'AI Settings' button. |
WID_GL_GS_BUTTON | 'Game Script Settings' button. |
WID_GL_NEWGRF_BUTTON | 'NewGRF Settings' button. |
WID_GL_CLIMATE_SEL_LABEL | NWID_SELECTION for snow or desert coverage label. |
WID_GL_CLIMATE_SEL_SELECTOR | NWID_SELECTION for snow or desert coverage selector. |
Definition at line 14 of file genworld_widget.h.
Widgets of the GenerateProgressWindow class.
Enumerator | |
---|---|
WID_GP_PROGRESS_BAR | Progress bar. |
WID_GP_PROGRESS_TEXT | Text with the progress bar. |
WID_GP_ABORT | Abort button. |
Definition at line 90 of file genworld_widget.h.