diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-29 22:07:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-01 03:20:29 +0300 |
commit | 1e7dc04644367dd7eb1469b36848aac265eb7050 (patch) | |
tree | 4df97fcbb458caa4b553abb7a91516bc5bd080c7 /indra/llui/llfolderviewmodel.h | |
parent | 2add3b49537fb041b880752dc5302ac6b317e601 (diff) |
viewer#1300 'Star' favorites in inventory #4
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
-rw-r--r-- | indra/llui/llfolderviewmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h index 152801ec69..b7afdb6aec 100644 --- a/indra/llui/llfolderviewmodel.h +++ b/indra/llui/llfolderviewmodel.h @@ -185,6 +185,9 @@ public: virtual void pasteFromClipboard() = 0; virtual void pasteLinkFromClipboard() = 0; + virtual bool isAgentInventory() const = 0; + virtual bool isAgentInventoryRoot() const = 0; + virtual void buildContextMenu(LLMenuGL& menu, U32 flags) = 0; virtual bool potentiallyVisible() = 0; // is the item definitely visible or we haven't made up our minds yet? |