summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitslist.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2012-08-22 11:42:44 +0300
committermaxim_productengine <mnikolenko@productengine.com>2012-08-22 11:42:44 +0300
commitf93b94daa978e1bcf1897e0459fa8700f58d62d1 (patch)
tree98a5fa6e92b82f6b125c985fa92bb1bfa208a35d /indra/newview/lloutfitslist.h
parent4b44be799a578b946e440a4bc90aca0610734003 (diff)
MAINT-56 FIXED collapse_all_folders() and expand_all_folders() functions are added, which are called by menu items in gear menu.
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r--indra/newview/lloutfitslist.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h
index a0598737f1..2e3fb3f488 100644
--- a/indra/newview/lloutfitslist.h
+++ b/indra/newview/lloutfitslist.h
@@ -108,6 +108,16 @@ public:
*/
bool hasItemSelected();
+ /**
+ Collapses all outfit accordions.
+ */
+ void collapse_all_folders();
+ /**
+ Expands all outfit accordions.
+ */
+ void expand_all_folders();
+
+
private:
void onOutfitsRemovalConfirmation(const LLSD& notification, const LLSD& response);