Crazy Eddies GUI System  0.7.6
Public Types | Public Member Functions | Public Attributes | List of all members
CEGUI::MultiColumnList::ListRow Struct Reference

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 * > 
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

Detailed Description

Struct used internally to represent a row in the list and also to ease sorting of the rows.