ManaPlus
|
#include <extendedlistboxitem.h>
Public Member Functions | |
ExtendedListBoxItem (const int row0, const std::string &text0, const bool image0, const int y0) | |
Data Fields | |
int | row |
std::string | text |
bool | image |
int | y |
Definition at line 29 of file extendedlistboxitem.h.
|
inline |
Definition at line 31 of file extendedlistboxitem.h.
bool ExtendedListBoxItem::image |
Definition at line 46 of file extendedlistboxitem.h.
Referenced by ExtendedListBox::draw().
int ExtendedListBoxItem::row |
Definition at line 44 of file extendedlistboxitem.h.
Referenced by ExtendedListBox::draw(), and ExtendedListBox::getSelectionByMouse().
std::string ExtendedListBoxItem::text |
Definition at line 45 of file extendedlistboxitem.h.
Referenced by ExtendedListBox::draw().
int ExtendedListBoxItem::y |
Definition at line 47 of file extendedlistboxitem.h.
Referenced by ExtendedListBox::draw(), and ExtendedListBox::getSelectionByMouse().