diff options
author | McCabe Maxsted | 2009-08-12 11:48:21 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-08-12 11:48:21 -0700 |
commit | d5dc47ac672165a19fff6e57c866eca6439ea7e0 (patch) | |
tree | ab997a353090706d59e36466403ad8f13c92489c /linden/indra/newview/llfloatermap.h | |
parent | Moved radar back into llfloatermap.cpp, it works (diff) | |
download | meta-impy-d5dc47ac672165a19fff6e57c866eca6439ea7e0.zip meta-impy-d5dc47ac672165a19fff6e57c866eca6439ea7e0.tar.gz meta-impy-d5dc47ac672165a19fff6e57c866eca6439ea7e0.tar.bz2 meta-impy-d5dc47ac672165a19fff6e57c866eca6439ea7e0.tar.xz |
Fixed radar list scrolling issue, still missing toggle
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r-- | linden/indra/newview/llfloatermap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h index e099b4e..bcf6f0e 100644 --- a/linden/indra/newview/llfloatermap.h +++ b/linden/indra/newview/llfloatermap.h | |||
@@ -62,7 +62,12 @@ private: | |||
62 | LLNetMap* mPanelMap; | 62 | LLNetMap* mPanelMap; |
63 | LLScrollListCtrl* mRadarList; | 63 | LLScrollListCtrl* mRadarList; |
64 | LLUUID mSelectedAvatar; | 64 | LLUUID mSelectedAvatar; |
65 | std::vector<LLUUID> mAvatarIDs; | ||
66 | std::vector<LLVector3d> mPositions; | ||
65 | static LLFloaterMap* sInstance; | 67 | static LLFloaterMap* sInstance; |
68 | |||
69 | void addToList(const LLUUID& agent_id, const LLVector3d& agent_pos, const LLVector3d& current_pos); | ||
70 | void removeFromList(const LLUUID& agent_id); | ||
66 | 71 | ||
67 | static void onList(class LLUICtrl* ctrl, void* user_data); | 72 | static void onList(class LLUICtrl* ctrl, void* user_data); |
68 | BOOL visibleItemsSelected() const; | 73 | BOOL visibleItemsSelected() const; |