diff options
author | McCabe Maxsted | 2009-10-13 11:29:22 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-13 11:29:22 -0700 |
commit | e45389e64a42f9176b6dce5f78b23c8423975792 (patch) | |
tree | 226dce8542f714fa7e96f9d25c6229fee697c975 /linden/indra/newview/llfloatermap.h | |
parent | Added history button for group chat as well (diff) | |
download | meta-impy-e45389e64a42f9176b6dce5f78b23c8423975792.zip meta-impy-e45389e64a42f9176b6dce5f78b23c8423975792.tar.gz meta-impy-e45389e64a42f9176b6dce5f78b23c8423975792.tar.bz2 meta-impy-e45389e64a42f9176b6dce5f78b23c8423975792.tar.xz |
Parcel highlighting when selecting a name in radar is less buggy
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatermap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h index af4d1cc..aedbcb8 100644 --- a/linden/indra/newview/llfloatermap.h +++ b/linden/indra/newview/llfloatermap.h | |||
@@ -52,7 +52,7 @@ 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); | 55 | bool isTyping(LLUUID agent_id); |
56 | void updateTypingList(LLUUID agent_id, bool remove); | 56 | void updateTypingList(LLUUID agent_id, bool remove); |
57 | 57 | ||
58 | BOOL postBuild(); | 58 | BOOL postBuild(); |
@@ -85,12 +85,12 @@ private: | |||
85 | static void onList(LLUICtrl* ctrl, void* user_data); | 85 | static void onList(LLUICtrl* ctrl, void* user_data); |
86 | static void onRangeChange(LLFocusableElement* focus, void* user_data); | 86 | static void onRangeChange(LLFocusableElement* focus, void* user_data); |
87 | BOOL visibleItemsSelected() const; | 87 | BOOL visibleItemsSelected() const; |
88 | BOOL getKickable(const LLUUID &agent_id); | 88 | BOOL isKickable(const LLUUID &agent_id); |
89 | void toggleButtons(); | 89 | void toggleButtons(); |
90 | void populateRadar(); | 90 | void populateRadar(); |
91 | 91 | ||
92 | void updateChatList(std::vector<LLUUID> agent_ids); | 92 | void updateChatList(std::vector<LLUUID> agent_ids); |
93 | bool getInChatList(LLUUID agent_id); | 93 | bool isInChatList(LLUUID agent_id); |
94 | void addToChatList(LLUUID agent_id, std::string distance); | 94 | void addToChatList(LLUUID agent_id, std::string distance); |
95 | void removeFromChatList(LLUUID agent_id); | 95 | void removeFromChatList(LLUUID agent_id); |
96 | 96 | ||