#include <llscrolllistctrl.h>


Public Member Functions | |
| LLScrollListItemComment (const LLString &comment_string, const LLColor4 &color) | |
| void | draw (const LLRect &rect, const LLColor4 &fg_color, const LLColor4 &bg_color, const LLColor4 &highlight_color, S32 column_padding) |
Private Attributes | |
| LLColor4 | mColor |
Definition at line 375 of file llscrolllistctrl.h.
| LLScrollListItemComment::LLScrollListItemComment | ( | const LLString & | comment_string, | |
| const LLColor4 & | color | |||
| ) |
Definition at line 479 of file llscrolllistctrl.cpp.
References LLScrollListItem::addColumn(), LLSingleton< LLResMgr >::getInstance(), and LLFONT_SANSSERIF_SMALL.

| void LLScrollListItemComment::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 486 of file llscrolllistctrl.cpp.
References LLScrollListCell::draw(), LLScrollListItem::getColumn(), LLScrollListCell::getVisible(), LLRectBase< Type >::getWidth(), LLScrollListCell::getWidth(), LLRectBase< Type >::mBottom, mColor, LLRectBase< Type >::mLeft, LLUI::popMatrix(), LLUI::pushMatrix(), LLScrollListCell::setWidth(), and LLUI::translate().

LLColor4 LLScrollListItemComment::mColor [private] |
1.5.5