LLScrollListCtrl Member List

This is the complete list of members for LLScrollListCtrl, including all inherited members.

acceptsTextInput() const LLUICtrl [virtual]
addBoolControl(LLString name, bool initial_value)LLView
addChild(LLView *view, S32 tab_group=0)LLView
addChildAtEnd(LLView *view, S32 tab_group=0)LLView
addColorXML(LLXMLNodePtr node, const LLColor4 &color, const LLString &xml_name, const LLString &control_name)LLView [static]
addColumn(const LLSD &column, EAddPosition pos=ADD_BOTTOM)LLScrollListCtrl [virtual]
addCtrl(LLUICtrl *ctrl, S32 tab_group)LLView [virtual]
addCtrlAtEnd(LLUICtrl *ctrl, S32 tab_group)LLView [virtual]
addElement(const LLSD &value, EAddPosition pos=ADD_BOTTOM, void *userdata=NULL)LLScrollListCtrl [virtual]
addItem(LLScrollListItem *item, EAddPosition pos=ADD_BOTTOM)LLScrollListCtrl [protected]
addListener(LLEventListener *listener, LLSD filter="", const LLSD &userdata="")LLObservable [inline]
addListenerToControl(LLEventDispatcher *observer, const LLString &name, LLSD filter, LLSD userdata)LLView
addSimpleElement(const LLString &value, EAddPosition pos=ADD_BOTTOM, const LLSD &id=LLSD())LLScrollListCtrl [virtual]
LLCtrlListInterface::addSimpleElement(const LLString &value)LLCtrlListInterface
LLCtrlListInterface::addSimpleElement(const LLString &value, EAddPosition pos)LLCtrlListInterface
addSimpleItem(const LLString &item_text, EAddPosition pos=ADD_BOTTOM, BOOL enabled=TRUE)LLScrollListCtrl
addSimpleItem(const LLString &item_text, LLSD sd, EAddPosition pos=ADD_BOTTOM, BOOL enabled=TRUE, S32 column_width=0)LLScrollListCtrl
addStringUUIDItem(const LLString &item_text, const LLUUID &id, EAddPosition pos=ADD_BOTTOM, BOOL enabled=TRUE, S32 column_width=0)LLScrollListCtrl
arrange(S32 max_width, S32 max_height)LLScrollListCtrl [virtual]
canCopy()LLScrollListCtrl [virtual]
canCut()LLScrollListCtrl [virtual]
canDeselect()LLScrollListCtrl [virtual]
canDoDelete()LLScrollListCtrl [virtual]
canDuplicate()LLEditMenuHandler [virtual]
canFocusChildren() const LLView [virtual]
canPaste()LLEditMenuHandler [virtual]
canRedo()LLEditMenuHandler [virtual]
canSelectAll()LLScrollListCtrl [virtual]
canSnapTo(LLView *other_view)LLView [virtual]
canUndo()LLEditMenuHandler [virtual]
child_list_const_iter_t typedefLLView
child_list_const_reverse_iter_t typedefLLView
child_list_iter_t typedefLLView
child_list_reverse_iter_t typedefLLView
child_list_t typedefLLView
child_tab_order_const_iter_t typedefLLView
child_tab_order_const_reverse_iter_t typedefLLView
child_tab_order_iter_t typedefLLView
child_tab_order_reverse_iter_t typedefLLView
child_tab_order_t typedefLLView
childHasKeyboardFocus(const LLString &childname) const LLView
childrenHandleDoubleClick(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType type, void *data, EAcceptance *accept, LLString &tooltip_msg)LLView [protected]
childrenHandleHover(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleKey(KEY key, MASK mask)LLView [protected]
childrenHandleMouseDown(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleMouseUp(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleRightMouseDown(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleRightMouseUp(S32 x, S32 y, MASK mask)LLView [protected]
childrenHandleScrollWheel(S32 x, S32 y, S32 clicks)LLView [protected]
childrenHandleUnicodeChar(llwchar uni_char)LLView [protected]
cleanupClass()LLThreadSafeRefCount [static]
clear()LLUICtrl [virtual]
clearColumns()LLScrollListCtrl [virtual]
clearDispatchers()LLSimpleListener
clearRows()LLScrollListCtrl [virtual]
clearSearchString()LLScrollListCtrl [inline]
commitIfChanged()LLScrollListCtrl [protected]
control_map_t typedefLLView [protected]
copy()LLScrollListCtrl [virtual]
createRect(LLXMLNodePtr node, LLRect &rect, LLView *parent_view, const LLRect &required_rect=LLRect())LLView [static]
ctrl_list_t typedefLLView
cut()LLScrollListCtrl [virtual]
deleteAllChildren()LLView [virtual]
deleteAllItems()LLScrollListCtrl [inline]
deleteSelectedItems()LLScrollListCtrl
deleteSingleItem(S32 index)LLScrollListCtrl
deleteViewByHandle(LLViewHandle handle)LLView [static]
deregisterEventListener(LLString name)LLView
deselect()LLScrollListCtrl [virtual]
deselectAllItems(BOOL no_commit_on_change=FALSE)LLScrollListCtrl
deselectByValue(LLSD value)LLCtrlSelectionInterface
deselectItem(LLScrollListItem *itemp)LLScrollListCtrl [protected]
die()LLMortician
dispatch_list_t typedefLLView [protected]
doDelete()LLScrollListCtrl [virtual]
draw()LLScrollListCtrl [virtual]
drawChild(LLView *childp, S32 x_offset=0, S32 y_offset=0, BOOL force_draw=FALSE)LLView
drawDebugRect()LLView
drawItems()LLScrollListCtrl [protected]
duplicate()LLEditMenuHandler [virtual]
EOperation enum nameLLCtrlSelectionInterface
escapeXML(const LLWString &xml)LLView [static]
escapeXML(const LLString &xml, LLString &indent)LLView [static]
ESnapEdge enum nameLLView
ESnapType enum nameLLView
ESoundFlags enum nameLLView
findControl(LLString name)LLView [virtual]
findEventListener(LLSimpleListener *listener) const LLView
findRootMostFocusRoot()LLView
findSnapEdge(S32 &new_edge_val, const LLCoordGL &mouse_dir, ESnapEdge snap_edge, ESnapType snap_type, S32 threshold, S32 padding=0)LLView [virtual]
findSnapRect(LLRect &new_rect, const LLCoordGL &mouse_dir, LLView::ESnapType snap_type, S32 threshold, S32 padding=0)LLView [virtual]
fireEvent(LLPointer< LLEvent > event, LLSD filter)LLObservable
focusFirstItem(BOOL prefer_text_fields=FALSE)LLUICtrl [virtual]
focusLastItem(BOOL prefer_text_fields=FALSE)LLView [virtual]
focusNext(LLView::child_list_t &result)LLView [static]
focusNextItem(BOOL text_entry_only)LLView [virtual]
focusNextRoot()LLView [virtual]
focusPrev(LLView::child_list_t &result)LLView [static]
focusPrevItem(BOOL text_entry_only)LLView [virtual]
focusPrevRoot()LLView [virtual]
followsAll() const LLView [inline]
followsBottom() const LLView [inline]
followsLeft() const LLView [inline]
followsRight() const LLView [inline]
followsTop() const LLView [inline]
fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory)LLScrollListCtrl [static]
getAllData() const LLScrollListCtrl
getAllSelected() const LLScrollListCtrl
getCallbackUserData() const LLUICtrl [inline]
getCanSelect() const LLScrollListCtrl [inline, virtual]
getChildByName(const LLString &name, BOOL recurse=FALSE) const LLView [virtual]
getChildCount() const LLView [inline]
getChildList() const LLView [inline]
getColumn(S32 index)LLScrollListCtrl [virtual]
getColumnPadding()LLScrollListCtrl [inline]
getControl(LLString name)LLView
getControlName() const LLView [virtual]
getCtrlList() const LLView
getCtrlListSorted() const LLView
getCtrlOrder() const LLView [inline]
getCurrentID()LLScrollListCtrl [inline, virtual]
getDefaultTabGroup() const LLView
getDispatcher()LLObservable [virtual]
getEnabled() const LLView [inline]
getFirstChild()LLView [inline]
getFirstData() const LLScrollListCtrl
getFirstSelected() const LLScrollListCtrl
getFirstSelectedIndex() const LLScrollListCtrl [virtual]
getFocusRootsQuery()LLView [static]
getFollows() const LLView [inline]
getIsChrome() const LLUICtrl [virtual]
getItemCount() const LLScrollListCtrl [virtual]
getItemIndex(LLScrollListItem *item)LLScrollListCtrl
getItemIndex(LLUUID &item_id)LLScrollListCtrl
getItemListRect()LLScrollListCtrl [inline]
getLastData() const LLScrollListCtrl
getLastSelectedItem() const LLScrollListCtrl [inline]
getListenerByName(const LLString &callback_name)LLView
getListInterface()LLScrollListCtrl [inline, virtual]
getLocalRect() const LLView
getLocalSnapRect() const LLView [virtual]
getMaxSelectable()LLScrollListCtrl [inline]
getMouseOpaque() const LLView [inline]
getName() const LLView [virtual]
getNumColumns() const LLScrollListCtrl [inline, virtual]
getNumRefs() const LLThreadSafeRefCount [inline]
getParent() const LLView [inline]
getParentPanel() const LLUICtrl
getRect() const LLView [inline]
getRequiredRect()LLScrollListCtrl [virtual]
getRootView()LLView
getSaveToXML() const LLView [inline]
getScreenRect() const LLView
getScrollInterface()LLScrollListCtrl [inline, virtual]
getScrollPos()LLScrollListCtrl [virtual]
getSearchColumn()LLScrollListCtrl [inline]
getSelectedIDs()LLScrollListCtrl
getSelectionInterface()LLScrollListCtrl [inline, virtual]
getShowNamesToolTip()LLView
getSimpleSelectedItem(S32 column=0) const LLScrollListCtrl
getSimpleSelectedValue()LLScrollListCtrl [virtual]
getSnapRect() const LLView [inline, virtual]
getSortAscending()LLScrollListCtrl [inline]
getSortColumnName()LLScrollListCtrl
getSoundFlags() const LLView [inline]
getStringUUIDSelectedItem()LLScrollListCtrl
getTabOrderQuery()LLView [static]
getTentative() const LLUICtrl [virtual]
getToolTip()LLView
getValue() const LLScrollListCtrl [virtual]
getViewByHandle(LLViewHandle handle)LLView [static]
getVisible() const LLView [inline]
getWidgetTag() const LLScrollListCtrl [inline, virtual]
getWidgetType() const LLScrollListCtrl [inline, virtual]
getWindow(void)LLView [static]
getXML(bool save_children=true) const LLScrollListCtrl [virtual]
handleAttach(LLEventDispatcher *dispatcher)LLSimpleListener [virtual]
handleDetach(LLEventDispatcher *dispatcher)LLSimpleListener [virtual]
handleDoubleClick(S32 x, S32 y, MASK mask)LLScrollListCtrl [virtual]
handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, LLString &tooltip_msg)LLView [virtual]
handleEvent(LLPointer< LLEvent > event, const LLSD &userdata)LLView [virtual]
handleHover(S32 x, S32 y, MASK mask)LLScrollListCtrl [virtual]
handleKey(KEY key, MASK mask, BOOL called_from_parent)LLView [virtual]
handleKeyHere(KEY key, MASK mask, BOOL called_from_parent)LLScrollListCtrl [virtual]
handleMouseDown(S32 x, S32 y, MASK mask)LLScrollListCtrl [virtual]
handleMouseUp(S32 x, S32 y, MASK mask)LLScrollListCtrl [virtual]
handleRightMouseDown(S32 x, S32 y, MASK mask)LLView [virtual]
handleRightMouseUp(S32 x, S32 y, MASK mask)LLView [virtual]
handleScrollWheel(S32 x, S32 y, S32 clicks)LLScrollListCtrl [virtual]
handleToolTip(S32 x, S32 y, LLString &msg, LLRect *sticky_rect)LLView [virtual]
handleUnicodeChar(llwchar uni_char, BOOL called_from_parent)LLView [virtual]
handleUnicodeCharHere(llwchar uni_char, BOOL called_from_parent)LLScrollListCtrl [virtual]
hasAncestor(LLView *parentp)LLView
hasChild(const LLString &childname, BOOL recurse=FALSE) const LLView
hasFocus() const LLUICtrl [virtual]
hasMouseCapture()LLView [virtual]
hasTabStop() const LLUICtrl [virtual]
highlightNthItem(S32 index)LLScrollListCtrl
hitItem(S32 x, S32 y)LLScrollListCtrl
initClass()LLThreadSafeRefCount [static]
initFromXML(LLXMLNodePtr node, LLView *parent)LLUICtrl [virtual]
isCtrl() const LLUICtrl [inline, virtual]
isDead()LLMortician [inline]
isDirty() const LLScrollListCtrl [virtual]
isEmpty() const LLScrollListCtrl
isFocusRoot() const LLView
isInEnabledChain() const LLView
isInVisibleChain() const LLView
isPanel()LLView [virtual]
isRepeatedChars(const LLWString &string) const LLScrollListCtrl [protected]
isSelected(LLSD value)LLScrollListCtrl [virtual]
isSorted()LLScrollListCtrl
isView()LLView [virtual]
item_list typedefLLScrollListCtrl [protected]
LLMortician()LLMortician [inline]
LLMouseHandler()LLMouseHandler [inline]
LLObservable()LLObservable
LLScrollListCtrl(const LLString &name, const LLRect &rect, void(*commit_callback)(LLUICtrl *, void *), void *callback_userdata, BOOL allow_multiple_selection, BOOL draw_border=TRUE)LLScrollListCtrl
LLThreadSafeRefCount()LLThreadSafeRefCount
LLUICtrl()LLUICtrl
LLUICtrl(const LLString &name, const LLRect &rect, BOOL mouse_opaque, LLUICtrlCallback callback, void *callback_userdata, U32 reshape=FOLLOWS_NONE)LLUICtrl
LLUICtrlFactory classLLView [friend]
LLView()LLView
LLView(const LLString &name, BOOL mouse_opaque)LLView
LLView(const LLString &name, const LLRect &rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE)LLView
localPointToOtherView(S32 x, S32 y, S32 *other_x, S32 *other_y, LLView *other_view)LLView [virtual]
localPointToScreen(S32 local_x, S32 local_y, S32 *screen_x, S32 *screen_y) const LLView [virtual]
localRectToOtherView(const LLRect &local, LLRect *other, LLView *other_view) const LLView [virtual]
localRectToScreen(const LLRect &local, LLRect *screen) const LLView [virtual]
mAllowKeyboardMovementLLScrollListCtrl [protected]
mAllowMultipleSelectionLLScrollListCtrl [protected]
mBackgroundVisibleLLScrollListCtrl [protected]
mBgReadOnlyColorLLScrollListCtrl [protected]
mBgSelectedColorLLScrollListCtrl [protected]
mBgStripeColorLLScrollListCtrl [protected]
mBgWriteableColorLLScrollListCtrl [protected]
mBorderLLScrollListCtrl [protected]
mBorderThicknessLLScrollListCtrl [protected]
mCallbackUserDataLLUICtrl [protected]
mCanSelectLLScrollListCtrl [protected]
mCollapseEmptyColumnsLLScrollListCtrl [protected]
mColumnPaddingLLScrollListCtrl [protected]
mColumnsLLScrollListCtrl [protected]
mColumnsIndexedLLScrollListCtrl [protected]
mCommitCallbackLLUICtrl [protected]
mCommitOnKeyboardMovementLLScrollListCtrl [protected]
mCommitOnSelectionChangeLLScrollListCtrl [protected]
mControlNameLLView [protected]
mCtrlOrderLLView [protected]
mCurIndexLLScrollListCtrl [protected]
mCurSelectedIndexLLScrollListCtrl [protected]
mDefaultColumnLLScrollListCtrl [protected]
mDefaultTabGroupLLView [protected]
mDirtyLLScrollListCtrl [protected]
mDispatcherLLObservable [protected]
mDispatchersLLSimpleListener [protected]
mDispatchListLLView [protected]
mDisplayColumnHeadersLLScrollListCtrl [protected]
mDrawStripesLLScrollListCtrl [protected]
mDrewSelectedLLScrollListCtrl
mEnabledLLView [protected]
mFgDisabledColorLLScrollListCtrl [protected]
mFgSelectedColorLLScrollListCtrl [protected]
mFgUnselectedColorLLScrollListCtrl [protected]
mFloaterControlsLLView [protected]
mFocusChangedCallbackLLUICtrl [protected]
mFocusLostCallbackLLUICtrl [protected]
mFocusReceivedCallbackLLUICtrl [protected]
mHeadingHeightLLScrollListCtrl [protected]
mHighlightedColorLLScrollListCtrl [protected]
mHighlightedItemLLScrollListCtrl [protected]
mIsFocusRootLLView [protected]
mIsPopupLLScrollListCtrl [protected]
mItemListLLScrollListCtrl [protected]
mItemListRectLLScrollListCtrl [protected]
mLastSelectedLLScrollListCtrl [protected]
mLastVisibleLLView
mLineHeightLLScrollListCtrl [protected]
mMaxItemCountLLScrollListCtrl [protected]
mMaxSelectableLLScrollListCtrl [protected]
mMouseOpaqueLLView [protected]
mNameLLView [protected]
mNeedsScrollLLScrollListCtrl [protected]
mNumDynamicWidthColumnsLLScrollListCtrl [protected]
mOnDoubleClickCallbackLLScrollListCtrl [protected]
mOnMaximumSelectCallbackLLScrollListCtrl [protected]
mOnSortChangedCallbackLLScrollListCtrl [protected]
mOriginalSelectionLLScrollListCtrl [protected]
MOUSE_DOWN enum valueLLView
MOUSE_UP enum valueLLView
moveChildToFrontOfTabGroup(LLUICtrl *child)LLView
mPageLinesLLScrollListCtrl [protected]
mRectLLView [protected]
mReshapeFlagsLLView [protected]
mSaveToXMLLLView [protected]
mScrollbarLLScrollListCtrl [protected]
mScrollLinesLLScrollListCtrl [protected]
mSearchColumnLLScrollListCtrl [protected]
mSearchStringLLScrollListCtrl [protected]
mSearchTimerLLScrollListCtrl [protected]
mSelectionChangedLLScrollListCtrl [protected]
mSortAscendingLLScrollListCtrl [protected]
mSortColumnLLScrollListCtrl [protected]
mSortedLLScrollListCtrl [protected]
mSoundFlagsLLView [protected]
mSpanChildrenLLView
mTabStopLLUICtrl [protected]
mTentativeLLUICtrl [protected]
mToolTipMsgLLView [protected]
mTotalStaticColumnWidthLLScrollListCtrl [protected]
mValidateCallbackLLUICtrl [protected]
mViewHandleLLView
onChangeFocus(S32 direction)LLUICtrl [protected]
onClickColumn(void *userdata)LLScrollListCtrl [static]
onCommit()LLUICtrl [virtual]
onFocusLost()LLScrollListCtrl [virtual]
onFocusLostCallback(LLUICtrl *old_focus)LLUICtrl [static]
onFocusReceived()LLScrollListCtrl [virtual]
onMouseCaptureLost()LLView [virtual]
onScrollChange(S32 new_pos, LLScrollbar *src, void *userdata)LLScrollListCtrl [static]
onTabInto()LLUICtrl [virtual]
onVisibilityChange(BOOL curVisibilityIn)LLView [virtual]
OP_DELETE enum valueLLCtrlSelectionInterface
OP_DESELECT enum valueLLCtrlSelectionInterface
OP_SELECT enum valueLLCtrlSelectionInterface
operateOnAll(EOperation op)LLScrollListCtrl
LLCtrlListInterface::operateOnAll(EOperation op)=0LLCtrlSelectionInterface [pure virtual]
operateOnSelection(EOperation op)LLScrollListCtrl
LLCtrlListInterface::operateOnSelection(EOperation op)=0LLCtrlSelectionInterface [pure virtual]
parentPointInView(S32 x, S32 y) const LLView [inline]
paste()LLEditMenuHandler [virtual]
pointInView(S32 x, S32 y) const LLView [inline]
popVisible()LLView [inline]
pushVisible(BOOL visible)LLView [inline]
redo()LLEditMenuHandler [virtual]
ref()LLThreadSafeRefCount [inline]
registerEventListener(LLString name, LLSimpleListener *function)LLView
removeChild(LLView *view, BOOL deleteIt=FALSE)LLView
removeCtrl(LLUICtrl *ctrl)LLView [virtual]
removeListener(LLEventListener *listener)LLObservable [inline]
reportInvalidInput()LLScrollListCtrl [protected]
resetDirty()LLScrollListCtrl [virtual]
reshape(S32 width, S32 height, BOOL called_from_parent=TRUE)LLScrollListCtrl [virtual]
rowPreceeds(LLScrollListItem *new_row, LLScrollListItem *test_row)LLScrollListCtrl [static]
saveColorToXML(std::ostream &out, const LLColor4 &color, const LLString &xml_name, const LLString &control_name, const LLString &indent)LLView [static]
screenPointToLocal(S32 screen_x, S32 screen_y, S32 *local_x, S32 *local_y) const LLView [virtual]
screenRectToLocal(const LLRect &screen, LLRect *local) const LLView [virtual]
scrollToShowSelected()LLScrollListCtrl [virtual]
sDebugKeysLLView [static]
sDebugMouseHandlingLLView [static]
sDebugRectsLLView [static]
sDepthLLView [static]
sEditingUILLView [static]
sEditingUIViewLLView [static]
selectAll()LLScrollListCtrl [virtual]
selectByID(const LLUUID &id)LLScrollListCtrl
selectByValue(LLSD value)LLCtrlSelectionInterface
selectFirstItem()LLScrollListCtrl [virtual]
selectFont(LLXMLNodePtr node)LLView [static]
selectFontHAlign(LLXMLNodePtr node)LLView [static]
selectFontStyle(LLXMLNodePtr node)LLView [static]
selectFontVAlign(LLXMLNodePtr node)LLView [static]
selectItem(LLScrollListItem *itemp, BOOL single_select=TRUE)LLScrollListCtrl [protected]
selectItemAt(S32 x, S32 y, MASK mask)LLScrollListCtrl
selectMultiple(LLDynamicArray< LLUUID > ids)LLScrollListCtrl
selectNextItem(BOOL extend_selection)LLScrollListCtrl [protected]
selectNthItem(S32 index)LLScrollListCtrl [virtual]
selectPrevItem(BOOL extend_selection)LLScrollListCtrl [protected]
selectSimpleItem(const LLString &item, BOOL case_sensitive=TRUE)LLScrollListCtrl
selectSimpleItemByPrefix(const LLString &target, BOOL case_sensitive)LLScrollListCtrl
selectSimpleItemByPrefix(const LLWString &target, BOOL case_sensitive)LLScrollListCtrl
sendChildToBack(LLView *child)LLView
sendChildToFront(LLView *child)LLView
setAllChildrenEnabled(BOOL b)LLView [virtual]
setAllowKeyboardMovement(BOOL b)LLScrollListCtrl [inline]
setAllowMultipleSelection(BOOL mult)LLScrollListCtrl [inline]
setBackgroundVisible(BOOL b)LLScrollListCtrl [inline]
setBgSelectedColor(const LLColor4 &c)LLScrollListCtrl [inline]
setBgStripeColor(const LLColor4 &c)LLScrollListCtrl [inline]
setBgWriteableColor(const LLColor4 &c)LLScrollListCtrl [inline]
setCallbackUserData(void *data)LLUICtrl [inline]
setCanSelect(BOOL can_select)LLScrollListCtrl [inline]
setCollapseEmptyColumns(BOOL collapse)LLScrollListCtrl
setColor(const LLColor4 &color)LLUICtrl [virtual]
setColumnHeadings(LLSD headings)LLScrollListCtrl
setColumnLabel(const LLString &column, const LLString &label)LLScrollListCtrl [virtual]
setColumnPadding(const S32 c)LLScrollListCtrl [inline]
setCommitCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setCommitOnKeyboardMovement(BOOL b)LLScrollListCtrl [inline]
setCommitOnSelectionChange(BOOL b)LLScrollListCtrl [inline]
setControlName(const LLString &control, LLView *context)LLView [virtual]
setControlValue(const LLSD &value)LLView
setCurrentByID(const LLUUID &id)LLScrollListCtrl [inline, virtual]
setDispatcher(LLPointer< LLEventDispatcher > dispatcher)LLObservable [virtual]
setDisplayHeading(BOOL display)LLScrollListCtrl
setDoubleClickCallback(void(*cb)(void *))LLScrollListCtrl [inline, virtual]
setDrawStripes(BOOL b)LLScrollListCtrl [inline]
setEnabled(BOOL enabled)LLScrollListCtrl [virtual]
setFgDisableColor(const LLColor4 &c)LLScrollListCtrl [inline]
setFgSelectedColor(const LLColor4 &c)LLScrollListCtrl [inline]
setFgUnselectedColor(const LLColor4 &c)LLScrollListCtrl [inline]
setFocus(BOOL b)LLScrollListCtrl [virtual]
setFocusChangedCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setFocusLostCallback(void(*cb)(LLUICtrl *caller, void *user_data))LLUICtrl [inline]
setFocusReceivedCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setFollows(U32 flags)LLView
setFollowsAll()LLView
setFollowsBottom()LLView
setFollowsLeft()LLView
setFollowsNone()LLView
setFollowsRight()LLView
setFollowsTop()LLView
setHeadingHeight(S32 heading_height)LLScrollListCtrl
setHidden(BOOL hidden)LLView [virtual]
setHighlightedColor(const LLColor4 &c)LLScrollListCtrl [inline]
setIsChrome(BOOL is_chrome)LLUICtrl [virtual]
setIsPopup(BOOL is_popup)LLScrollListCtrl [inline]
setLabelArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setMaxItemCount(S32 max_count)LLScrollListCtrl
setMaxiumumSelectCallback(void(*cb)(void *))LLScrollListCtrl [inline]
setMaxSelectable(U32 max_selected)LLScrollListCtrl [inline]
setMaxValue(LLSD max_value)LLUICtrl [virtual]
setMinValue(LLSD min_value)LLUICtrl [virtual]
setMouseOpaque(BOOL b)LLView
setName(LLString name)LLView
setNumDynamicColumns(int num)LLScrollListCtrl [inline]
setOrigin(S32 x, S32 y)LLView [inline, virtual]
setReadOnlyBgColor(const LLColor4 &c)LLScrollListCtrl [inline]
setRect(const LLRect &rect)LLView [virtual]
setSaveToXML(BOOL b)LLView [inline]
setScrollListParameters(LLXMLNodePtr node)LLScrollListCtrl
setScrollPos(S32 pos)LLScrollListCtrl [virtual]
setSearchColumn(S32 column)LLScrollListCtrl [inline]
setSelectedByValue(LLSD value, BOOL selected)LLScrollListCtrl [virtual]
setSortChangedCallback(void(*cb)(void *))LLScrollListCtrl [inline]
setSorted(BOOL sorted)LLScrollListCtrl [protected]
setSoundFlags(U8 flags)LLView
setSpanChildren(BOOL span_children)LLView
setTabStop(BOOL b)LLUICtrl [virtual]
setTentative(BOOL b)LLUICtrl [virtual]
setTextArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setToolTip(const LLString &msg)LLView
setTotalStaticColumnWidth(int width)LLScrollListCtrl [inline]
setValidateBeforeCommit(BOOL(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setValue(const LLSD &value)LLScrollListCtrl [virtual]
setVisible(BOOL visible)LLView [virtual]
setZealous(BOOL b)LLMortician [static]
sForceReshapeLLView [static]
SILENT enum valueLLView
sLastBottomXMLLLView [static]
sLastLeftXMLLLView [static]
sMouseHandlerMessageLLView [static]
SNAP_BOTTOM enum valueLLView
SNAP_LEFT enum valueLLView
SNAP_PARENT enum valueLLView
SNAP_PARENT_AND_SIBLINGS enum valueLLView
SNAP_RIGHT enum valueLLView
SNAP_SIBLINGS enum valueLLView
SNAP_TOP enum valueLLView
snappedTo(LLView *snap_view)LLView [virtual]
sort()LLScrollListCtrl
sortByColumn(U32 column, BOOL ascending)LLScrollListCtrl
sortByColumn(LLString name, BOOL ascending)LLScrollListCtrl [virtual]
sortChildren(_Pr3 _Pred)LLView [inline]
sSelectIDLLView [static]
sViewHandleMapLLView [static]
swapWithNext(S32 index)LLScrollListCtrl
swapWithPrevious(S32 index)LLScrollListCtrl
sWindowLLView [protected, static]
tab_order_pair_t typedefLLView
tab_order_t typedefLLView
translate(S32 x, S32 y)LLView [virtual]
translateIntoRect(const LLRect &constraint, BOOL allow_partial_outside)LLView
undo()LLEditMenuHandler [virtual]
unref()LLThreadSafeRefCount [inline]
updateClass()LLMortician [static]
updateColumns()LLScrollListCtrl
updateLineHeight()LLScrollListCtrl [protected]
updateMaxContentWidth(LLScrollListItem *changed_item)LLScrollListCtrl
updateRect()LLView [virtual]
userSetShape(const LLRect &new_rect)LLView [virtual]
~LLCtrlListInterface()LLCtrlListInterface [virtual]
~LLCtrlScrollInterface()LLCtrlScrollInterface [virtual]
~LLCtrlSelectionInterface()LLCtrlSelectionInterface [virtual]
~LLEditMenuHandler()LLEditMenuHandler [virtual]
~LLEventListener()LLEventListener [protected, virtual]
~LLMortician()LLMortician [virtual]
~LLMouseHandler()LLMouseHandler [inline, virtual]
~LLObservable()LLObservable [virtual]
~LLScrollListCtrl()LLScrollListCtrl [virtual]
~LLSimpleListener()LLSimpleListener [protected]
~LLThreadSafeRefCount()LLThreadSafeRefCount [protected, virtual]
~LLUICtrl()LLUICtrl [virtual]
~LLView()LLView [virtual]


Generated on Thu Jul 1 06:11:45 2010 for Second Life Viewer by  doxygen 1.4.7