summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitslist.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-14 10:22:24 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-14 10:22:24 +0100
commita5f365c331149b03366be421aa1597dfbcb1bb33 (patch)
treed792c599804e87f892cfcca12e8260e68be3855a /indra/newview/lloutfitslist.h
parent3ce4cecd681f3f95c7b1fe04db75c384d0b0854e (diff)
parent07678ad2db9ffca1cacdab4f28c63e01e8e6f514 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r--indra/newview/lloutfitslist.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h
index d86cf5a703..bcb393b12a 100644
--- a/indra/newview/lloutfitslist.h
+++ b/indra/newview/lloutfitslist.h
@@ -94,6 +94,17 @@ private:
*/
void changeOutfitSelection(LLWearableItemsList* list, const LLUUID& category_id);
+ /**
+ * Called upon list refresh event to update tab visibility depending on
+ * the results of applying filter to the title and list items of the tab.
+ */
+ void onWearableItemsListRefresh(LLUICtrl* ctrl);
+
+ /**
+ * Highlights filtered items and hides tabs which haven't passed filter.
+ */
+ void applyFilter(const std::string& new_filter_substring);
+
LLInventoryCategoriesObserver* mCategoriesObserver;
LLAccordionCtrl* mAccordion;