OpenTTD Source
20241108-master-g80f628063a
|
Drop down checkmark component. More...
#include <dropdown_common_type.h>
Public Member Functions | |
template<typename... Args> | |
DropDownCheck (bool checked, Args &&... args) | |
uint | Height () const override |
uint | Width () const override |
void | Draw (const Rect &full, const Rect &r, bool sel, Colours bg_colour) const override |
Private Attributes | |
bool | checked |
Is item checked. | |
Dimension | dim |
Dimension of checkmark. | |
Drop down checkmark component.
TBase | Base component. |
TFs | Font size. |
TEnd | Position checkmark at end if true, or start if false. |
Definition at line 149 of file dropdown_common_type.h.