diff options
author | Maxim Nikolenko <mnikolenko@productengine.com> | 2023-02-01 18:44:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 18:44:26 +0200 |
commit | ac3f1b54ec6484442ea302570c14707e8bb263d2 (patch) | |
tree | ae46c48ed635de82f7a5bcbf20547fe29322b543 /indra/newview/llpanelmaininventory.h | |
parent | 999c8cd3b92cdc64549167a261c8c629edc03c55 (diff) |
SL-19104 Clean up inventory UI to prepare for thumbnails (#66)
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 257bce930c..1f07d381ba 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -158,22 +158,21 @@ protected: void updateListCommands(); void onAddButtonClick(); void showActionMenu(LLMenuGL* menu, std::string spawning_view_name); - void onTrashButtonClick(); void onClipboardAction(const LLSD& userdata); BOOL isActionEnabled(const LLSD& command_name); BOOL isActionChecked(const LLSD& userdata); void onCustomAction(const LLSD& command_name); - bool handleDragAndDropToTrash(BOOL drop, EDragAndDropType cargo_type, EAcceptance* accept); static bool hasSettingsInventory(); /** * Set upload cost in "Upload" sub menu. */ void setUploadCostIfNeeded(); private: - LLDragAndDropButton* mTrashButton; LLToggleableMenu* mMenuGearDefault; + LLToggleableMenu* mMenuViewDefault; LLToggleableMenu* mMenuVisibility; LLMenuButton* mGearMenuButton; + LLMenuButton* mViewMenuButton; LLMenuButton* mVisibilityMenuButton; LLHandle<LLView> mMenuAddHandle; |