|
OpenTTD Source
1.10.0-RC1
|
Common string list item. More...
#include <dropdown_type.h>
Public Member Functions | |
| DropDownListStringItem (StringID string, int result, bool masked) | |
| bool | Selectable () const override |
| uint | Width () const override |
| void | Draw (int left, int right, int top, int bottom, bool sel, Colours bg_colour) const override |
| virtual StringID | String () const |
Public Member Functions inherited from DropDownListItem | |
| DropDownListItem (int result, bool masked) | |
| virtual uint | Height (uint width) const |
Static Public Member Functions | |
| static bool | NatSortFunc (std::unique_ptr< const DropDownListItem > const &first, std::unique_ptr< const DropDownListItem > const &second) |
| Natural sorting comparator function for DropDownList::sort(). More... | |
Data Fields | |
| StringID | string |
| String ID of item. | |
Data Fields inherited from DropDownListItem | |
| int | result |
| Result code to return to window on selection. | |
| bool | masked |
| Masked and unselectable item. | |
Common string list item.
Definition at line 39 of file dropdown_type.h.
|
static |
Natural sorting comparator function for DropDownList::sort().
| first | Left side of comparison. |
| second | Right side of comparison. |
Definition at line 52 of file dropdown.cpp.