diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llfloaterworldmap.h | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2 meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz |
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llfloaterworldmap.h')
-rw-r--r-- | linden/indra/newview/llfloaterworldmap.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterworldmap.h b/linden/indra/newview/llfloaterworldmap.h index b0e72f2..2153921 100644 --- a/linden/indra/newview/llfloaterworldmap.h +++ b/linden/indra/newview/llfloaterworldmap.h | |||
@@ -68,6 +68,8 @@ public: | |||
68 | static void toggle(void*); | 68 | static void toggle(void*); |
69 | static void hide(void*); | 69 | static void hide(void*); |
70 | 70 | ||
71 | static void addServer(const std::string& server); | ||
72 | |||
71 | /*virtual*/ void reshape( S32 width, S32 height, BOOL called_from_parent = TRUE ); | 73 | /*virtual*/ void reshape( S32 width, S32 height, BOOL called_from_parent = TRUE ); |
72 | /*virtual*/ BOOL handleHover(S32 x, S32 y, MASK mask); | 74 | /*virtual*/ BOOL handleHover(S32 x, S32 y, MASK mask); |
73 | /*virtual*/ BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); | 75 | /*virtual*/ BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); |
@@ -101,6 +103,7 @@ public: | |||
101 | void clearLocationSelection(BOOL clear_ui = FALSE); | 103 | void clearLocationSelection(BOOL clear_ui = FALSE); |
102 | void clearAvatarSelection(BOOL clear_ui = FALSE); | 104 | void clearAvatarSelection(BOOL clear_ui = FALSE); |
103 | void clearLandmarkSelection(BOOL clear_ui = FALSE); | 105 | void clearLandmarkSelection(BOOL clear_ui = FALSE); |
106 | void clearGridSelection(BOOL clear_ui = FALSE); | ||
104 | 107 | ||
105 | // Adjust the maximally zoomed out limit of the zoom slider so you can | 108 | // Adjust the maximally zoomed out limit of the zoom slider so you can |
106 | // see the whole world, plus a little. | 109 | // see the whole world, plus a little. |
@@ -115,8 +118,9 @@ public: | |||
115 | protected: | 118 | protected: |
116 | static void onPanBtn( void* userdata ); | 119 | static void onPanBtn( void* userdata ); |
117 | 120 | ||
118 | static void onGoHome(void* data); | 121 | static void onGridManager(void* data); |
119 | 122 | ||
123 | static void onGoHome(void* data); | ||
120 | static void onLandmarkComboPrearrange( LLUICtrl* ctrl, void* data ); | 124 | static void onLandmarkComboPrearrange( LLUICtrl* ctrl, void* data ); |
121 | static void onLandmarkComboCommit( LLUICtrl* ctrl, void* data ); | 125 | static void onLandmarkComboCommit( LLUICtrl* ctrl, void* data ); |
122 | 126 | ||
@@ -158,6 +162,7 @@ protected: | |||
158 | static void onLocationCommit( void* userdata ); | 162 | static void onLocationCommit( void* userdata ); |
159 | static void onCommitLocation( LLUICtrl* ctrl, void* userdata ); | 163 | static void onCommitLocation( LLUICtrl* ctrl, void* userdata ); |
160 | static void onCommitSearchResult( LLUICtrl* ctrl, void* userdata ); | 164 | static void onCommitSearchResult( LLUICtrl* ctrl, void* userdata ); |
165 | static void onSelectServer(LLUICtrl*, void* userdata); | ||
161 | 166 | ||
162 | void cacheLandmarkPosition(); | 167 | void cacheLandmarkPosition(); |
163 | 168 | ||