diff options
| author | Brad Linden <brad@lindenlab.com> | 2024-05-23 11:31:19 -0700 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2024-05-23 11:31:19 -0700 |
| commit | a1f49564d670a2c41bfa25c833bba2564b9b7f48 (patch) | |
| tree | 1d205e51bc37621916a17d459ad83782fe41f975 /indra/newview/llconversationloglistitem.h | |
| parent | 6af5db09faf5ea33a2d4c47b64e76f42edae178a (diff) | |
| parent | 6377610f6587989c126b00f490dfc8d527a1c2ce (diff) | |
Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-maint-a-to-dev
Diffstat (limited to 'indra/newview/llconversationloglistitem.h')
| -rw-r--r-- | indra/newview/llconversationloglistitem.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/indra/newview/llconversationloglistitem.h b/indra/newview/llconversationloglistitem.h index 55c3377302..31436c5c24 100644 --- a/indra/newview/llconversationloglistitem.h +++ b/indra/newview/llconversationloglistitem.h @@ -36,51 +36,51 @@ class LLConversation; * This class is a visual representation of LLConversation, each of which is LLConversationLog entry. * LLConversationLogList consists of these LLConversationLogListItems. * LLConversationLogListItem consists of: - * conversaion_type_icon - * conversaion_name - * conversaion_date + * conversaion_type_icon + * conversaion_name + * conversaion_date * Also LLConversationLogListItem holds pointer to its LLConversationLog. */ class LLConversationLogListItem : public LLPanel { public: - LLConversationLogListItem(const LLConversation* conversation); - virtual ~LLConversationLogListItem(); + LLConversationLogListItem(const LLConversation* conversation); + virtual ~LLConversationLogListItem(); - void onMouseEnter(S32 x, S32 y, MASK mask); - void onMouseLeave(S32 x, S32 y, MASK mask); + void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseLeave(S32 x, S32 y, MASK mask); - virtual void setValue(const LLSD& value); + virtual void setValue(const LLSD& value); - virtual bool postBuild(); + virtual bool postBuild(); - void onIMFloaterShown(const LLUUID& session_id); - void onRemoveBtnClicked(); + void onIMFloaterShown(const LLUUID& session_id); + void onRemoveBtnClicked(); - const LLConversation* getConversation() const { return mConversation; } + const LLConversation* getConversation() const { return mConversation; } - void highlightNameDate(const std::string& highlited_text); + void highlightNameDate(const std::string& highlited_text); - void onDoubleClick(); + void onDoubleClick(); - /** - * updates string value of last interaction time from conversation - */ - void updateTimestamp(); - void updateName(); - void updateOfflineIMs(); + /** + * updates string value of last interaction time from conversation + */ + void updateTimestamp(); + void updateName(); + void updateOfflineIMs(); private: - void initIcons(); + void initIcons(); - const LLConversation* mConversation; + const LLConversation* mConversation; - LLTextBox* mConversationName; - LLTextBox* mConversationDate; + LLTextBox* mConversationName; + LLTextBox* mConversationDate; - boost::signals2::connection mIMFloaterShowedConnection; + boost::signals2::connection mIMFloaterShowedConnection; }; #endif /* LLCONVERSATIONLOGITEM_H_ */ |
