#include <llnotify.h>
Inheritance diagram for LLNotifyBoxView:


Public Member Functions | |
| LLNotifyBoxView (const LLString &name, const LLRect &rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE) | |
| void | showOnly (LLView *ctrl) |
| LLNotifyBox * | getFirstNontipBox () const |
| virtual EWidgetType | getWidgetType () const |
| virtual LLString | getWidgetTag () const |
Definition at line 163 of file llnotify.h.
| LLNotifyBoxView::LLNotifyBoxView | ( | const LLString & | name, | |
| const LLRect & | rect, | |||
| BOOL | mouse_opaque, | |||
| U32 | follows = FOLLOWS_NONE | |||
| ) |
Definition at line 930 of file llnotify.cpp.
| LLNotifyBox * LLNotifyBoxView::getFirstNontipBox | ( | ) | const |
Definition at line 935 of file llnotify.cpp.
References LLView::getChildList(), LLMortician::isDead(), LLNotifyBox::isTip(), and NULL.
Referenced by LLNotifyBox::close(), and LLNotifyBox::moveToBack().
| virtual LLString LLNotifyBoxView::getWidgetTag | ( | ) | const [inline, virtual] |
| virtual EWidgetType LLNotifyBoxView::getWidgetType | ( | ) | const [inline, virtual] |
Definition at line 956 of file llnotify.cpp.
References FALSE, LLView::getChildList(), LLView::getVisible(), LLView::sendChildToFront(), LLNotifyBox::setVisible(), and TRUE.
Referenced by LLNotifyBox::close(), LLNotifyBox::draw(), and LLNotifyBox::moveToBack().
1.4.7