#include <llviewerwindow.h>
Inheritance diagram for LLBottomPanel:
Public Member Functions | |
LLBottomPanel (const LLString &name, const LLRect &rect) | |
void | setFocusIndicator (LLView *indicator) |
LLView * | getFocusIndicator () |
void | draw () |
Protected Attributes | |
LLView * | mIndicator |
Definition at line 363 of file llviewerwindow.h.
Definition at line 5226 of file llviewerwindow.cpp.
References FALSE, FOLLOWS_BOTTOM, FOLLOWS_LEFT, FOLLOWS_RIGHT, LLPanel::setFocusRoot(), LLView::setFollows(), LLUICtrl::setIsChrome(), LLView::setMouseOpaque(), and TRUE.
void LLBottomPanel::draw | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 5243 of file llviewerwindow.cpp.
References LLFocusMgr::childHasKeyboardFocus(), LLPanel::draw(), gFocusMgr, LLUICtrl::hasFocus(), mIndicator, LLView::setEnabled(), and LLView::setVisible().
LLView* LLBottomPanel::getFocusIndicator | ( | ) | [inline] |
Definition at line 368 of file llviewerwindow.h.
References mIndicator.
Referenced by LLViewerWindow::handlePerFrameHover().
LLView* LLBottomPanel::mIndicator [protected] |
Definition at line 371 of file llviewerwindow.h.
Referenced by draw(), getFocusIndicator(), and setFocusIndicator().