diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-10 16:10:16 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-10 16:10:16 +0300 |
commit | fdde250d58403c00f3b74f7503b48f624bbdf408 (patch) | |
tree | 16a6e1e099de085b5a6baba2a843ee17690f32f5 /indra/newview/llinventorypanel.h | |
parent | 4e930a9f82ae6fa2937ca2ef2c2b74e16a3caa03 (diff) |
SL-9733 Added prefiltered inventory panel to prevent creation of unneeded views
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 90fd659522..b968b19d9a 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -319,7 +319,9 @@ protected: static LLUIColor sLibraryColor; static LLUIColor sLinkColor; - LLFolderViewItem* buildNewViews(const LLUUID& id); + virtual LLFolderViewItem* buildNewViews(const LLUUID& id); + LLFolderViewItem* buildNewViews(const LLUUID& id, LLInventoryObject const* objectp); + virtual void itemChanged(const LLUUID& item_id, U32 mask, const LLInventoryObject* model_item); BOOL getIsHiddenFolderType(LLFolderType::EType folder_type) const; virtual LLFolderView * createFolderRoot(LLUUID root_id ); |