summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelappearancetab.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-10 17:47:49 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-10 17:47:49 +0100
commit1f46b1d87bf4664e62131e7823ab5a7fcafe4b73 (patch)
tree513378ca0da3ef0c2bda6cc12206e866a275a4ca /indra/newview/llpanelappearancetab.h
parent02fac563570bc504106b70f18f7969aa00c79f89 (diff)
parent36f3535f70f431d9da76aba556adc82c0781d0af (diff)
merge storm-93
Diffstat (limited to 'indra/newview/llpanelappearancetab.h')
-rw-r--r--indra/newview/llpanelappearancetab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llpanelappearancetab.h b/indra/newview/llpanelappearancetab.h
index fa929aac0a..81366c5db4 100644
--- a/indra/newview/llpanelappearancetab.h
+++ b/indra/newview/llpanelappearancetab.h
@@ -41,9 +41,17 @@ public:
virtual void showGearMenu(LLView* spawning_view) = 0;
+ virtual void getSelectedItemsUUIDs(uuid_vec_t& selected_uuids) const {}
+
static const std::string& getFilterSubString() { return sFilterSubString; }
protected:
+
+ /**
+ * Returns true if there are any items that can be taken off among currently selected, otherwise false.
+ */
+ bool canTakeOffSelected();
+
static std::string sFilterSubString;
};