Public Member Functions | |
SortScrollListItem (const S32 sort_col, BOOL sort_ascending) | |
bool | operator() (const LLScrollListItem *i1, const LLScrollListItem *i2) |
Protected Attributes | |
S32 | mSortCol |
S32 | mSortAscending |
Definition at line 62 of file llscrolllistctrl.cpp.
bool SortScrollListItem::operator() | ( | const LLScrollListItem * | i1, | |
const LLScrollListItem * | i2 | |||
) | [inline] |
Definition at line 70 of file llscrolllistctrl.cpp.
References LLStringBase< char >::compareDict(), FALSE, LLScrollListCell::getText(), i1, i2, mSortAscending, mSortCol, order, S32, and TRUE.
S32 SortScrollListItem::mSortAscending [protected] |
Definition at line 96 of file llscrolllistctrl.cpp.
Referenced by operator()(), and SortScrollListItem().
S32 SortScrollListItem::mSortCol [protected] |
Definition at line 95 of file llscrolllistctrl.cpp.
Referenced by operator()(), and SortScrollListItem().