|
| | 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 |
| |
| int | OnClick (const Rect &r, const Point &pt) const override |
| |
| void | Draw (const Rect &full, const Rect &r, bool sel, int click_result, Colours bg_colour) const override |
| |
| | DropDownString (std::string &&string, Args &&... args) |
| |
| void | SetString (std::string &&string) |
| |
| uint | Height () const override |
| |
| uint | Width () const override |
| |
| int | OnClick (const Rect &r, const Point &pt) const override |
| |
| void | Draw (const Rect &full, const Rect &r, bool sel, int click_result, 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 592 of file company_gui.cpp.