diff options
author | Richard Linden <none@none> | 2011-11-10 10:58:11 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-11-10 10:58:11 -0800 |
commit | b2fffa74f7fbafba927b731f38681379dfa7c980 (patch) | |
tree | 00a3dc5d6db3b3cb479a2e3634f599fbcceb14b8 /indra/newview/llsidepanelinventory.h | |
parent | 5fa125ea0b733b3729208d90777d260db5e331e8 (diff) | |
parent | 55d282941454199608b15123f0420a1e8c8d0807 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r-- | indra/newview/llsidepanelinventory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h index 4e34926a4b..2c6f807013 100644 --- a/indra/newview/llsidepanelinventory.h +++ b/indra/newview/llsidepanelinventory.h @@ -58,6 +58,9 @@ public: /*virtual*/ void onOpen(const LLSD& key); LLInventoryPanel* getActivePanel(); // Returns an active inventory panel, if any. + LLInventoryPanel* getInboxPanel() const { return mInventoryPanelInbox; } + LLInventoryPanel* getOutboxPanel() const { return mInventoryPanelOutbox; } + LLPanelMainInventory* getMainInventoryPanel() const { return mPanelMainInventory; } BOOL isMainInventoryPanelActive() const; @@ -77,6 +80,9 @@ public: void enableInbox(bool enabled); void enableOutbox(bool enabled); + void openInbox(); + void openOutbox(); + bool isInboxEnabled() const { return mInboxEnabled; } bool isOutboxEnabled() const { return mOutboxEnabled; } |