summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-07-21 00:47:14 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-07-21 00:48:29 +0300
commit0941fcd5a48e9d4d95fb88750db3b964aa983486 (patch)
tree993ee26823fa7082de4814106d9353135729788d /indra/newview/llinventorygallery.h
parent4fb9a3f469c2cb0197d686acb68827f0fa32b451 (diff)
SL-20047 Indicate when gallery items are being cut
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r--indra/newview/llinventorygallery.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h
index 42bda59c5a..f2e5e38940 100644
--- a/indra/newview/llinventorygallery.h
+++ b/indra/newview/llinventorygallery.h
@@ -335,6 +335,8 @@ public:
void updateNameText();
private:
+ bool isFadeItem();
+
LLUUID mUUID;
LLTextBox* mNameText;
LLPanel* mTextBgPanel;
@@ -344,6 +346,8 @@ private:
bool mHidden;
bool mIsFolder;
bool mIsLink;
+ S32 mCutGeneration;
+ bool mSelectedForCut;
std::string mAssetIDStr;
std::string mDesc;