Public Member Functions | |
LLMenuItemSeparatorGL (const LLString &name=SEPARATOR_NAME) | |
virtual LLString | getType () const |
virtual EWidgetType | getWidgetType () const |
virtual LLString | getWidgetTag () const |
virtual void | doIt (void) |
virtual void | draw (void) |
virtual BOOL | handleMouseDown (S32 x, S32 y, MASK mask) |
virtual BOOL | handleMouseUp (S32 x, S32 y, MASK mask) |
virtual BOOL | handleHover (S32 x, S32 y, MASK mask) |
virtual U32 | getNominalHeight (void) |
Definition at line 613 of file llmenugl.cpp.
LLMenuItemSeparatorGL::LLMenuItemSeparatorGL | ( | const LLString & | name = SEPARATOR_NAME |
) |
Definition at line 634 of file llmenugl.cpp.
Reimplemented from LLMenuItemGL.
Definition at line 639 of file llmenugl.cpp.
References LLRectBase< Type >::getHeight(), LLRectBase< Type >::getWidth(), gl_line_2d(), glColor4fv, LLView::mRect, LLColor4::mV, S32, LLMenuItemGL::sDisabledColor, and y.
Reimplemented from LLMenuItemGL.
Definition at line 631 of file llmenugl.cpp.
References SEPARATOR_HEIGHT_PIXELS.
virtual LLString LLMenuItemSeparatorGL::getType | ( | ) | const [inline, virtual] |
virtual LLString LLMenuItemSeparatorGL::getWidgetTag | ( | ) | const [inline, virtual] |
Reimplemented from LLMenuItemGL.
Reimplemented in LLMenuItemVerticalSeparatorGL.
Definition at line 621 of file llmenugl.cpp.
References LL_MENU_ITEM_SEPARATOR_GL_TAG.
virtual EWidgetType LLMenuItemSeparatorGL::getWidgetType | ( | ) | const [inline, virtual] |
Reimplemented from LLMenuItemGL.
Reimplemented in LLMenuItemVerticalSeparatorGL.
Definition at line 620 of file llmenugl.cpp.
References WIDGET_TYPE_MENU_ITEM_SEPARATOR.
Reimplemented from LLMenuItemGL.
Definition at line 673 of file llmenugl.cpp.
References FALSE, LLRectBase< Type >::getHeight(), LLMenuItemGL::getMenu(), LLMenuGL::highlightNextItem(), LLMenuGL::highlightPrevItem(), and LLView::mRect.
Reimplemented from LLMenuItemGL.
Reimplemented in LLMenuItemVerticalSeparatorGL.
Definition at line 647 of file llmenugl.cpp.
References LLRectBase< Type >::getHeight(), LLMenuItemGL::getMenu(), LLView::handleMouseDown(), LLRectBase< Type >::mBottom, LLRectBase< Type >::mLeft, LLView::mRect, and LLRectBase< Type >::mTop.
Reimplemented from LLMenuItemGL.
Definition at line 660 of file llmenugl.cpp.
References LLRectBase< Type >::getHeight(), LLMenuItemGL::getMenu(), LLView::handleMouseUp(), LLRectBase< Type >::mBottom, LLRectBase< Type >::mLeft, LLView::mRect, and LLRectBase< Type >::mTop.