From f531dd2bc566e6ddb74954bf853eed424dbddab9 Mon Sep 17 00:00:00 2001 From: callum Date: Mon, 26 Jul 2010 15:55:49 -0700 Subject: Implementation for EXT-7291 (World Map in the Viewer2 needs a way to type in region coordinates) Reviewed by PB --- indra/newview/llfloaterworldmap.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/newview/llfloaterworldmap.h') diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h index 550b4ef689..e31bafaf9b 100644 --- a/indra/newview/llfloaterworldmap.h +++ b/indra/newview/llfloaterworldmap.h @@ -149,6 +149,7 @@ protected: void updateSearchEnabled(); void onLocationFocusChanged( LLFocusableElement* ctrl ); void onLocationCommit(); + void onCoordinatesCommit(); void onCommitSearchResult(); void cacheLandmarkPosition(); @@ -160,6 +161,12 @@ private: F32 mCurZoomVal; LLFrameTimer mZoomTimer; + // update display of teleport destination coordinates - pos is in global coordinates + void updateTeleportCoordsDisplay( const LLVector3d& pos ); + + // enable/disable teleport destination coordinates + void enableTeleportCoordsDisplay( bool enabled ); + LLDynamicArray mLandmarkAssetIDList; LLDynamicArray mLandmarkItemIDList; -- cgit v1.2.3