#include <llfloatermap.h>
Inheritance diagram for LLFloaterMap:
Public Member Functions | |
LLFloaterMap (const std::string &name) | |
virtual | ~LLFloaterMap () |
void | setVisible (BOOL visible) |
void | draw () |
void | onClose (bool app_quitting) |
BOOL | canClose () |
Static Public Member Functions | |
static void | toggle (void *) |
Protected Attributes | |
LLNetMap * | mMap |
Definition at line 42 of file llfloatermap.h.
LLFloaterMap::LLFloaterMap | ( | const std::string & | name | ) |
Definition at line 118 of file llfloatermap.cpp.
References LLView::addChildAtEnd(), gColors, LLControlGroup::getColor(), LLRectBase< Type >::getHeight(), LLRectBase< Type >::getWidth(), LEFT, LLPANEL_BORDER_WIDTH, LLFloater::mDragHandle, mMap, LLView::mRect, LLView::removeChild(), S32, LLView::setFollowsAll(), LLFloater::setIsChrome(), TOP, TRUE, and y.
LLFloaterMap::~LLFloaterMap | ( | ) | [virtual] |
Definition at line 154 of file llfloatermap.cpp.
BOOL LLFloaterMap::canClose | ( | ) | [virtual] |
void LLFloaterMap::draw | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 186 of file llfloatermap.cpp.
References LLAgent::cameraMouselook(), LLFloater::draw(), LLView::drawChild(), FALSE, gAgent, LLView::getVisible(), LLFloater::mDragHandle, mMap, LLView::setMouseOpaque(), and TRUE.
void LLFloaterMap::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 169 of file llfloatermap.cpp.
References FALSE, gSavedSettings, LLControlGroup::setBOOL(), and LLFloater::setVisible().
Reimplemented from LLFloater.
Definition at line 160 of file llfloatermap.cpp.
References gSavedSettings, LLControlGroup::setBOOL(), and LLFloater::setVisible().
Referenced by LLViewerWindow::initWorldUI(), and reset_login().
Definition at line 209 of file llfloatermap.cpp.
References LLFloater::close(), LLView::getVisible(), gFloaterMap, and LLFloater::open().
Referenced by handle_mini_map(), and LLShowFloater::handleEvent().
LLNetMap* LLFloaterMap::mMap [protected] |