#include <lldraghandle.h>


Public Member Functions | |
| LLDragHandleLeft (const LLString &name, const LLRect &rect, const LLString &title) | |
| virtual void | setTitle (const LLString &title) |
| virtual const LLString & | getTitle () const |
| virtual void | draw () |
| virtual void | reshape (S32 width, S32 height, BOOL called_from_parent=TRUE) |
Definition at line 104 of file lldraghandle.h.
| LLDragHandleLeft::LLDragHandleLeft | ( | const LLString & | name, | |
| const LLRect & | rect, | |||
| const LLString & | title | |||
| ) |
Definition at line 104 of file lldraghandle.cpp.
References LLView::setFollowsAll(), and setTitle().

| void LLDragHandleLeft::setTitle | ( | const LLString & | title | ) | [virtual] |
Implements LLDragHandle.
Definition at line 132 of file lldraghandle.cpp.
References NULL, and LLDragHandle::setTitleBox().
Referenced by LLDragHandleLeft().


| const LLString & LLDragHandleLeft::getTitle | ( | ) | const [virtual] |
Implements LLDragHandle.
Definition at line 139 of file lldraghandle.cpp.
References LLStringBase< char >::null.
| void LLDragHandleLeft::draw | ( | void | ) | [virtual] |
Reimplemented from LLView.
Definition at line 196 of file lldraghandle.cpp.
References LLView::draw(), LLDragHandle::getForeground(), LLDragHandle::getTitleBox(), and LLView::setEnabled().

Reimplemented from LLView.
Definition at line 266 of file lldraghandle.cpp.
References LLView::reshape().

1.5.5