#include <lltoolindividual.h>
Inheritance diagram for LLToolIndividual:
Public Member Functions | |
LLToolIndividual () | |
virtual | ~LLToolIndividual () |
virtual BOOL | handleMouseDown (S32 x, S32 y, MASK mask) |
virtual BOOL | handleDoubleClick (S32 x, S32 y, MASK mask) |
virtual void | handleSelect () |
Static Public Member Functions | |
static void | pickCallback (S32 x, S32 y, MASK mask) |
Definition at line 43 of file lltoolindividual.h.
LLToolIndividual::LLToolIndividual | ( | ) |
---------------------------------------------------------------------------- Class LLToolIndividual ----------------------------------------------------------------------------
Definition at line 64 of file lltoolindividual.cpp.
LLToolIndividual::~LLToolIndividual | ( | ) | [virtual] |
Definition at line 70 of file lltoolindividual.cpp.
Reimplemented from LLTool.
Definition at line 90 of file lltoolindividual.cpp.
References FALSE, LLSelectMgr::getSelection(), gFloaterTools, gSelectMgr, LLFloaterTools::PANEL_CONTENTS, LLFloaterTools::showPanel(), and TRUE.
Reimplemented from LLTool.
Definition at line 74 of file lltoolindividual.cpp.
References gViewerWindow, LLViewerWindow::hitObjectOrLandGlobalAsync(), pickCallback(), and TRUE.
void LLToolIndividual::handleSelect | ( | ) | [virtual] |
Reimplemented from LLTool.
Definition at line 109 of file lltoolindividual.cpp.
References LLSelectMgr::deselectAll(), LLSelectMgr::getSelection(), gSelectMgr, LLSelectMgr::selectObjectOnly(), and TRUE.
Definition at line 80 of file lltoolindividual.cpp.
References LLSelectMgr::deselectAll(), gSelectMgr, gViewerWindow, LLViewerWindow::lastObjectHit(), and LLSelectMgr::selectObjectOnly().
Referenced by handleMouseDown().