#include <lldraghandle.h>
Inheritance diagram for LLDragHandleLeft:
Public Member Functions | |
LLDragHandleLeft (const LLString &name, const LLRect &rect, const LLString &title) | |
virtual EWidgetType | getWidgetType () const |
virtual LLString | getWidgetTag () const |
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 102 of file lldraghandle.h.
void LLDragHandleLeft::draw | ( | ) | [virtual] |
Implements LLDragHandle.
Definition at line 217 of file lldraghandle.cpp.
References LLView::draw(), LLDragHandle::mForeground, LLDragHandle::mTitleBox, and LLView::setEnabled().
const LLString & LLDragHandleLeft::getTitle | ( | ) | const [virtual] |
Implements LLDragHandle.
Definition at line 160 of file lldraghandle.cpp.
References LLStringBase< char >::null.
LLString LLDragHandleLeft::getWidgetTag | ( | ) | const [virtual] |
Implements LLView.
Definition at line 109 of file lldraghandle.cpp.
References LL_DRAG_HANDLE_LEFT_TAG.
EWidgetType LLDragHandleLeft::getWidgetType | ( | ) | const [virtual] |
Implements LLView.
Definition at line 104 of file lldraghandle.cpp.
References WIDGET_TYPE_DRAG_HANDLE_LEFT.
Implements LLDragHandle.
Definition at line 283 of file lldraghandle.cpp.
References LLView::reshape().
Implements LLDragHandle.
Definition at line 146 of file lldraghandle.cpp.
References LLDragHandle::mTitleBox, NULL, and LLView::removeChild().
Referenced by LLDragHandleLeft().