Starshatter_Open
Open source Starshatter engine
|
Public Member Functions | |
ListBoxItem () | |
~ListBoxItem () | |
int | operator< (const ListBoxItem &item) const |
int | operator<= (const ListBoxItem &item) const |
int | operator== (const ListBoxItem &item) const |
Static Public Member Functions | |
static const char * | TYPENAME () |
Public Attributes | |
Text | text |
DWORD | data |
Bitmap * | image |
bool | selected |
Color | color |
List< ListBoxCell > | subitems |
ListBox * | listbox |
Definition at line 41 of file ListBox.cpp.
|
inline |
Definition at line 46 of file ListBox.cpp.
|
inline |
Definition at line 47 of file ListBox.cpp.
int ListBoxItem::operator< | ( | const ListBoxItem & | item | ) | const |
Definition at line 84 of file ListBox.cpp.
int ListBoxItem::operator<= | ( | const ListBoxItem & | item | ) | const |
Definition at line 131 of file ListBox.cpp.
int ListBoxItem::operator== | ( | const ListBoxItem & | item | ) | const |
Definition at line 178 of file ListBox.cpp.
|
inlinestatic |
Definition at line 44 of file ListBox.cpp.
Color ListBoxItem::color |
Definition at line 57 of file ListBox.cpp.
DWORD ListBoxItem::data |
Definition at line 54 of file ListBox.cpp.
Bitmap* ListBoxItem::image |
Definition at line 55 of file ListBox.cpp.
ListBox* ListBoxItem::listbox |
Definition at line 60 of file ListBox.cpp.
bool ListBoxItem::selected |
Definition at line 56 of file ListBox.cpp.
List<ListBoxCell> ListBoxItem::subitems |
Definition at line 58 of file ListBox.cpp.
Text ListBoxItem::text |
Definition at line 53 of file ListBox.cpp.