diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-17 11:07:11 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-17 11:07:11 -0800 |
commit | dc0573be6cff912a20a2eab2ebd6ce61dc687ba6 (patch) | |
tree | d6a8012cd845931d994d587cd3f34e1b988175fb /indra/newview/llfolderviewitem.h | |
parent | 1f9529c0c2b02c4ceee912f8ecb35181174cc7cc (diff) | |
parent | 577479a3e53ef152da191e3a004aeb34f0815658 (diff) |
Merge with viewer-dd, attempt #1
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 29c5b2246d..2fc79f5765 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -122,6 +122,8 @@ public: // Mostly for debugging printout purposes. const std::string& getSearchableLabel() { return mSearchableLabel; } + + BOOL isLoading() const { return mIsLoading; } private: BOOL mIsSelected; @@ -534,6 +536,11 @@ public: void* cargo_data, EAcceptance* accept, std::string& tooltip_msg); + BOOL handleDragAndDropToThisFolder(MASK mask, BOOL drop, + EDragAndDropType cargo_type, + void* cargo_data, + EAcceptance* accept, + std::string& tooltip_msg); virtual void draw(); time_t getCreationDate() const; |