|
OpenTTD Source 20251104-master-g3befbdd52f
|
Types related to the screenshot widgets. More...
Go to the source code of this file.
Enumerations | |
| enum | ScreenshotWindowWidgets : WidgetID { WID_SC_TAKE , WID_SC_TAKE_ZOOMIN , WID_SC_TAKE_DEFAULTZOOM , WID_SC_TAKE_WORLD , WID_SC_TAKE_HEIGHTMAP , WID_SC_TAKE_MINIMAP } |
| Widgets of the ScreenshotWindow class. More... | |
Types related to the screenshot widgets.
Definition in file screenshot_widget.h.
| enum ScreenshotWindowWidgets : WidgetID |
Widgets of the ScreenshotWindow class.
| Enumerator | |
|---|---|
| WID_SC_TAKE | Button for taking a normal screenshot. |
| WID_SC_TAKE_ZOOMIN | Button for taking a zoomed in screenshot. |
| WID_SC_TAKE_DEFAULTZOOM | Button for taking a screenshot at normal zoom. |
| WID_SC_TAKE_WORLD | Button for taking a screenshot of the whole world. |
| WID_SC_TAKE_HEIGHTMAP | Button for taking a heightmap "screenshot". |
| WID_SC_TAKE_MINIMAP | Button for taking a minimap screenshot. |
Definition at line 15 of file screenshot_widget.h.