summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateropenobject.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-01 16:16:11 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-01 16:16:11 -0500
commit38a258d04a98939e12bb2cfce6caea288a7fc3a5 (patch)
treef221aca4c34189bb1cced52a2edb86cc67314138 /indra/newview/llfloateropenobject.h
parent1135ba80ec569e20187c36a5364debf9eae8aab7 (diff)
parentfa9097b65f9d89fd0c8bf7b32924f0327a617cdc (diff)
merge
Diffstat (limited to 'indra/newview/llfloateropenobject.h')
-rwxr-xr-xindra/newview/llfloateropenobject.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llfloateropenobject.h b/indra/newview/llfloateropenobject.h
index 8e472804a4..2e761f99bf 100755
--- a/indra/newview/llfloateropenobject.h
+++ b/indra/newview/llfloateropenobject.h
@@ -50,6 +50,7 @@ public:
LLUUID mCatID;
bool mWear;
bool mFolderResponded;
+ bool mReplace;
};
protected:
@@ -59,11 +60,13 @@ protected:
void draw();
virtual void onOpen(const LLSD& key);
- void moveToInventory(bool wear);
+ void moveToInventory(bool wear, bool replace = false);
void onClickMoveToInventory();
void onClickMoveAndWear();
- static void callbackCreateInventoryCategory(const LLUUID& category_id, LLUUID object_id, bool wear);
+ void onClickReplace();
+ void onClickCancel();
+ static void callbackCreateInventoryCategory(const LLUUID& category_id, LLUUID object_id, bool wear, bool replace = false);
static void callbackMoveInventory(S32 result, void* data);
private: