summaryrefslogtreecommitdiff
path: root/indra/newview/llwearableitemslist.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-05-12 13:47:14 +0300
committerIgor Borovkov <iborovkov@productengine.com>2010-05-12 13:47:14 +0300
commit36e84baea4510369e1f947c46368d93995a1f9fb (patch)
treeb6bd58c85b7ddf2765e136fd9a46d5b8a6249a7a /indra/newview/llwearableitemslist.h
parent9ab4d2ca8be2edcafa6cdfc3bd774ebaed444dc8 (diff)
EXT-7204 FIXED added updating verbs and status (panel edit outfit) on base oufit changes
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llwearableitemslist.h')
-rw-r--r--indra/newview/llwearableitemslist.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h
index 29532a15c1..40773ed4dd 100644
--- a/indra/newview/llwearableitemslist.h
+++ b/indra/newview/llwearableitemslist.h
@@ -124,6 +124,29 @@ protected:
/*virtual*/ void init();
};
+
+class LLPanelDeletableWearableListItem : public LLPanelWearableListItem
+{
+ LOG_CLASS(LLPanelDeletableWearableListItem);
+public:
+
+ static LLPanelDeletableWearableListItem* create(LLViewerInventoryItem* item);
+
+ virtual ~LLPanelDeletableWearableListItem();
+
+ /*virtual*/ BOOL postBuild();
+
+ /**
+ * Make button visible during mouse over event.
+ */
+ inline void setShowDeleteButton(bool show) { setShowWidget("btn_delete", show); }
+
+protected:
+ LLPanelDeletableWearableListItem(LLViewerInventoryItem* item);
+
+ /*virtual*/ void init();
+};
+
/**
* @class LLPanelDummyClothingListItem
*