#include <llscrolllistctrl.h>

Public Member Functions | |
| LLScrollListColumn () | |
| LLScrollListColumn (LLString name, LLString label, S32 width, F32 relwidth) | |
| LLScrollListColumn (const LLSD &sd) | |
Public Attributes | |
| LLString | mName |
| LLString | mSortingColumn |
| BOOL | mSortAscending |
| LLString | mLabel |
| S32 | mWidth |
| F32 | mRelWidth |
| BOOL | mDynamicWidth |
| S32 | mMaxContentWidth |
| S32 | mIndex |
| LLScrollListCtrl * | mParentCtrl |
| class LLColumnHeader * | mHeader |
| LLFontGL::HAlign | mFontAlignment |
Definition at line 185 of file llscrolllistctrl.h.
| LLScrollListColumn::LLScrollListColumn | ( | ) | [inline] |
Definition at line 189 of file llscrolllistctrl.h.
| LLScrollListColumn::LLScrollListColumn | ( | LLString | name, | |
| LLString | label, | |||
| S32 | width, | |||
| F32 | relwidth | |||
| ) | [inline] |
Definition at line 204 of file llscrolllistctrl.h.
| LLScrollListColumn::LLScrollListColumn | ( | const LLSD & | sd | ) | [inline] |
Definition at line 218 of file llscrolllistctrl.h.
References LLSD::asBoolean(), LLSD::asInteger(), LLSD::asReal(), LLSD::asString(), FALSE, LLSD::get(), LLSD::has(), LLFontGL::HCENTER, LLFontGL::LEFT, llclamp(), mDynamicWidth, mFontAlignment, mHeader, mIndex, mLabel, mMaxContentWidth, mName, mParentCtrl, mRelWidth, mSortAscending, mSortingColumn, mWidth, NULL, S32, and TRUE.

Definition at line 268 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::getSortColumnName(), LLScrollListCtrl::getXML(), LLScrollListColumn(), and LLScrollListCtrl::onClickColumn().
Definition at line 269 of file llscrolllistctrl.h.
Referenced by LLColumnHeader::draw(), LLScrollListColumn(), LLScrollListCtrl::onClickColumn(), LLColumnHeader::onSelectSort(), and LLColumnHeader::showList().
Definition at line 270 of file llscrolllistctrl.h.
Referenced by LLScrollListColumn(), and LLScrollListCtrl::onClickColumn().
Definition at line 271 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLScrollListCtrl::calcColumnWidths(), LLColumnHeader::draw(), LLScrollListCtrl::getXML(), and LLScrollListColumn().
Definition at line 272 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLScrollListCtrl::addElement(), LLScrollListCtrl::calcColumnWidths(), LLScrollListCtrl::getXML(), LLScrollListCtrl::handleToolTip(), LLScrollListColumn(), LLColumnHeader::showList(), LLScrollListCtrl::updateColumns(), and LLColumnHeader::userSetShape().
Definition at line 273 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLScrollListCtrl::calcColumnWidths(), LLScrollListColumn(), and LLColumnHeader::userSetShape().
Definition at line 274 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLScrollListCtrl::calcColumnWidths(), LLColumnHeader::canResize(), LLColumnHeader::enableResizeBar(), LLScrollListColumn(), LLColumnHeader::setHasResizableElement(), and LLColumnHeader::userSetShape().
Definition at line 275 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::calcColumnWidths(), LLColumnHeader::findSnapEdge(), LLColumnHeader::handleDoubleClick(), and LLScrollListColumn().
Definition at line 276 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLScrollListCtrl::addElement(), LLScrollListCtrl::calcColumnWidths(), LLColumnHeader::findSnapEdge(), LLScrollListColumn(), LLScrollListCtrl::onClickColumn(), LLColumnHeader::showList(), LLScrollListCtrl::updateColumns(), and LLColumnHeader::userSetShape().
Definition at line 277 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLColumnHeader::draw(), LLColumnHeader::findSnapEdge(), LLScrollListColumn(), LLColumnHeader::onClick(), LLScrollListCtrl::onClickColumn(), LLColumnHeader::onSelectSort(), LLColumnHeader::setHasResizableElement(), LLColumnHeader::showList(), and LLColumnHeader::userSetShape().
Definition at line 278 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addColumn(), LLNameListCtrl::addElement(), LLScrollListCtrl::addElement(), LLNameListCtrl::addNameItem(), LLScrollListCtrl::calcColumnWidths(), LLColumnHeader::findSnapEdge(), LLScrollListCtrl::handleToolTip(), LLScrollListColumn(), LLColumnHeader::setHasResizableElement(), LLScrollListCtrl::updateColumns(), and LLColumnHeader::userSetShape().
Definition at line 279 of file llscrolllistctrl.h.
Referenced by LLScrollListCtrl::addElement(), and LLScrollListColumn().
1.5.5