diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-05-19 13:53:25 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-05-19 13:53:25 -0700 |
commit | 7f2e4c621ca297af47c67f31ccdf3bddbaae57b7 (patch) | |
tree | ed00134d5718d0c734809e2da9266361ced06250 /indra/newview/llimfloater.h | |
parent | da1a39c935d8ef660c35d01bf9d7c53af3adf7ae (diff) | |
parent | 31220ceffbacdf0f14929b735b0c9e250e1225ca (diff) |
Merge
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index d63246a5cd..75ff0372ee 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -38,6 +38,7 @@ #include "lltooldraganddrop.h" #include "lltransientdockablefloater.h" +class LLAvatarName; class LLLineEditor; class LLPanelChatControlPanel; class LLChatHistory; @@ -130,6 +131,12 @@ private: /* virtual */ void onFocusLost(); /* virtual */ void onFocusReceived(); + // Update the window title, input field help text, etc. + void updateSessionName(const std::string& ui_title, const std::string& ui_label); + + // For display name lookups for IM window titles + void onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); + BOOL dropCallingCard(LLInventoryItem* item, BOOL drop); BOOL dropCategory(LLInventoryCategory* category, BOOL drop); |