summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.h
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-05-15 22:19:20 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-05-15 22:19:20 +0300
commite2824864590ded669eac3c53efbfc60d04107ee4 (patch)
tree293f38b699f2e1f6a9de781304aba7b40ed879dd /indra/newview/llimfloater.h
parent0ed7966bd5471e4152ade9ac63e81406b4d0a679 (diff)
CHUI-105 WIP Hide an additional close button for undocked state of an IM floater
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r--indra/newview/llimfloater.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h
index 60b392952f..03f52fb316 100644
--- a/indra/newview/llimfloater.h
+++ b/indra/newview/llimfloater.h
@@ -93,6 +93,7 @@ public:
// called when docked floater's position has been set by chiclet
void setPositioned(bool b) { mPositioned = b; };
+
void onVisibilityChange(const LLSD& new_visibility);
// Implements LLVoiceClientStatusObserver::onChange() to enable the call
@@ -139,6 +140,8 @@ private:
/* virtual */ void onFocusLost();
/* virtual */ void onFocusReceived();
+ void onTearOffClicked(LLIMFloater *self);
+
// Update the window title, input field help text, etc.
void updateSessionName(const std::string& ui_title, const std::string& ui_label);