#include <llhudview.h>
Inheritance diagram for LLHUDView:


Public Member Functions | |
| LLHUDView (const std::string &name, const LLRect &rect) | |
| virtual | ~LLHUDView () |
| virtual EWidgetType | getWidgetType () const |
| virtual LLString | getWidgetTag () const |
| virtual void | draw () |
| const LLColor4 & | colorFromType (S32 type) |
Protected Member Functions | |
| BOOL | handleMouseDown (S32 x, S32 y, MASK mask) |
Definition at line 40 of file llhudview.h.
| LLHUDView::LLHUDView | ( | const std::string & | name, | |
| const LLRect & | rect | |||
| ) |
Definition at line 55 of file llhudview.cpp.
| LLHUDView::~LLHUDView | ( | ) | [virtual] |
Definition at line 59 of file llhudview.cpp.
| void LLHUDView::draw | ( | ) | [virtual] |
Reimplemented from LLView.
Definition at line 73 of file llhudview.cpp.
References LLTracker::drawHUDArrow().
| LLString LLHUDView::getWidgetTag | ( | ) | const [virtual] |
| EWidgetType LLHUDView::getWidgetType | ( | ) | const [virtual] |
Reimplemented from LLView.
Definition at line 93 of file llhudview.cpp.
References LLView::handleMouseDown(), LLTracker::handleMouseDown(), and TRUE.
1.4.7