#include <llfloatersnapshot.h>
Inheritance diagram for LLSnapshotFloaterView:
Public Member Functions | |
LLSnapshotFloaterView (const LLString &name, const LLRect &rect) | |
virtual | ~LLSnapshotFloaterView () |
BOOL | handleKey (KEY key, MASK mask, BOOL called_from_parent) |
BOOL | handleMouseDown (S32 x, S32 y, MASK mask) |
BOOL | handleMouseUp (S32 x, S32 y, MASK mask) |
BOOL | handleHover (S32 x, S32 y, MASK mask) |
Definition at line 63 of file llfloatersnapshot.h.
Definition at line 1473 of file llfloatersnapshot.cpp.
References FALSE, LLView::setEnabled(), LLView::setMouseOpaque(), and TRUE.
LLSnapshotFloaterView::~LLSnapshotFloaterView | ( | ) | [virtual] |
Definition at line 1479 of file llfloatersnapshot.cpp.
Reimplemented from LLView.
Definition at line 1541 of file llfloatersnapshot.cpp.
References LLView::childrenHandleHover(), LLControlGroup::getBOOL(), LLToolMgr::getCurrentTool(), gSavedSettings, gToolMgr, LLTool::handleHover(), LLView::handleHover(), NULL, and TRUE.
Reimplemented from LLView.
Definition at line 1483 of file llfloatersnapshot.cpp.
References FALSE, LLControlGroup::getBOOL(), LLView::getEnabled(), gSavedSettings, LLView::handleKey(), and TRUE.
Reimplemented from LLView.
Definition at line 1511 of file llfloatersnapshot.cpp.
References LLView::childrenHandleMouseDown(), LLControlGroup::getBOOL(), LLToolMgr::getCurrentTool(), gSavedSettings, gToolMgr, LLTool::handleMouseDown(), LLView::handleMouseDown(), NULL, and TRUE.
Reimplemented from LLView.
Definition at line 1526 of file llfloatersnapshot.cpp.
References LLView::childrenHandleMouseUp(), LLControlGroup::getBOOL(), LLToolMgr::getCurrentTool(), gSavedSettings, gToolMgr, LLTool::handleMouseUp(), LLView::handleMouseUp(), NULL, and TRUE.