added start of local inventory and object import, broken atm
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user