Crazy Eddie's GUI System
0.8.3
|
Struct used internally to represent a row in the list and also to ease sorting of the rows. More...
Public Types | |
typedef std::vector < ListboxItem *CEGUI_VECTOR_ALLOC(ListboxItem *)> | RowItems |
Public Member Functions | |
ListboxItem *const & | operator[] (uint idx) const |
ListboxItem *& | operator[] (uint idx) |
bool | operator< (const ListRow &rhs) const |
bool | operator> (const ListRow &rhs) const |
Public Attributes | |
RowItems | d_items |
uint | d_sortColumn |
uint | d_rowID |
Struct used internally to represent a row in the list and also to ease sorting of the rows.