|
OpenTTD Source
14.0-beta3
|
Drop down checkmark component. More...
#include <dropdown_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 178 of file dropdown_type.h.