#include <llscrolllistctrl.h>


Public Member Functions | |
| LLScrollListItemSeparator () | |
| void | draw (const LLRect &rect, const LLColor4 &fg_color, const LLColor4 &bg_color, const LLColor4 &highlight_color, S32 column_padding) |
Definition at line 385 of file llscrolllistctrl.h.
| LLScrollListItemSeparator::LLScrollListItemSeparator | ( | ) |
Definition at line 510 of file llscrolllistctrl.cpp.
References LLScrollListItem::setColumn(), and LLScrollListItem::setNumColumns().

| void LLScrollListItemSeparator::draw | ( | const LLRect & | rect, | |
| const LLColor4 & | fg_color, | |||
| const LLColor4 & | bg_color, | |||
| const LLColor4 & | highlight_color, | |||
| S32 | column_padding | |||
| ) | [virtual] |
Reimplemented from LLScrollListItem.
Definition at line 518 of file llscrolllistctrl.cpp.
References LLScrollListCell::draw(), LLScrollListItem::getColumn(), LLScrollListCell::getVisible(), LLRectBase< Type >::getWidth(), LLScrollListCell::getWidth(), LLRectBase< Type >::mBottom, LLRectBase< Type >::mLeft, LLUI::popMatrix(), LLUI::pushMatrix(), LLScrollListCell::setWidth(), and LLUI::translate().

1.5.5