Base list item class from which others are derived.
More...
#include <dropdown_type.h>
|
int | result |
| Result value to return to window on selection.
|
|
bool | masked |
| Masked and unselectable item.
|
|
bool | shaded |
| Shaded item, affects text colour.
|
|
Base list item class from which others are derived.
Definition at line 22 of file dropdown_type.h.
◆ DropDownListItem()
DropDownListItem::DropDownListItem |
( |
int |
result, |
|
|
bool |
masked = false , |
|
|
bool |
shaded = false |
|
) |
| |
|
inlineexplicit |
◆ Draw()
virtual void DropDownListItem::Draw |
( |
const Rect & |
full, |
|
|
const Rect & |
, |
|
|
bool |
, |
|
|
Colours |
bg_colour |
|
) |
| const |
|
inlinevirtual |
◆ GetColour()
TextColour DropDownListItem::GetColour |
( |
bool |
sel | ) |
const |
|
inline |
◆ Height()
virtual uint DropDownListItem::Height |
( |
| ) |
const |
|
inlinevirtual |
◆ Selectable()
virtual bool DropDownListItem::Selectable |
( |
| ) |
const |
|
inlinevirtual |
◆ Width()
virtual uint DropDownListItem::Width |
( |
| ) |
const |
|
inlinevirtual |
◆ masked
bool DropDownListItem::masked |
◆ result
int DropDownListItem::result |
Result value to return to window on selection.
Definition at line 24 of file dropdown_type.h.
◆ shaded
bool DropDownListItem::shaded |
The documentation for this class was generated from the following file: