OpenTTD Source 20250607-master-g6b5cde463a
|
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 |
int | OnClick (const Rect &r, const Point &pt) const override |
void | Draw (const Rect &full, const Rect &r, bool sel, int click_result, Colours bg_colour) const override |
Private Attributes | |
uint | indent |
Drop down indent component.
TBase | Base component. |
TEnd | Position indent at end if true, or start if false. |
Definition at line 242 of file dropdown_common_type.h.
|
inlineexplicit |
Definition at line 246 of file dropdown_common_type.h.
|
inlineoverride |
Definition at line 256 of file dropdown_common_type.h.
|
inlineoverride |
Definition at line 250 of file dropdown_common_type.h.
|
inlineoverride |
Definition at line 248 of file dropdown_common_type.h.
|
private |
Definition at line 243 of file dropdown_common_type.h.