summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbulkythumbs.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2023-08-03 18:54:49 -0700
committerCallum Prentice <callum@lindenlab.com>2023-08-03 18:54:49 -0700
commit263e097ef7772ddbb69f575e20b31fd801dafc8e (patch)
tree753b62b2522fde645adec57fcf0255ee6570f1de /indra/newview/llfloaterbulkythumbs.h
parentc92d6e3f154ca11206a868a29afea0a0ffcc0327 (diff)
SL-20109: Big clean up. Now supports arbitrary mix of folders and entries for both items and textures. Better logging output
Diffstat (limited to 'indra/newview/llfloaterbulkythumbs.h')
-rw-r--r--indra/newview/llfloaterbulkythumbs.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/newview/llfloaterbulkythumbs.h b/indra/newview/llfloaterbulkythumbs.h
index f5390a3791..75657002b3 100644
--- a/indra/newview/llfloaterbulkythumbs.h
+++ b/indra/newview/llfloaterbulkythumbs.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
class LLTextEditor;
+class LLMediaCtrl;
class LLViewerInventoryItem;
class LLUUID;
@@ -48,13 +49,13 @@ class LLFloaterBulkyThumbs:
LLUICtrl* mPasteTexturesBtn;
void onPasteTextures();
- LLTextEditor* mInventoryItems;
+ LLTextEditor* mOutputLog;
- LLUICtrl* mProcessBulkyThumbsBtn;
- void onProcessBulkyThumbs();
+ LLUICtrl* mMergeItemsTexturesBtn;
+ void onMergeItemsTextures();
- LLUICtrl* mWriteBulkyThumbsBtn;
- void onWriteBulkyThumbs();
+ LLUICtrl* mWriteThumbnailsBtn;
+ void onWriteThumbnails();
void recordInventoryItemEntry(LLViewerInventoryItem* item);
void recordTextureItemEntry(LLViewerInventoryItem* item);