diff options
author | Kitty Barnett <develop@catznip.com> | 2022-12-29 19:51:33 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2022-12-29 19:51:33 +0100 |
commit | 89456ec88df01565e2c9a424a0097a5a02e1838c (patch) | |
tree | f0fb612a4ed5c6d194eac3b9bbb8fbd3394a7e99 /indra/newview/llinventorymodel.h | |
parent | a6430f42f39dcb35d62704cc85c87141bc4a6455 (diff) |
Add a texture inspector and show it when hovering over an inventory textory (or folder containing - among others - exactly one texture) and when hovering over notecard embedded textures
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index e81652820f..0b0a568442 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -250,6 +250,7 @@ public: void getDirectDescendentsOf(const LLUUID& cat_id, cat_array_t*& categories, item_array_t*& items) const; + void getDirectDescendentsOf(const LLUUID& cat_id, cat_array_t& categories, item_array_t& items, LLInventoryCollectFunctor& f) const; // Compute a hash of direct descendant names (for detecting child name changes) LLMD5 hashDirectDescendentNames(const LLUUID& cat_id) const; |