diff options
author | McCabe Maxsted | 2009-10-07 22:31:02 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-07 22:31:15 -0700 |
commit | 4bd4150d06bfd3a47bdcd2b47d388a6453980e70 (patch) | |
tree | 85df8079d8211ecf72fbec0d6947fdbea0cbf749 /linden/indra/newview/llfloatermap.h | |
parent | Fixed changelog error (diff) | |
download | meta-impy-4bd4150d06bfd3a47bdcd2b47d388a6453980e70.zip meta-impy-4bd4150d06bfd3a47bdcd2b47d388a6453980e70.tar.gz meta-impy-4bd4150d06bfd3a47bdcd2b47d388a6453980e70.tar.bz2 meta-impy-4bd4150d06bfd3a47bdcd2b47d388a6453980e70.tar.xz |
Added typing info to mini-map radar
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r-- | linden/indra/newview/llfloatermap.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h index deb972b..6e44a1e 100644 --- a/linden/indra/newview/llfloatermap.h +++ b/linden/indra/newview/llfloatermap.h | |||
@@ -52,6 +52,9 @@ public: | |||
52 | // returns true if agent_id belongs to a developer listed in llfloatermap.cpp | 52 | // returns true if agent_id belongs to a developer listed in llfloatermap.cpp |
53 | static bool isImpDev(LLUUID agent_id); | 53 | static bool isImpDev(LLUUID agent_id); |
54 | 54 | ||
55 | bool getIsTyping(LLUUID agent_id); | ||
56 | void updateTypingList(LLUUID agent_id, bool remove); | ||
57 | |||
55 | BOOL postBuild(); | 58 | BOOL postBuild(); |
56 | 59 | ||
57 | /*virtual*/ void draw(); | 60 | /*virtual*/ void draw(); |
@@ -69,7 +72,8 @@ private: | |||
69 | LLNetMap* mPanelMap; | 72 | LLNetMap* mPanelMap; |
70 | LLScrollListCtrl* mRadarList; | 73 | LLScrollListCtrl* mRadarList; |
71 | LLUUID mSelectedAvatar; | 74 | LLUUID mSelectedAvatar; |
72 | std::set<LLUUID> mChatAvatars; | 75 | std::set<LLUUID> mChatAvatars; |
76 | std::set<LLUUID> mTypingAvatars; | ||
73 | bool mUpdate; | 77 | bool mUpdate; |
74 | 78 | ||
75 | static void onList(LLUICtrl* ctrl, void* user_data); | 79 | static void onList(LLUICtrl* ctrl, void* user_data); |