OpenTTD Source 20250206-master-g6089ed8059
|
Drop down indent component. More...
#include <dropdown_common_type.h>
Public Member Functions | |
template<typename... Args> | |
DropDownIndent (uint indent, Args &&... args) | |
uint | Width () const override |
void | Draw (const Rect &full, const Rect &r, bool sel, Colours bg_colour) const override |
Private Attributes | |
uint | indent |
Drop down indent component.
TBase | Base component. |
TEnd | Position checkmark at end if true, or start if false. |
Definition at line 178 of file dropdown_common_type.h.
|
inlineexplicit |
Definition at line 182 of file dropdown_common_type.h.
|
inlineoverride |
Definition at line 186 of file dropdown_common_type.h.
|
inlineoverride |
Definition at line 184 of file dropdown_common_type.h.
|
private |
Definition at line 179 of file dropdown_common_type.h.