Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ListBoxItem Class Reference

List of all members.

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
Bitmapimage
bool selected
Color color
List< ListBoxCellsubitems
ListBoxlistbox

Detailed Description

Definition at line 41 of file ListBox.cpp.


Constructor & Destructor Documentation

ListBoxItem::ListBoxItem ( )
inline

Definition at line 46 of file ListBox.cpp.

ListBoxItem::~ListBoxItem ( )
inline

Definition at line 47 of file ListBox.cpp.


Member Function Documentation

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.

static const char* ListBoxItem::TYPENAME ( )
inlinestatic

Definition at line 44 of file ListBox.cpp.


Member Data Documentation

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.


The documentation for this class was generated from the following file: