summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmarketplaceoutbox.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-07-29 17:01:24 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-07-29 17:01:24 -0700
commited02d0c1fccbfd25ed54f6be5b051736834d2e27 (patch)
tree94090f29d253a7aa9a5ceed6d850e7e6df1b4e40 /indra/newview/llpanelmarketplaceoutbox.h
parent0b9327df241e1a5a4693c690810ce8c330e196ad (diff)
EXP-843 Enable drag and drop to and from the outbox, with conditional warnings based on permissions
EXP-1034 Add confirmation dialog for moving no-copy items to outbox
Diffstat (limited to 'indra/newview/llpanelmarketplaceoutbox.h')
-rw-r--r--indra/newview/llpanelmarketplaceoutbox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpanelmarketplaceoutbox.h b/indra/newview/llpanelmarketplaceoutbox.h
index 1b502127ef..d5671edad6 100644
--- a/indra/newview/llpanelmarketplaceoutbox.h
+++ b/indra/newview/llpanelmarketplaceoutbox.h
@@ -61,6 +61,12 @@ public:
void onSyncComplete();
+ /*virtual*/ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
+ EDragAndDropType cargo_type,
+ void* cargo_data,
+ EAcceptance* accept,
+ std::string& tooltip_msg);
+
protected:
void onSyncButtonClicked();
void updateSyncButtonStatus();