OpenTTD Source  20240919-master-gdf0233f4c2
screenshot_widget.h File Reference

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...
 

Detailed Description

Types related to the screenshot widgets.

Definition in file screenshot_widget.h.

Enumeration Type Documentation

◆ ScreenshotWindowWidgets

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.