added start of local inventory and object import, broken atm

This commit is contained in:
Hazim Gazov
2010-04-21 12:50:01 -03:00
parent 3fd0b1ed66
commit 36e7c3e4d9
7 changed files with 2011 additions and 69 deletions

View File

@@ -79,6 +79,9 @@ public:
BOOL allow_multi_select,
LLView *parent_view = NULL);
~LLInventoryPanel();
// <edit>
static std::list<LLInventoryPanel*> sInstances;
// </edit>
LLInventoryModel* getModel() { return mInventory; }
@@ -138,6 +141,9 @@ protected:
// Given the id and the parent, build all of the folder views.
void rebuildViewsFor(const LLUUID& id, U32 mask);
void buildNewViews(const LLUUID& id);
// <edit>
void buildNewViews(const LLInventoryObject* objectp);
// </edit>
public:
// TomY TODO: Move this elsewhere?