summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-30 21:39:43 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-30 21:40:19 +0300
commitae3e3662159ca26db5b2efe36d91a9ccdfcec256 (patch)
treeb6b1198f8da894a5795b640854ce587648d6a4ef /indra/newview/llpanelmaininventory.h
parentc15ee792a7248cf141abb3ae6a26b33a5aca1ed7 (diff)
SL-19379 WIP update gear menu with Gallery items
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r--indra/newview/llpanelmaininventory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index d41b0a094a..bd51830ebb 100644
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -48,6 +48,7 @@ class LLMenuGL;
class LLSidepanelInventory;
class LLToggleableMenu;
class LLFloater;
+class LLFloaterSidePanelContainer;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Class LLPanelMainInventory
@@ -101,7 +102,7 @@ public:
void setFocusFilterEditor();
- static void newWindow();
+ static LLFloaterSidePanelContainer* newWindow();
static void newFolderWindow(LLUUID folder_id = LLUUID(), LLUUID item_to_select = LLUUID());
void toggleFindOptions();
@@ -109,6 +110,8 @@ public:
void resetFilters();
void resetAllItemsFilters();
+ void findLinks(const LLUUID& item_id, const std::string& item_name);
+
void onViewModeClick();
void toggleViewMode();
void onUpFolderClicked();