aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.h')
-rw-r--r--linden/indra/llui/llscrolllistctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.h b/linden/indra/llui/llscrolllistctrl.h
index 6f26c8d..12b8e2c 100644
--- a/linden/indra/llui/llscrolllistctrl.h
+++ b/linden/indra/llui/llscrolllistctrl.h
@@ -622,6 +622,8 @@ public:
622 622
623 S32 selectMultiple( LLDynamicArray<LLUUID> ids ); 623 S32 selectMultiple( LLDynamicArray<LLUUID> ids );
624 void sortItems(); 624 void sortItems();
625 // sorts a list without affecting the permanent sort order (so further list insertions can be unsorted, for example)
626 void sortOnce(S32 column, BOOL ascending);
625 627
626 // manually call this whenever editing list items in place to flag need for resorting 628 // manually call this whenever editing list items in place to flag need for resorting
627 void setSorted(BOOL sorted) { mSorted = sorted; } 629 void setSorted(BOOL sorted) { mSorted = sorted; }