LLFloaterPermissionsMgr Member List

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

acceptsTextInput() const LLUICtrl [virtual]
addBoolControl(LLString name, bool initial_value)LLView
addBorder(LLViewBorder::EBevel border_bevel=LLViewBorder::BEVEL_OUT, LLViewBorder::EStyle border_style=LLViewBorder::STYLE_LINE, S32 border_thickness=LLPANEL_BORDER_WIDTH)LLPanel
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]
addDependentFloater(LLFloater *dependent, BOOL reposition=TRUE)LLFloater
addDependentFloater(LLHandle< LLFloater > dependent_handle, BOOL reposition=TRUE)LLFloater
addListenerToControl(LLEventDispatcher *observer, const LLString &name, LLSD filter, LLSD userdata)LLView
alertXml(LLString label, LLString::format_map_t args=LLString::format_map_t())LLPanel [static]
applyRectControl()LLFloater
blockMouseEvent(S32 x, S32 y) const LLView
bringToFront(S32 x, S32 y)LLFloater [protected, virtual]
BUTTON_CLOSE enum valueLLFloater
BUTTON_COUNT enum valueLLFloater
BUTTON_EDIT enum valueLLFloater
BUTTON_MINIMIZE enum valueLLFloater
BUTTON_RESTORE enum valueLLFloater
BUTTON_TEAR_OFF enum valueLLFloater
canClose()LLFloater [inline, virtual]
canFocusChildren() const LLView [virtual]
canSaveAs() const LLFloater [inline, virtual]
canSnapTo(const LLView *other_view)LLFloater [virtual]
center()LLFloater
centerWithin(const LLRect &bounds)LLView
checkRequirements()LLPanel
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
childDisable(const LLString &name)LLPanel [inline]
childDisplayNotFound()LLPanel
childEnable(const LLString &name)LLPanel [inline]
childGetListInterface(const LLString &id) const LLPanel
childGetRect(const LLString &id, LLRect &rect) const LLPanel
childGetScrollInterface(const LLString &id) const LLPanel
childGetSelectionInterface(const LLString &id) const LLPanel
childGetText(const LLString &id) const LLPanel [inline]
childGetValue(const LLString &id) const LLPanel
childGetVisibleTab(const LLString &id) const LLPanel
childHasFocus(const LLString &id)LLPanel
childHasKeyboardFocus(const LLString &childname) const LLView
childHide(const LLString &name)LLPanel [inline]
childIsEnabled(const LLString &id) const LLPanel
childIsVisible(const LLString &id) const LLPanel
childNotFound(const LLString &id) const LLPanel
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]
childSetAction(const LLString &id, void(*function)(void *), void *value)LLPanel
childSetActionTextbox(const LLString &id, void(*function)(void *))LLPanel
childSetColor(const LLString &id, const LLColor4 &color)LLPanel
childSetCommitCallback(const LLString &id, void(*cb)(LLUICtrl *, void *), void *userdata=NULL)LLPanel
childSetControlName(const LLString &id, const LLString &control_name)LLPanel
childSetDoubleClickCallback(const LLString &id, void(*cb)(void *), void *userdata=NULL)LLPanel
childSetEnabled(const LLString &name, bool enabled)LLPanel
childSetFocus(const LLString &id, BOOL focus=TRUE)LLPanel
childSetFocusChangedCallback(const LLString &id, void(*cb)(LLFocusableElement *, void *), void *user_data=NULL)LLPanel
childSetKeystrokeCallback(const LLString &id, void(*keystroke_callback)(LLLineEditor *caller, void *user_data), void *user_data)LLPanel
childSetLabelArg(const LLString &id, const LLString &key, const LLStringExplicit &text)LLPanel
childSetMaxValue(const LLString &id, LLSD max_value)LLPanel
childSetMinValue(const LLString &id, LLSD min_value)LLPanel
childSetPrevalidate(const LLString &id, BOOL(*func)(const LLWString &))LLPanel
childSetRect(const LLString &id, const LLRect &rect)LLPanel
childSetTabChangeCallback(const LLString &id, const LLString &tabname, void(*on_tab_clicked)(void *, bool), void *userdata)LLPanel
childSetTentative(const LLString &name, bool tentative)LLPanel
childSetText(const LLString &id, const LLStringExplicit &text)LLPanel [inline]
childSetTextArg(const LLString &id, const LLString &key, const LLStringExplicit &text)LLPanel
childSetToolTip(const LLString &id, const LLString &msg)LLPanel
childSetToolTipArg(const LLString &id, const LLString &key, const LLStringExplicit &text)LLPanel
childSetUserData(const LLString &id, void *userdata)LLPanel
childSetValidate(const LLString &id, BOOL(*cb)(LLUICtrl *, void *))LLPanel
childSetValue(const LLString &id, LLSD value)LLPanel
childSetVisible(const LLString &name, bool visible)LLPanel
childSetWrappedText(const LLString &id, const LLString &text, bool visible=true)LLPanel
childShow(const LLString &name)LLPanel [inline]
childShowTab(const LLString &id, const LLString &tabname, bool visible=true)LLPanel
clear()LLUICtrl [virtual]
clearCtrls()LLPanel [virtual]
clearSnapTarget()LLFloater [inline]
close(bool app_quitting=false)LLFloater [virtual]
closeFocusedFloater()LLFloater [static]
control_map_t typedefLLView [protected]
controlListener(const LLSD &newvalue, LLHandle< LLView > handle, std::string type)LLView [protected, static]
createDummyWidget(const LLString &name) const LLView [inline]
createRect(LLXMLNodePtr node, LLRect &rect, LLView *parent_view, const LLRect &required_rect=LLRect())LLView [static]
createWidget(LLXMLNodePtr xml_node) const LLView
ctrl_list_t typedefLLView
deleteAllChildren()LLView [virtual]
deleteViewByHandle(LLHandle< LLView > handle)LLView [static]
deregisterEventListener(LLString name)LLView
destroy()LLFloater [inline, protected]
die()LLMortician
draw()LLFloater [virtual]
drawChild(LLView *childp, S32 x_offset=0, S32 y_offset=0, BOOL force_draw=FALSE)LLView [protected]
drawDebugRect()LLView [protected]
e_hit_test_type enum nameLLView
EFloaterButtons enum nameLLFloater
EHitTestType typedefLLView
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
findEventListener(LLSimpleListener *listener) const LLView
findRootMostFocusRoot() const LLUICtrl
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]
focusFirstItem(BOOL prefer_text_fields=FALSE, BOOL focus_flash=TRUE)LLUICtrl
focusLastItem(BOOL prefer_text_fields=FALSE)LLUICtrl
focusNext(LLView::child_list_t &result)LLView [static]
focusNextItem(BOOL text_entry_only)LLUICtrl
focusNextRoot()LLView
focusPrev(LLView::child_list_t &result)LLView [static]
focusPrevItem(BOOL text_entry_only)LLUICtrl
focusPrevRoot()LLView
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)LLFloater [static]
getBackgroundColor() const LLPanel [inline]
getBoundingRect() const LLView [inline]
getCallbackUserData() const LLUICtrl [inline]
getChild(const LLString &name, BOOL recurse=TRUE, BOOL create_if_missing=TRUE) const LLView [inline]
getChildCount() const LLView [inline]
getChildList() const LLView [inline]
getChildView(const LLString &name, BOOL recurse=TRUE, BOOL create_if_missing=TRUE) const LLPanel [virtual]
LLUICtrl::getChildView(const LLString &name, BOOL recurse=TRUE, BOOL create_if_missing=TRUE) const LLView [virtual]
getControl(LLString name)LLView
getControlName() const LLView [inline, virtual]
getCtrlList() const LLView
getCtrlListSorted() const LLView
getCtrlOrder() const LLView [inline]
getDefaultButton()LLPanel [inline, protected]
getDefaultTabGroup() const LLView [inline]
getDependee()LLFloater [inline]
getDragHandle() const LLFloater [inline, protected]
getDummyWidget(const LLString &name) const LLView [inline]
getEditModeEnabled()LLFloater [inline, static]
getEnabled() const LLView [inline]
getExpandedRect() const LLFloater [inline, protected]
getFactoryMap() const LLPanel [inline]
getFirstChild() const LLView [inline]
getFloaterHost()LLFloater [inline, static]
getFocusRootsQuery()LLView [static]
getFollows() const LLView [inline]
getHandle()LLFloater [inline]
LLPanel::getHandle() const LLPanel [inline]
getHost()LLFloater [inline]
getIsChrome() const LLUICtrl
getLabel() const LLPanel [inline]
getLastTabGroup() const LLPanel [inline]
getListenerByName(const LLString &callback_name)LLView
getListInterface()LLUICtrl [virtual]
getLocalBoundingRect() const LLView
getLocalRect() const LLView
getLocalSnapRect() const LLView
getMinHeight() const LLFloater [inline]
getMinWidth() const LLFloater [inline]
getMouseOpaque() const LLView [inline]
getName() const LLView [virtual]
getParent() const LLView [inline]
getParentPanel() const LLUICtrl
getParentUICtrl() const LLUICtrl
getRect() const LLView [inline]
getRectControl() const LLPanel [inline]
getRequiredRect()LLView [virtual]
getResizeLimits(S32 *min_width, S32 *min_height)LLFloater [inline]
getRootView()LLView
getSaveToXML() const LLView [inline]
getScreenRect() const LLView
getScrollInterface()LLUICtrl [virtual]
getSelectionInterface()LLUICtrl [virtual]
getShortTitle()LLFloater
getShowNamesToolTip()LLView
getSnapRect() const LLView [virtual]
getSnapTarget()LLFloater [inline]
getSoundFlags() const LLView [inline]
getString(const LLString &name, const LLString::format_map_t &args=LLUIString::sNullArgs) const LLPanel
getTabOrderQuery()LLView [static]
getTentative() const LLUICtrl [virtual]
getTitle() const LLFloater
getToolTip() const LLView [inline]
getTransparentColor() const LLPanel [inline]
getUIString(const LLString &name) const LLPanel
getUseBoundingRect()LLView
getValue() const LLUICtrl [virtual]
getVisible() const LLView [inline]
getWindow(void)LLView [inline, static]
getXML(bool save_children=true) const LLFloater [virtual]
handleDoubleClick(S32 x, S32 y, MASK mask)LLFloater [virtual]
handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, LLString &tooltip_msg)LLView [virtual]
handleHover(S32 x, S32 y, MASK mask)LLView [virtual]
handleKey(KEY key, MASK mask, BOOL called_from_parent)LLView [virtual]
handleKeyHere(KEY key, MASK mask)LLPanel [virtual]
handleMouseDown(S32 x, S32 y, MASK mask)LLFloater [virtual]
handleMouseUp(S32 x, S32 y, MASK mask)LLView [virtual]
handleRightMouseDown(S32 x, S32 y, MASK mask)LLFloater [virtual]
handleRightMouseUp(S32 x, S32 y, MASK mask)LLView [virtual]
handleScrollWheel(S32 x, S32 y, S32 clicks)LLView [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)LLView [protected, virtual]
hasAncestor(const LLView *parentp) const LLView
hasBorder() const LLPanel [inline]
hasChild(const LLString &childname, BOOL recurse=FALSE) const LLView
hasFocus() const LLUICtrl [virtual]
hasMouseCapture()LLView [virtual]
hasTabStop() const LLUICtrl
HIT_TEST_IGNORE_BOUNDING_RECT enum valueLLView
HIT_TEST_USE_BOUNDING_RECT enum valueLLView
initChildrenXML(LLXMLNodePtr node, LLUICtrlFactory *factory)LLPanel
initFloater(const LLString &title, BOOL resizable, S32 min_width, S32 min_height, BOOL drag_on_left, BOOL minimizable, BOOL close_btn)LLFloater [virtual]
initFloaterXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory, BOOL open=TRUE)LLFloater
initFromXML(LLXMLNodePtr node, LLView *parent)LLUICtrl [virtual]
initPanelXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory)LLPanel
isBackgroundOpaque() const LLPanel [inline]
isBackgroundVisible() const LLPanel [inline]
isCloseable() const LLFloater [inline]
isCtrl() const LLUICtrl [virtual]
isDead()LLMortician [inline]
isDependent()LLFloater [inline]
isDirty() const LLUICtrl [virtual]
isDragOnLeft() const LLFloater [inline]
isFocusRoot() const LLView [inline]
isFrontmost()LLFloater
isInEnabledChain() const LLView
isInVisibleChain() const LLView
isMinimizeable() const LLFloater [inline]
isMinimized()LLFloater [inline]
isPanel() const LLPanel [virtual]
isResizable() const LLFloater [inline]
isView() const LLView [virtual]
isView()LLView
LLFloater()LLFloater
LLFloater(const LLString &name)LLFloater
LLFloater(const LLString &name, const LLRect &rect, const LLString &title, BOOL resizable=FALSE, S32 min_width=DEFAULT_MIN_WIDTH, S32 min_height=DEFAULT_MIN_HEIGHT, BOOL drag_on_left=FALSE, BOOL minimizable=TRUE, BOOL close_btn=TRUE, BOOL bordered=BORDER_NO)LLFloater
LLFloater(const LLString &name, const LLString &rect_control, const LLString &title, BOOL resizable=FALSE, S32 min_width=DEFAULT_MIN_WIDTH, S32 min_height=DEFAULT_MIN_HEIGHT, BOOL drag_on_left=FALSE, BOOL minimizable=TRUE, BOOL close_btn=TRUE, BOOL bordered=BORDER_NO)LLFloater
LLFloaterPermissionsMgr()LLFloaterPermissionsMgr [private]
LLFocusableElement()LLFocusableElement
LLMortician()LLMortician [inline]
LLMouseHandler()LLMouseHandler [inline]
LLPanel()LLPanel
LLPanel(const LLString &name)LLPanel
LLPanel(const LLString &name, const LLRect &rect, BOOL bordered=TRUE)LLPanel
LLPanel(const LLString &name, const LLString &rect_control, BOOL bordered=TRUE)LLPanel
LLUICtrl()LLUICtrl
LLUICtrl(const LLString &name, const LLRect &rect, BOOL mouse_opaque, LLUICtrlCallback callback, void *callback_userdata, U32 reshape=FOLLOWS_NONE)LLUICtrl
LLUICtrlCallback typedefLLUICtrl
LLUICtrlValidate typedefLLUICtrl
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) const LLView
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
localRectToScreen(const LLRect &local, LLRect *screen) const LLView
mCallbackUserDataLLUICtrl [protected]
mCommitCallbackLLUICtrl [protected]
mFactoryMapLLPanel [protected]
mFloaterControlsLLView [protected]
mFocusCallbackUserDataLLFocusableElement [protected]
mFocusChangedCallbackLLFocusableElement [protected]
mFocusLostCallbackLLFocusableElement [protected]
mFocusReceivedCallbackLLFocusableElement [protected]
mLostTopCallbackLLUICtrl [protected]
MOUSE_DOWN enum valueLLView
MOUSE_UP enum valueLLView
moveChildToBackOfTabGroup(LLUICtrl *child)LLView
moveChildToFrontOfTabGroup(LLUICtrl *child)LLView
moveResizeHandlesToFront()LLFloater
mPermissionsLLFloaterPermissionsMgr
mScrollerLLFloaterPermissionsMgr [protected]
mValidateCallbackLLUICtrl [protected]
nextAlert(LLAlertInfo &alert)LLPanel [static]
onClickClose(void *userdata)LLFloater [static]
onClickEdit(void *userdata)LLFloater [static]
onClickMinimize(void *userdata)LLFloater [static]
onClickTearOff(void *userdata)LLFloater [static]
onClose(bool app_quitting)LLFloaterPermissionsMgr [inline, virtual]
onCommit()LLUICtrl [virtual]
onFocusLost()LLUICtrl [virtual]
onFocusReceived()LLUICtrl [virtual]
onLostTop()LLUICtrl [virtual]
onMouseCaptureLost()LLView [virtual]
onOpen()LLFloater [inline, virtual]
onTabInto()LLUICtrl [virtual]
onVisibilityChange(BOOL curVisibilityIn)LLView [virtual]
open()LLFloater [virtual]
parentPointInView(S32 x, S32 y, EHitTestType type=HIT_TEST_USE_BOUNDING_RECT) const LLView
parseFollowsFlags(LLXMLNodePtr node)LLView
pointInView(S32 x, S32 y, EHitTestType type=HIT_TEST_USE_BOUNDING_RECT) const LLView
popVisible()LLView [inline]
postBuild()LLPanel [virtual]
processPermissionsList(LLMessageSystem *msg, void **)LLFloaterPermissionsMgr [static]
pushVisible(BOOL visible)LLView [inline]
refresh()LLPanel [virtual]
registerEventListener(LLString name, LLSimpleListener *function)LLView
releaseFocus()LLFloater
removeBorder()LLPanel
removeChild(LLView *view, BOOL deleteIt=FALSE)LLView
removeCtrl(LLUICtrl *ctrl)LLView [virtual]
removeDependentFloater(LLFloater *dependent)LLFloater
requires(LLString name)LLPanel [inline]
requires(LLString name)LLPanel [inline]
resetDirty()LLUICtrl [virtual]
reshape(S32 width, S32 height, BOOL called_from_parent=TRUE)LLFloater [virtual]
saveAs()LLFloater [inline, virtual]
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
sDebugKeysLLView [static]
sDebugMouseHandlingLLView [static]
sDebugRectsLLView [static]
sDepthLLView [static]
sEditingUILLView [static]
sEditingUIViewLLView [static]
selectFont(LLXMLNodePtr node)LLView [static]
selectFontHAlign(LLXMLNodePtr node)LLView [static]
selectFontStyle(LLXMLNodePtr node)LLView [static]
selectFontVAlign(LLXMLNodePtr node)LLView [static]
sendChildToBack(LLView *child)LLView
sendChildToFront(LLView *child)LLView
setAllChildrenEnabled(BOOL b)LLView
setAutoFocus(BOOL focus)LLFloater [inline, protected]
setBackgroundColor(const LLColor4 &color)LLPanel [inline]
setBackgroundOpaque(BOOL b)LLPanel [inline]
setBackgroundVisible(BOOL b)LLPanel [inline]
setBorderVisible(BOOL b)LLPanel
setCallbackUserData(void *data)LLUICtrl [inline]
setCanClose(BOOL can_close)LLFloater
setCanDrag(BOOL can_drag)LLFloater
setCanMinimize(BOOL can_minimize)LLFloater
setCanResize(BOOL can_resize)LLFloater [virtual]
setCanTearOff(BOOL can_tear_off)LLFloater
setColor(const LLColor4 &color)LLUICtrl [virtual]
setCommitCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setControlName(const LLString &control, LLView *context)LLView [virtual]
setControlValue(const LLSD &value)LLView
setCtrlsEnabled(BOOL b)LLPanel
setDefaultBtn(LLButton *btn=NULL)LLPanel
setDefaultBtn(const LLString &id)LLPanel
setDefaultTabGroup(S32 d)LLView [inline]
setDoubleClickCallback(void(*cb)(void *))LLUICtrl [virtual]
setEditModeEnabled(BOOL enable)LLFloater [static]
setEnabled(BOOL enabled)LLView [virtual]
setExpandedRect(const LLRect &rect)LLFloater [inline, protected]
setFloaterHost(LLMultiFloater *hostp)LLFloater [inline, static]
setFocus(BOOL b)LLFloater [virtual]
setFocusChangedCallback(void(*cb)(LLFocusableElement *, void *), void *user_data=NULL)LLFocusableElement [inline]
setFocusLostCallback(void(*cb)(LLFocusableElement *caller, void *), void *user_data=NULL)LLFocusableElement [inline]
setFocusReceivedCallback(void(*cb)(LLFocusableElement *, void *), void *user_data=NULL)LLFocusableElement [inline]
setFocusRoot(BOOL b)LLView [inline]
setFollows(U32 flags)LLView [inline]
setFollowsAll()LLView [inline]
setFollowsBottom()LLView [inline]
setFollowsLeft()LLView [inline]
setFollowsNone()LLView [inline]
setFollowsRight()LLView [inline]
setFollowsTop()LLView [inline]
setFrontmost(BOOL take_focus=TRUE)LLFloater
setHost(LLMultiFloater *host)LLFloater
setIsChrome(BOOL is_chrome)LLFloater [virtual]
setLabel(const LLStringExplicit &label)LLPanel [inline]
setLabelArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setLostTopCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setMaxValue(LLSD max_value)LLUICtrl [virtual]
setMinimized(BOOL b)LLFloater [virtual]
setMinValue(LLSD min_value)LLUICtrl [virtual]
setMouseOpaque(BOOL b)LLView [inline]
setName(LLString name)LLView [inline]
setOrigin(S32 x, S32 y)LLView [inline]
setPanelParameters(LLXMLNodePtr node, LLView *parentp)LLPanel
setRect(const LLRect &rect)LLView [virtual]
setRectControl(const LLString &rect_control)LLPanel [inline]
setResizeLimits(S32 min_width, S32 min_height)LLFloater
setSaveToXML(BOOL b)LLView [inline]
setShortTitle(const LLString &short_title)LLFloater
setSnapTarget(LLHandle< LLFloater > handle)LLFloater [inline]
setSoundFlags(U8 flags)LLView [inline]
setTabStop(BOOL b)LLUICtrl
setTentative(BOOL b)LLUICtrl [virtual]
setTextArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setTitle(const LLString &title)LLFloater
setTitleVisible(bool visible)LLFloater
setToolTip(const LLStringExplicit &msg)LLView
setToolTipArg(const LLStringExplicit &key, const LLStringExplicit &text)LLView
setToolTipArgs(const LLString::format_map_t &args)LLView
setTransparentColor(const LLColor4 &color)LLPanel [inline]
setUseBoundingRect(BOOL use_bounding_rect)LLView
setValidateBeforeCommit(BOOL(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setValue(const LLSD &value)LLView [virtual]
setVisible(BOOL visible)LLFloater [virtual]
setVisibleAndFrontmost(BOOL take_focus=TRUE)LLFloater [protected, virtual]
setZealous(BOOL b)LLMortician [static]
sForceReshapeLLView [static]
show()LLFloaterPermissionsMgr [static]
SILENT enum valueLLView
sInstanceLLFloaterPermissionsMgr [protected, static]
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(const LLView *snap_view)LLFloater [virtual]
sortChildren(_Pr3 _Pred)LLView [inline]
sSelectIDLLView [static]
storeRectControl()LLPanel
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
updateBoundingRect()LLView
updateClass()LLMortician [static]
updateDefaultBtn()LLPanel
userSetShape(const LLRect &new_rect)LLFloater [virtual]
~LLFloater()LLFloater [virtual]
~LLFloaterPermissionsMgr()LLFloaterPermissionsMgr [private, virtual]
~LLFocusableElement()LLFocusableElement [virtual]
~LLMortician()LLMortician [virtual]
~LLMouseHandler()LLMouseHandler [inline, virtual]
~LLPanel()LLPanel
~LLUICtrl()LLUICtrl
~LLView()LLView [virtual]


Generated on Fri May 16 08:46:13 2008 for SecondLife by  doxygen 1.5.5