OpenTTD Source 20241224-master-gee860a5c8e
framerate_widget.h File Reference

Types related to the framerate windows widgets. More...

Go to the source code of this file.

Enumerations

enum  FramerateWindowWidgets : WidgetID {
  WID_FRW_CAPTION , WID_FRW_RATE_GAMELOOP , WID_FRW_RATE_DRAWING , WID_FRW_RATE_FACTOR ,
  WID_FRW_INFO_DATA_POINTS , WID_FRW_TIMES_NAMES , WID_FRW_TIMES_CURRENT , WID_FRW_TIMES_AVERAGE ,
  WID_FRW_ALLOCSIZE , WID_FRW_SCROLLBAR
}
 Widgets of the FramerateWindow class. More...
 
enum  FrametimeGraphWindowWidgets : WidgetID { WID_FGW_CAPTION , WID_FGW_GRAPH }
 Widgets of the FrametimeGraphWindow class. More...
 

Detailed Description

Types related to the framerate windows widgets.

Definition in file framerate_widget.h.

Enumeration Type Documentation

◆ FramerateWindowWidgets

Widgets of the FramerateWindow class.

Definition at line 14 of file framerate_widget.h.

◆ FrametimeGraphWindowWidgets

Widgets of the FrametimeGraphWindow class.

Definition at line 28 of file framerate_widget.h.