|
OpenTTD Source 20260801-master-g0de95fb529
|
Partial widget specification to allow NWidgets to be written nested. More...
#include <widget_type.h>
Data Structures | |
| union | NWidgetPartUnion |
Public Member Functions | |
| constexpr | NWidgetPart (WidgetType type) |
| constexpr | NWidgetPart (WidgetType type, Point xy) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartDataTip data_tip) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartWidget widget) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartPaddings padding) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartPIP pip) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartTextLines text_lines) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartTextStyle text_style) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartAlignment align) |
| constexpr | NWidgetPart (WidgetType type, NWidgetFunctionType *func_ptr) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartContainer container) |
| constexpr | NWidgetPart (WidgetType type, NWidgetPartAspect aspect) |
Data Fields | |
| WidgetType | type |
| Type of the part. | |
| union NWidgetPart::NWidgetPartUnion | u |
Partial widget specification to allow NWidgets to be written nested.
Definition at line 1142 of file widget_type.h.
|
inlineexplicitconstexpr |
Definition at line 1173 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1174 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1175 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1176 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1177 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1178 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1179 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1180 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1181 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1182 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1183 of file widget_type.h.
|
inlineconstexpr |
Definition at line 1184 of file widget_type.h.
| WidgetType NWidgetPart::type |
Type of the part.
Definition at line 1143 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute(), and MakeNWidget().