diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-22 16:34:27 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-22 16:34:27 +0300 |
commit | 2583a4d6ea60aeefa1d21f578d6fbf1f2f68c72a (patch) | |
tree | dad6042b2fe1cb41609f78ec927c45e6aadf5b0d /indra/newview/lloutfitslist.h | |
parent | 887b2858d4d180d3679f1eb39fd37be5a551615e (diff) |
EXT-4295 FIXED Added gear and context menus for Wearing tab.
- Moved My Outfits gear menu from llpaneloutfitsinventory.cpp to lloutfitslist.cpp
Revieved by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/604/.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r-- | indra/newview/lloutfitslist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h index 14a1aab415..d207624792 100644 --- a/indra/newview/lloutfitslist.h +++ b/indra/newview/lloutfitslist.h @@ -41,6 +41,7 @@ class LLAccordionCtrlTab; class LLInventoryCategoriesObserver; +class LLOutfitListGearMenu; class LLWearableItemsList; class LLListContextMenu; @@ -98,6 +99,8 @@ public: /*virtual*/ bool isActionEnabled(const LLSD& userdata); + /*virtual*/ void showGearMenu(LLView* spawning_view); + const LLUUID& getSelectedOutfitUUID() const { return mSelectedOutfitUUID; } boost::signals2::connection setSelectionChangeCallback(selection_change_callback_t cb); @@ -196,6 +199,7 @@ private: typedef outfits_map_t::value_type outfits_map_value_t; outfits_map_t mOutfitsMap; + LLOutfitListGearMenu* mGearMenu; LLListContextMenu* mOutfitMenu; bool mIsInitialized; |