llfloaterworldmap.cpp File Reference

LLFloaterWorldMap class implementation. More...

#include "llviewerprecompiledheaders.h"
#include "llfloaterworldmap.h"
#include "llfontgl.h"
#include "llinventory.h"
#include "lllineeditor.h"
#include "message.h"
#include "llagent.h"
#include "llviewerwindow.h"
#include "llbutton.h"
#include "llcallingcard.h"
#include "llcolorscheme.h"
#include "llcombobox.h"
#include "llviewercontrol.h"
#include "lldraghandle.h"
#include "lleconomy.h"
#include "llfirstuse.h"
#include "llfocusmgr.h"
#include "lliconctrl.h"
#include "llinventorymodel.h"
#include "llinventoryview.h"
#include "lllandmarklist.h"
#include "llnetmap.h"
#include "llpreviewlandmark.h"
#include "llradiogroup.h"
#include "llregionhandle.h"
#include "llresizehandle.h"
#include "llresmgr.h"
#include "llscrolllistctrl.h"
#include "llsliderctrl.h"
#include "llspinctrl.h"
#include "llstatusbar.h"
#include "lltabcontainer.h"
#include "lltextbox.h"
#include "lltracker.h"
#include "llui.h"
#include "lluiconstants.h"
#include "llviewercamera.h"
#include "llviewermenu.h"
#include "llviewerregion.h"
#include "llviewerstats.h"
#include "llworldmap.h"
#include "llworldmapview.h"
#include "llurl.h"
#include "llvieweruictrlfactory.h"
#include "viewer.h"
#include "llmapimagetype.h"
#include "llweb.h"
#include "llglheaders.h"

Include dependency graph for llfloaterworldmap.cpp:

Go to the source code of this file.

Classes

class  LLMapInventoryObserver
class  LLMapFriendObserver

Enumerations

enum  EPanDirection { PAN_UP, PAN_DOWN, PAN_LEFT, PAN_RIGHT }

Variables

static const F32 MAP_ZOOM_TIME = 0.2f
static const F32 ZOOM_MIN = -8.f
static const F32 ZOOM_MAX = 0.f
static const F32 ZOOM_INC = 0.2f
static const F32 SIM_COORD_MIN = 0.f
static const F32 SIM_COORD_MAX = 255.f
static const F32 SIM_COORD_DEFAULT = 128.f
static const F64 MAX_FLY_DISTANCE = 363.f
static const F64 MAX_FLY_DISTANCE_SQUARED = MAX_FLY_DISTANCE * MAX_FLY_DISTANCE
LLFloaterWorldMapgFloaterWorldMap = NULL


Detailed Description

LLFloaterWorldMap class implementation.

Author:
James Cook, Tom Yedwab
LicenseInfo
firstyear=2003&license=viewergpl

Copyright (c) 2003-2007, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file llfloaterworldmap.cpp.


Enumeration Type Documentation

enum EPanDirection

Enumerator:
PAN_UP 
PAN_DOWN 
PAN_LEFT 
PAN_RIGHT 

Definition at line 98 of file llfloaterworldmap.cpp.


Variable Documentation

LLFloaterWorldMap* gFloaterWorldMap = NULL

Definition at line 122 of file llfloaterworldmap.cpp.

Referenced by LLFloaterLandHoldings::buttonCore(), LLTracker::cacheLandmarkPosition(), LLMapFriendObserver::changed(), LLMapInventoryObserver::changed(), LLWorldMapView::checkItemHit(), LLWorldMapView::handleClick(), LLWorldMapView::handleDoubleClick(), LLFloaterWorldMap::hide(), idle_startup(), LLViewerWindow::initWorldUI(), LLEventNotifier::notifyCallback(), LLFloaterWorldMap::onAvatarComboCommit(), LLFloaterWorldMap::onAvatarComboPrearrange(), LLPanelPlace::onClickMap(), LLPanelPick::onClickMap(), LLPanelEvent::onClickMap(), LLPanelClassified::onClickMap(), LLPanelPlace::onClickTeleport(), LLPanelPick::onClickTeleport(), LLPanelEvent::onClickTeleport(), LLPanelClassified::onClickTeleport(), LLPanelAvatar::onClickTrack(), LLFloaterWorldMap::onGoHome(), LLFloaterWorldMap::onLandmarkComboCommit(), LLFloaterWorldMap::onLandmarkComboPrearrange(), LLFloaterWorldMap::onLocationCommit(), LLPanelGroupLandMoney::impl::onMapButton(), LLFloaterWorldMap::onPanBtn(), open_landmark_callback(), LLLandmarkBridge::performAction(), process_script_teleport_request(), LLWorldMap::processMapBlockReply(), LLWorldMap::processMapLayerReply(), LLTracker::render3D(), LLMapLayerResponder::result(), LLFloaterWorldMap::show(), LLTracker::stopTrackingAvatar(), LLTracker::stopTrackingLandmark(), LLTracker::stopTrackingLocation(), LLFloaterWorldMap::toggle(), LLFloaterWorldMap::trackURL(), and LLFloaterWorldMap::updateSearchEnabled().

const F32 MAP_ZOOM_TIME = 0.2f [static]

Definition at line 96 of file llfloaterworldmap.cpp.

Referenced by LLFloaterWorldMap::draw().

const F64 MAX_FLY_DISTANCE = 363.f [static]

Definition at line 115 of file llfloaterworldmap.cpp.

const F64 MAX_FLY_DISTANCE_SQUARED = MAX_FLY_DISTANCE * MAX_FLY_DISTANCE [static]

Definition at line 116 of file llfloaterworldmap.cpp.

const F32 SIM_COORD_DEFAULT = 128.f [static]

Definition at line 113 of file llfloaterworldmap.cpp.

Referenced by LLFloaterWorldMap::clearLocationSelection().

const F32 SIM_COORD_MAX = 255.f [static]

Definition at line 112 of file llfloaterworldmap.cpp.

const F32 SIM_COORD_MIN = 0.f [static]

Definition at line 111 of file llfloaterworldmap.cpp.

const F32 ZOOM_INC = 0.2f [static]

Definition at line 109 of file llfloaterworldmap.cpp.

const F32 ZOOM_MAX = 0.f [static]

Definition at line 108 of file llfloaterworldmap.cpp.

Referenced by LLFloaterWorldMap::adjustZoomSliderBounds().

const F32 ZOOM_MIN = -8.f [static]

Definition at line 107 of file llfloaterworldmap.cpp.


Generated on Thu Jul 1 06:10:15 2010 for Second Life Viewer by  doxygen 1.4.7