summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.h
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2012-05-10 20:40:15 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2012-05-10 20:40:15 +0300
commit7eaeb88bc37a747ff82fd37df84592f54c88cdbf (patch)
treeed11d8be3765f595c52c671b84cafdad623434ff /indra/newview/llimfloater.h
parentdfe6ce4be9b2b61a689e6cce41a9da91bd9a8b73 (diff)
CHUI-105 WIP Added expand/collapse behavior for Conversations floater messages pane.
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r--indra/newview/llimfloater.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h
index ff4eaed0b9..4f161449f7 100644
--- a/indra/newview/llimfloater.h
+++ b/indra/newview/llimfloater.h
@@ -33,6 +33,7 @@
#include "lltransientdockablefloater.h"
class LLAvatarName;
+class LLButton;
class LLLineEditor;
class LLPanelChatControlPanel;
class LLChatHistory;
@@ -59,6 +60,7 @@ public:
/*virtual*/ void draw();
// LLFloater overrides
+ /*virtual*/ void onOpen(const LLSD& key);
/*virtual*/ void onClose(bool app_quitting);
/*virtual*/ void setDocked(bool docked, bool pop_on_undock = true);
@@ -182,6 +184,9 @@ private:
bool mSessionInitialized;
LLSD mQueuedMsgsForInit;
+
+ LLButton* mExpandCollapseBtn;
+ LLButton* mTearOffBtn;
};