OpenTTD Source
12.0-beta2
|
Drop down list entry for showing a company entry, with companies 'blob'. More...
Public Member Functions | |
DropDownListCompanyItem (int result, bool masked, bool greyed) | |
bool | Selectable () const override |
uint | Width () const override |
uint | Height (uint width) const override |
void | Draw (int left, int right, int top, int bottom, bool sel, Colours bg_colour) const override |
![]() | |
DropDownListItem (int result, bool masked) | |
Data Fields | |
bool | greyed |
![]() | |
int | result |
Result code to return to window on selection. | |
bool | masked |
Masked and unselectable item. | |
Private Attributes | |
Dimension | icon_size |
Dimension | lock_size |
Drop down list entry for showing a company entry, with companies 'blob'.
Definition at line 117 of file toolbar_gui.cpp.