|
| DropDownListColourItem (int colour, bool masked) |
|
| DropDownIcon (SpriteID sprite, PaletteID palette, Args &&... args) |
|
| DropDownIcon (const Dimension &dim, SpriteID sprite, PaletteID palette, 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 |
|
| DropDownString (StringID string, Args &&... args) |
|
| DropDownString (const std::string &string, Args &&... args) |
|
void | SetString (std::string &&string) |
|
uint | Height () const override |
|
uint | Width () const override |
|
void | Draw (const Rect &full, const Rect &r, bool sel, Colours bg_colour) const override |
|
| DropDownListItem (int result, bool masked=false, bool shaded=false) |
|
virtual bool | Selectable () const |
|
TextColour | GetColour (bool sel) const |
|
template<
SpriteID TSprite = SPR_SQUARE>
class DropDownListColourItem< TSprite >
Colour selection list item, with icon and string components.
- Template Parameters
-
TSprite | Recolourable sprite to draw as icon. |
Definition at line 591 of file company_gui.cpp.