diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2022-06-27 13:40:17 -0700 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-06-27 13:45:16 -0700 |
commit | cc535ecccc3c415655a52cc597b33102e5ea21db (patch) | |
tree | ab2e53e2340ba656676125d7d1dfaa47b5807ac1 /indra/newview/llinventorybridge.h | |
parent | 590a63afa9868198271bc1cf5660040708d1cf10 (diff) |
Continuing progress on SL-17602 inventory support for Materials. now have working inventory bridge implementations
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 0b0ef273e1..6c1ddd716b 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -637,6 +637,17 @@ protected: }; +class LLMaterialBridge : public LLItemBridge +{ +public: + LLMaterialBridge(LLInventoryPanel* inventory, + LLFolderView* root, + const LLUUID& uuid) : + LLItemBridge(inventory, root, uuid) {} + virtual void openItem(); + virtual void buildContextMenu(LLMenuGL& menu, U32 flags); +}; + //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Class LLInvFVBridgeAction // |