lltoastimpanel.cpp
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:7k
源码类别:

游戏引擎

开发平台:

C++ Builder

  1. /**
  2.  * @file lltoastimpanel.cpp
  3.  * @brief Panel for IM toasts.
  4.  *
  5.  * $LicenseInfo:firstyear=2001&license=viewergpl$
  6.  * 
  7.  * Copyright (c) 2001-2010, Linden Research, Inc.
  8.  * 
  9.  * Second Life Viewer Source Code
  10.  * The source code in this file ("Source Code") is provided by Linden Lab
  11.  * to you under the terms of the GNU General Public License, version 2.0
  12.  * ("GPL"), unless you have obtained a separate licensing agreement
  13.  * ("Other License"), formally executed by you and Linden Lab.  Terms of
  14.  * the GPL can be found in doc/GPL-license.txt in this distribution, or
  15.  * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2
  16.  * 
  17.  * There are special exceptions to the terms and conditions of the GPL as
  18.  * it is applied to this Source Code. View the full text of the exception
  19.  * in the file doc/FLOSS-exception.txt in this software distribution, or
  20.  * online at
  21.  * http://secondlifegrid.net/programs/open_source/licensing/flossexception
  22.  * 
  23.  * By copying, modifying or distributing this software, you acknowledge
  24.  * that you have read and understood your obligations described above,
  25.  * and agree to abide by those obligations.
  26.  * 
  27.  * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
  28.  * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
  29.  * COMPLETENESS OR PERFORMANCE.
  30.  * $/LicenseInfo$
  31.  */
  32. #include "llviewerprecompiledheaders.h"
  33. #include "lltoastimpanel.h"
  34. #include "llagent.h"
  35. #include "llfloaterreg.h"
  36. #include "llgroupactions.h"
  37. #include "llgroupiconctrl.h"
  38. #include "llimview.h"
  39. #include "llnotifications.h"
  40. #include "llinstantmessage.h"
  41. #include "lltooltip.h"
  42. #include "llviewerchat.h"
  43. const S32 LLToastIMPanel::DEFAULT_MESSAGE_MAX_LINE_COUNT = 6;
  44. //--------------------------------------------------------------------------
  45. LLToastIMPanel::LLToastIMPanel(LLToastIMPanel::Params &p) : LLToastPanel(p.notification),
  46. mAvatarIcon(NULL), mAvatarName(NULL),
  47. mTime(NULL), mMessage(NULL), mGroupIcon(NULL)
  48. {
  49. LLUICtrlFactory::getInstance()->buildPanel(this, "panel_instant_message.xml");
  50. mGroupIcon = getChild<LLGroupIconCtrl>("group_icon");
  51. mAvatarIcon = getChild<LLAvatarIconCtrl>("avatar_icon");
  52. mAdhocIcon = getChild<LLAvatarIconCtrl>("adhoc_icon");
  53. mAvatarName = getChild<LLTextBox>("user_name");
  54. mTime = getChild<LLTextBox>("time_box");
  55. mMessage = getChild<LLTextBox>("message");
  56. LLStyle::Params style_params;
  57. LLFontGL* fontp = LLViewerChat::getChatFont();
  58. std::string font_name = LLFontGL::nameFromFont(fontp);
  59. std::string font_size = LLFontGL::sizeFromFont(fontp);
  60. style_params.font.name(font_name);
  61. style_params.font.size(font_size);
  62. //Handle IRC styled /me messages.
  63. std::string prefix = p.message.substr(0, 4);
  64. if (prefix == "/me " || prefix == "/me'")
  65. {
  66. //style_params.font.style = "UNDERLINE";
  67. mMessage->clear();
  68. style_params.font.style ="ITALIC";
  69. mMessage->appendText(p.from, FALSE, style_params);
  70. style_params.font.style = "ITALIC";
  71. mMessage->appendText(p.message.substr(3), FALSE, style_params);
  72. }
  73. else
  74. {
  75. style_params.font.style =  "NORMAL";
  76. mMessage->setText(p.message, style_params);
  77. }
  78. mAvatarName->setValue(p.from);
  79. mTime->setValue(p.time);
  80. mSessionID = p.session_id;
  81. mAvatarID = p.avatar_id;
  82. mNotification = p.notification;
  83. initIcon();
  84. S32 maxLinesCount;
  85. std::istringstream ss( getString("message_max_lines_count") );
  86. if (!(ss >> maxLinesCount))
  87. {
  88. maxLinesCount = DEFAULT_MESSAGE_MAX_LINE_COUNT;
  89. }
  90. snapToMessageHeight(mMessage, maxLinesCount);
  91. }
  92. //--------------------------------------------------------------------------
  93. LLToastIMPanel::~LLToastIMPanel()
  94. {
  95. }
  96. //virtual
  97. BOOL LLToastIMPanel::handleMouseDown(S32 x, S32 y, MASK mask)
  98. {
  99. if (LLPanel::handleMouseDown(x,y,mask) == FALSE)
  100. {
  101. mNotification->respond(mNotification->getResponseTemplate());
  102. }
  103. return TRUE;
  104. }
  105. //virtual
  106. BOOL LLToastIMPanel::handleToolTip(S32 x, S32 y, MASK mask)
  107. {
  108. // It's not our direct child, so parentPointInView() doesn't work.
  109. LLRect ctrl_rect;
  110. mAvatarName->localRectToOtherView(mAvatarName->getLocalRect(), &ctrl_rect, this);
  111. if (ctrl_rect.pointInRect(x, y))
  112. {
  113. spawnNameToolTip();
  114. return TRUE;
  115. }
  116. mGroupIcon->localRectToOtherView(mGroupIcon->getLocalRect(), &ctrl_rect, this);
  117. if(mGroupIcon->getVisible() && ctrl_rect.pointInRect(x, y))
  118. {
  119. spawnGroupIconToolTip();
  120. return TRUE;
  121. }
  122. return LLToastPanel::handleToolTip(x, y, mask);
  123. }
  124. void LLToastIMPanel::spawnNameToolTip()
  125. {
  126. // Spawn at right side of the name textbox.
  127. LLRect sticky_rect = mAvatarName->calcScreenRect();
  128. S32 icon_x = llmin(sticky_rect.mLeft + mAvatarName->getTextPixelWidth() + 3, sticky_rect.mRight - 16);
  129. LLCoordGL pos(icon_x, sticky_rect.mTop);
  130. LLToolTip::Params params;
  131. params.background_visible(false);
  132. params.click_callback(boost::bind(&LLFloaterReg::showInstance, "inspect_avatar", LLSD().with("avatar_id", mAvatarID), FALSE));
  133. params.delay_time(0.0f); // spawn instantly on hover
  134. params.image(LLUI::getUIImage("Info_Small"));
  135. params.message("");
  136. params.padding(0);
  137. params.pos(pos);
  138. params.sticky_rect(sticky_rect);
  139. LLToolTipMgr::getInstance()->show(params);
  140. }
  141. void LLToastIMPanel::spawnGroupIconToolTip()
  142. {
  143. // Spawn at right bottom side of group icon.
  144. LLRect sticky_rect = mGroupIcon->calcScreenRect();
  145. LLCoordGL pos(sticky_rect.mRight, sticky_rect.mBottom);
  146. LLGroupData g_data;
  147. if(!gAgent.getGroupData(mSessionID, g_data))
  148. {
  149. llwarns << "Error getting group data" << llendl;
  150. }
  151. LLInspector::Params params;
  152. params.fillFrom(LLUICtrlFactory::instance().getDefaultParams<LLInspector>());
  153. params.click_callback(boost::bind(&LLFloaterReg::showInstance, "inspect_group", LLSD().with("group_id", mSessionID), FALSE));
  154. params.delay_time(0.100f);
  155. params.image(LLUI::getUIImage("Info_Small"));
  156. params.message(g_data.mName);
  157. params.padding(3);
  158. params.pos(pos);
  159. params.max_width(300);
  160. LLToolTipMgr::getInstance()->show(params);
  161. }
  162. void LLToastIMPanel::initIcon()
  163. {
  164. mAvatarIcon->setVisible(FALSE);
  165. mGroupIcon->setVisible(FALSE);
  166. mAdhocIcon->setVisible(FALSE);
  167. if(mAvatarName->getValue().asString() == SYSTEM_FROM)
  168. {
  169. // "sys_msg_icon" was disabled by Erica in the changeset: 5109 (85181bc92cbe)
  170. // and "dummy widget" warnings appeared in log.
  171. // It does not make sense to have such image with empty name. Removed for EXT-5057.
  172. }
  173. else
  174. {
  175. LLIMModel::LLIMSession* im_session = LLIMModel::getInstance()->findIMSession(mSessionID);
  176. if(!im_session)
  177. {
  178. llwarns << "Invalid IM session" << llendl;
  179. return;
  180. }
  181. switch(im_session->mSessionType)
  182. {
  183. case LLIMModel::LLIMSession::P2P_SESSION:
  184. mAvatarIcon->setVisible(TRUE);
  185. mAvatarIcon->setValue(mAvatarID);
  186. break;
  187. case LLIMModel::LLIMSession::GROUP_SESSION:
  188. mGroupIcon->setVisible(TRUE);
  189. mGroupIcon->setValue(mSessionID);
  190. break;
  191. case LLIMModel::LLIMSession::ADHOC_SESSION:
  192. mAdhocIcon->setVisible(TRUE);
  193. mAdhocIcon->setValue(im_session->mOtherParticipantID);
  194. mAdhocIcon->setToolTip(im_session->mName);
  195. break;
  196. default:
  197. llwarns << "Unknown IM session type" << llendl;
  198. break;
  199. }
  200. }
  201. }
  202. // EOF