OpenTTD
|
List item containing a C char string. More...
#include <dropdown_type.h>
Public Member Functions | |
DropDownListCharStringItem (const char *raw_string, int result, bool masked) | |
virtual StringID | String () const |
![]() | |
DropDownListStringItem (StringID string, int result, bool masked) | |
virtual bool | Selectable () const |
virtual uint | Width () const |
virtual void | Draw (int left, int right, int top, int bottom, bool sel, int bg_colour) const |
![]() | |
DropDownListItem (int result, bool masked) | |
virtual uint | Height (uint width) const |
Data Fields | |
const char * | raw_string |
![]() | |
StringID | string |
String ID of item. | |
![]() | |
int | result |
Result code to return to window on selection. | |
bool | masked |
Masked and unselectable item. |
Additional Inherited Members | |
![]() | |
static int CDECL | NatSortFunc (const DropDownListItem *const *first, const DropDownListItem *const *second) |
Natural sorting comparator function for DropDownList::sort(). |
List item containing a C char string.
Definition at line 73 of file dropdown_type.h.