#include <llscrolllistctrl.h>
Inheritance diagram for LLScrollListSeparator:
Public Member Functions | |
LLScrollListSeparator (S32 width) | |
virtual | ~LLScrollListSeparator () |
virtual void | drawToWidth (S32 width, const LLColor4 &color, const LLColor4 &highlight_color) const |
virtual S32 | getWidth () const |
virtual S32 | getHeight () const |
virtual void | setWidth (S32 width) |
virtual void | setColor (const LLColor4 &) |
virtual BOOL | isText () |
Protected Attributes | |
S32 | mWidth |
Definition at line 75 of file llscrolllistctrl.h.
LLScrollListSeparator::LLScrollListSeparator | ( | S32 | width | ) |
Definition at line 176 of file llscrolllistctrl.cpp.
virtual LLScrollListSeparator::~LLScrollListSeparator | ( | ) | [inline, virtual] |
Definition at line 79 of file llscrolllistctrl.h.
void LLScrollListSeparator::drawToWidth | ( | S32 | width, | |
const LLColor4 & | color, | |||
const LLColor4 & | highlight_color | |||
) | const [virtual] |
Implements LLScrollListCell.
Definition at line 180 of file llscrolllistctrl.cpp.
References gl_line_2d(), and llmax().
virtual S32 LLScrollListSeparator::getHeight | ( | ) | const [inline, virtual] |
virtual S32 LLScrollListSeparator::getWidth | ( | ) | const [inline, virtual] |
virtual BOOL LLScrollListSeparator::isText | ( | ) | [inline, virtual] |
Implements LLScrollListCell.
Definition at line 84 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addElement().
S32 LLScrollListSeparator::mWidth [protected] |