summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbulkythumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbulkythumbs.h')
-rw-r--r--indra/newview/llfloaterbulkythumbs.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/indra/newview/llfloaterbulkythumbs.h b/indra/newview/llfloaterbulkythumbs.h
index fbfc95f11b..f5390a3791 100644
--- a/indra/newview/llfloaterbulkythumbs.h
+++ b/indra/newview/llfloaterbulkythumbs.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
class LLTextEditor;
+class LLViewerInventoryItem;
class LLUUID;
class LLFloaterBulkyThumbs:
@@ -41,14 +42,27 @@ class LLFloaterBulkyThumbs:
BOOL postBuild() override;
~LLFloaterBulkyThumbs();
- LLUICtrl* mPasteFromInventoryBtn;
- void onPasteFromInventory();
+ LLUICtrl* mPasteItemsBtn;
+ void onPasteItems();
+
+ LLUICtrl* mPasteTexturesBtn;
+ void onPasteTextures();
LLTextEditor* mInventoryItems;
- void onCommitInventoryItems();
LLUICtrl* mProcessBulkyThumbsBtn;
void onProcessBulkyThumbs();
+
+ LLUICtrl* mWriteBulkyThumbsBtn;
+ void onWriteBulkyThumbs();
+
+ void recordInventoryItemEntry(LLViewerInventoryItem* item);
+ void recordTextureItemEntry(LLViewerInventoryItem* item);
+
+ std::map<std::string, LLUUID> mItemNamesIDs;
+ std::map<std::string, LLUUID> mTextureNamesIDs;
+
+ std::map<std::string, std::pair< LLUUID, LLUUID>> mNameItemIDTextureId;
};
#endif // LL_LLFLOATERBULKYTHUMBS_H