LLTextEditor Member List

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

acceptsTextInput() const LLTextEditor [virtual]
addBoolControl(LLString name, bool initial_value)LLView
addChar(llwchar c)LLTextEditor [protected]
addChar(S32 pos, llwchar wc)LLTextEditor [protected]
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]
addCtrl(LLUICtrl *ctrl, S32 tab_group)LLView [virtual]
addCtrlAtEnd(LLUICtrl *ctrl, S32 tab_group)LLView [virtual]
addListener(LLEventListener *listener, LLSD filter="", const LLSD &userdata="")LLObservable [inline]
addListenerToControl(LLEventDispatcher *observer, const LLString &name, LLSD filter, LLSD userdata)LLView
append(const LLWString &wstr, const BOOL group_with_next_op)LLTextEditor [protected]
appendColoredText(const LLString &wtext, bool allow_undo, bool prepend_newline, const LLColor4 &color, const LLString &font_name=LLString::null)LLTextEditor
appendStyledText(const LLString &new_text, bool allow_undo, bool prepend_newline, const LLStyle *style)LLTextEditor
appendText(const LLString &wtext, bool allow_undo, bool prepend_newline, const LLStyle *segment_style=NULL)LLTextEditor
assignEmbedded(const LLString &s)LLTextEditor [protected]
autoIndent()LLTextEditor [protected]
bindEmbeddedChars(const LLFontGL *font)LLTextEditor [protected, virtual]
blockUndo()LLTextEditor
canCopy()LLTextEditor [virtual]
canCut()LLTextEditor [virtual]
canDeselect()LLTextEditor [virtual]
canDoDelete()LLTextEditor [virtual]
canDuplicate()LLEditMenuHandler [private, virtual]
canFocusChildren() const LLView [virtual]
canPaste()LLTextEditor [virtual]
canRedo()LLTextEditor [virtual]
canSelectAll()LLTextEditor [virtual]
canSnapTo(LLView *other_view)LLView [virtual]
canUndo()LLTextEditor [virtual]
changeLine(S32 delta)LLTextEditor [protected]
changePage(S32 delta)LLTextEditor [protected]
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()LLTextEditor [virtual]
clearDispatchers()LLSimpleListener
control_map_t typedefLLView [protected]
copy()LLTextEditor [virtual]
createRect(LLXMLNodePtr node, LLRect &rect, LLView *parent_view, const LLRect &required_rect=LLRect())LLView [static]
ctrl_list_t typedefLLView
cut()LLTextEditor [virtual]
deleteAllChildren()LLView [virtual]
deleteSelection(BOOL transient_operation)LLTextEditor [protected]
deleteViewByHandle(LLViewHandle handle)LLView [static]
deregisterEventListener(LLString name)LLView
deselect()LLTextEditor [virtual]
die()LLMortician
dispatch_list_t typedefLLView [protected]
doDelete()LLTextEditor [virtual]
draw()LLTextEditor [virtual]
drawBackground()LLTextEditor [protected]
drawChild(LLView *childp, S32 x_offset=0, S32 y_offset=0, BOOL force_draw=FALSE)LLView
drawClippedSegment(const LLWString &wtext, S32 seg_start, S32 seg_end, F32 x, F32 y, S32 selection_left, S32 selection_right, const LLStyle &color, F32 *right_x)LLTextEditor [protected]
drawCursor()LLTextEditor [protected]
drawDebugRect()LLView
drawSelectionBackground()LLTextEditor [protected]
drawText()LLTextEditor [protected]
duplicate()LLEditMenuHandler [private, virtual]
endOfDoc()LLTextEditor
endOfLine()LLTextEditor
endSelection()LLTextEditor [protected]
escapeXML(const LLWString &xml)LLView [static]
escapeXML(const LLString &xml, LLString &indent)LLView [static]
ESnapEdge enum nameLLView
ESnapType enum nameLLView
ESoundFlags enum nameLLView
execute(LLTextCmd *cmd)LLTextEditor [protected]
exportBuffer(LLString &buffer)LLTextEditor [virtual]
findControl(LLString name)LLView [virtual]
findEmbeddedItemSegments()LLTextEditor [protected]
findEventListener(LLSimpleListener *listener) const LLView
findHTML(const LLString &line, S32 *begin, S32 *end)LLTextEditor [protected]
findHTMLToken(const LLString &line, S32 pos, BOOL reverse)LLTextEditor [protected]
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)LLTextEditor [static]
getCallbackUserData() const LLUICtrl [inline]
getChildByName(const LLString &name, BOOL recurse=FALSE) const LLView [virtual]
getChildCount() const LLView [inline]
getChildList() const LLView [inline]
getControl(LLString name)LLView
getControlName() const LLView [virtual]
getCtrlList() const LLView
getCtrlListSorted() const LLView
getCtrlOrder() const LLView [inline]
getCurrentLineAndColumn(S32 *line, S32 *col, BOOL include_wordwrap)LLTextEditor
getCurrentSegment()LLTextEditor
getCursorPosFromLocalCoord(S32 local_x, S32 local_y, BOOL round)LLTextEditor [protected]
getDefaultTabGroup() const LLView
getDispatcher()LLObservable [virtual]
getEnabled() const LLView [inline]
getFirstChild()LLView [inline]
getFocusRootsQuery()LLView [static]
getFollows() const LLView [inline]
getIsChrome() const LLUICtrl [virtual]
getLength() const LLTextEditor [protected]
getLineAndOffset(S32 pos, S32 *linep, S32 *offsetp)LLTextEditor [protected]
getLineCount()LLTextEditor [protected]
getLineStart(S32 line)LLTextEditor [protected]
getListenerByName(const LLString &callback_name)LLView
getListInterface()LLUICtrl [virtual]
getLocalRect() const LLView
getLocalSnapRect() const LLView [virtual]
getMaxLength() const LLTextEditor [inline]
getMouseOpaque() const LLView [inline]
getName() const LLView [virtual]
getNumRefs() const LLThreadSafeRefCount [inline]
getParent() const LLView [inline]
getParentPanel() const LLUICtrl
getPos(S32 line, S32 offset)LLTextEditor [protected]
getPreviousSegment()LLTextEditor
getRect() const LLView [inline]
getRequiredRect()LLView [virtual]
getRootView()LLView
getSaveToXML() const LLView [inline]
getScreenRect() const LLView
getScrollInterface()LLUICtrl [virtual]
getSegmentAndOffset(S32 startpos, S32 *segidxp, S32 *offsetp)LLTextEditor [protected]
getSegmentAtLocalPos(S32 x, S32 y)LLTextEditor [protected]
getSegmentAtOffset(S32 offset)LLTextEditor [protected]
getSegmentIdxAtOffset(S32 offset)LLTextEditor [protected]
getSelectedSegments(std::vector< LLTextSegment * > &segments)LLTextEditor
getSelectionInterface()LLUICtrl [virtual]
getShowNamesToolTip()LLView
getSnapRect() const LLView [inline, virtual]
getSoundFlags() const LLView [inline]
getTabOrderQuery()LLView [static]
getTentative() const LLUICtrl [virtual]
getText() const LLTextEditor
getToolTip()LLView
getValue() const LLTextEditor [virtual]
getViewByHandle(LLViewHandle handle)LLView [static]
getVisible() const LLView [inline]
getWChar(S32 pos)LLTextEditor
getWidgetTag() const LLTextEditor [virtual]
getWidgetType() const LLTextEditor [inline, virtual]
getWindow(void)LLView [static]
getWSubString(S32 pos, S32 len)LLTextEditor
getWText() const LLTextEditor
getXML(bool save_children=true) const LLTextEditor [virtual]
handleAttach(LLEventDispatcher *dispatcher)LLSimpleListener [virtual]
handleControlKey(const KEY key, const MASK mask)LLTextEditor [protected]
handleDetach(LLEventDispatcher *dispatcher)LLSimpleListener [virtual]
handleDoubleClick(S32 x, S32 y, MASK mask)LLTextEditor [virtual]
handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, LLString &tooltip_msg)LLTextEditor [virtual]
handleEditKey(const KEY key, const MASK mask)LLTextEditor [protected]
handleEvent(LLPointer< LLEvent > event, const LLSD &userdata)LLView [virtual]
handleHover(S32 x, S32 y, MASK mask)LLTextEditor [virtual]
handleKey(KEY key, MASK mask, BOOL called_from_parent)LLView [virtual]
handleKeyHere(KEY key, MASK mask, BOOL called_from_parent)LLTextEditor [virtual]
handleMouseDown(S32 x, S32 y, MASK mask)LLTextEditor [virtual]
handleMouseUp(S32 x, S32 y, MASK mask)LLTextEditor [virtual]
handleMouseUpOverSegment(S32 x, S32 y, MASK mask)LLTextEditor [protected, virtual]
handleNavigationKey(const KEY key, const MASK mask)LLTextEditor [protected]
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)LLTextEditor [virtual]
handleSelectionKey(const KEY key, const MASK mask)LLTextEditor [protected]
handleSpecialKey(const KEY key, const MASK mask, BOOL *return_key_hit)LLTextEditor [protected]
handleToolTip(S32 x, S32 y, LLString &msg, LLRect *sticky_rect)LLTextEditor [virtual]
handleUnicodeChar(llwchar uni_char, BOOL called_from_parent)LLView [virtual]
handleUnicodeCharHere(llwchar uni_char, BOOL called_from_parent)LLTextEditor [virtual]
hasAncestor(LLView *parentp)LLView
hasChild(const LLString &childname, BOOL recurse=FALSE) const LLView
hasFocus() const LLUICtrl [virtual]
hasMouseCapture()LLView [virtual]
hasSelection()LLTextEditor [inline, protected]
hasTabStop() const LLUICtrl [virtual]
importBuffer(const LLString &buffer)LLTextEditor [virtual]
indentLine(S32 pos, S32 spaces)LLTextEditor [protected]
indentSelectedLines(S32 spaces)LLTextEditor [protected]
initClass()LLThreadSafeRefCount [static]
initFromXML(LLXMLNodePtr node, LLView *parent)LLUICtrl [virtual]
insert(const S32 pos, const LLWString &wstr, const BOOL group_with_next_op)LLTextEditor [protected]
insertStringNoUndo(S32 pos, const LLWString &wstr)LLTextEditor [protected]
insertText(const LLString &text)LLTextEditor
isCtrl() const LLUICtrl [inline, virtual]
isDead()LLMortician [inline]
isDirty() const LLTextEditor [virtual]
isFocusRoot() const LLView
isInEnabledChain() const LLView
isInVisibleChain() const LLView
isPanel()LLView [virtual]
isPartOfWord(llwchar c)LLTextEditor [protected, static]
isPristine() const LLTextEditor
isView()LLView [virtual]
line_list_t typedefLLTextEditor [protected]
LLMortician()LLMortician [inline]
LLMouseHandler()LLMouseHandler [inline]
LLObservable()LLObservable
LLTextCmd classLLTextEditor [friend]
LLTextEditor(const LLString &name, const LLRect &rect, S32 max_length, const LLString &default_text, const LLFontGL *glfont=NULL, BOOL allow_embedded_items=FALSE)LLTextEditor
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
loadKeywords(const LLString &filename, const LLDynamicArray< const char * > &funcs, const LLDynamicArray< const char * > &tooltips, const LLColor3 &func_color)LLTextEditor
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]
mAcceptCallingCardNamesLLTextEditor [protected]
makePristine()LLTextEditor [virtual]
mAllowEmbeddedItemsLLTextEditor [protected]
mBaseDocIsPristineLLTextEditor [protected]
mBorderLLTextEditor [protected]
mCallbackUserDataLLUICtrl [protected]
mCommitCallbackLLUICtrl [protected]
mCommitOnFocusLostLLTextEditor [protected]
mControlNameLLView [protected]
mCtrlOrderLLView [protected]
mCursorColorLLTextEditor [protected]
mCursorPosLLTextEditor [protected]
mDefaultTabGroupLLView [protected]
mDesiredXPixelLLTextEditor [protected]
mDispatcherLLObservable [protected]
mDispatchersLLSimpleListener [protected]
mDispatchListLLView [protected]
mEnabledLLView [protected]
mFgColorLLTextEditor [protected]
mFloaterControlsLLView [protected]
mFocusBgColorLLTextEditor [protected]
mFocusChangedCallbackLLUICtrl [protected]
mFocusLostCallbackLLUICtrl [protected]
mFocusReceivedCallbackLLUICtrl [protected]
mGLFontLLTextEditor [protected]
mHandleEditKeysDirectlyLLTextEditor [protected]
mHideScrollbarForShortDocsLLTextEditor [protected]
mHoverSegmentLLTextEditor [protected]
mHTMLLLTextEditor [protected]
mIsFocusRootLLView [protected]
mIsSelectingLLTextEditor [protected]
mKeystrokeTimerLLTextEditor [protected]
mKeywordsLLTextEditor
mLastCmdLLTextEditor [protected]
mLastIMEPositionLLTextEditor [protected]
mLastSelectionXLLTextEditor [protected]
mLastSelectionYLLTextEditor [protected]
mLastVisibleLLView
mLineStartListLLTextEditor [protected]
mLinkColorLLTextEditor [static]
mMaxTextLengthLLTextEditor [protected]
mMouseDownXLLTextEditor [protected]
mMouseDownYLLTextEditor [protected]
mMouseOpaqueLLView [protected]
mNameLLView [protected]
mOnScrollEndCallbackLLTextEditor [protected]
mOnScrollEndDataLLTextEditor [protected]
MOUSE_DOWN enum valueLLView
MOUSE_UP enum valueLLView
moveChildToFrontOfTabGroup(LLUICtrl *child)LLView
mParseHTMLLLTextEditor [protected]
mPristineCmdLLTextEditor [protected]
mReadOnlyLLTextEditor [protected]
mReadOnlyBgColorLLTextEditor [protected]
mReadOnlyFgColorLLTextEditor [protected]
mRectLLView [protected]
mReshapeFlagsLLView [protected]
mSaveToXMLLLView [protected]
mScrollbarLLTextEditor [protected]
mSecondlifeURLcallbackLLTextEditor [static]
mSecondlifeURLcallbackRightClickLLTextEditor [static]
mSegmentsLLTextEditor [protected]
mSelectionEndLLTextEditor [protected]
mSelectionStartLLTextEditor [protected]
mSoundFlagsLLView [protected]
mSourceIDLLTextEditor [protected]
mSpanChildrenLLView
mTabStopLLUICtrl [protected]
mTabToNextFieldLLTextEditor [protected]
mTakesFocusLLTextEditor [protected]
mTakesNonScrollClicksLLTextEditor [protected]
mTentativeLLUICtrl [protected]
mTextIsUpToDateLLTextEditor [mutable, protected]
mTextRectLLTextEditor [protected]
mToolTipMsgLLView [protected]
mUndoStackLLTextEditor [protected]
mURLcallbackLLTextEditor [static]
mUTF8TextLLTextEditor [mutable, protected]
mValidateCallbackLLUICtrl [protected]
mViewHandleLLView
mWordWrapLLTextEditor [protected]
mWriteableBgColorLLTextEditor [protected]
mWTextLLTextEditor [protected]
nextWordPos(S32 cursorPos) const LLTextEditor [protected]
onChangeFocus(S32 direction)LLUICtrl [protected]
onCommit()LLUICtrl [virtual]
onFocusLost()LLTextEditor [virtual]
onFocusLostCallback(LLUICtrl *old_focus)LLUICtrl [static]
onFocusReceived()LLUICtrl [protected, virtual]
onMouseCaptureLost()LLTextEditor [virtual]
onTabInto()LLTextEditor [virtual]
onVisibilityChange(BOOL curVisibilityIn)LLView [virtual]
overwriteChar(S32 pos, llwchar wc)LLTextEditor [protected]
overwriteCharNoUndo(S32 pos, llwchar wc)LLTextEditor [protected]
parentPointInView(S32 x, S32 y) const LLView [inline]
paste()LLTextEditor [virtual]
pasteEmbeddedItem(llwchar ext_char)LLTextEditor [protected, virtual]
pointInView(S32 x, S32 y) const LLView [inline]
popVisible()LLView [inline]
prevWordPos(S32 cursorPos) const LLTextEditor [protected]
pruneSegments()LLTextEditor [protected]
pushVisible(BOOL visible)LLView [inline]
redo()LLTextEditor [virtual]
ref()LLThreadSafeRefCount [inline]
registerEventListener(LLString name, LLSimpleListener *function)LLView
remove(const S32 pos, const S32 length, const BOOL group_with_next_op)LLTextEditor [protected]
removeChar()LLTextEditor [protected]
removeChar(S32 pos)LLTextEditor [protected]
removeCharOrTab()LLTextEditor [protected]
removeChild(LLView *view, BOOL deleteIt=FALSE)LLView
removeCtrl(LLUICtrl *ctrl)LLView [virtual]
removeListener(LLEventListener *listener)LLObservable [inline]
removeStringNoUndo(S32 pos, S32 length)LLTextEditor [protected]
removeTextFromEnd(S32 num_chars)LLTextEditor
replaceText(const LLString &search_text, const LLString &replace_text, BOOL case_insensitive, BOOL wrap=TRUE)LLTextEditor
replaceTextAll(const LLString &search_text, const LLString &replace_text, BOOL case_insensitive)LLTextEditor
reportBadKeystroke()LLTextEditor [protected]
resetDirty()LLUICtrl [inline, virtual]
reshape(S32 width, S32 height, BOOL called_from_parent)LLTextEditor [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 [virtual]
sDebugKeysLLView [static]
sDebugMouseHandlingLLView [static]
sDebugRectsLLView [static]
sDepthLLView [static]
sEditingUILLView [static]
sEditingUIViewLLView [static]
segment_list_t typedefLLTextEditor [protected]
selectAll()LLTextEditor [virtual]
selectFont(LLXMLNodePtr node)LLView [static]
selectFontHAlign(LLXMLNodePtr node)LLView [static]
selectFontStyle(LLXMLNodePtr node)LLView [static]
selectFontVAlign(LLXMLNodePtr node)LLView [static]
selectionContainsLineBreaks()LLTextEditor [protected]
selectNext(const LLString &search_text_in, BOOL case_insensitive, BOOL wrap=TRUE)LLTextEditor
sendChildToBack(LLView *child)LLView
sendChildToFront(LLView *child)LLView
setAcceptCallingCardNames(BOOL enable)LLTextEditor [inline]
setAllChildrenEnabled(BOOL b)LLView [virtual]
setBorderVisible(BOOL b)LLTextEditor
setCallbackUserData(void *data)LLUICtrl [inline]
setColor(const LLColor4 &color)LLUICtrl [virtual]
setCommitCallback(void(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setCommitOnFocusLost(BOOL b)LLTextEditor [inline]
setControlName(const LLString &control, LLView *context)LLView [virtual]
setControlValue(const LLSD &value)LLView
setCursor(S32 row, S32 column)LLTextEditor
setCursorAndScrollToEnd()LLTextEditor
setCursorAtLocalPos(S32 x, S32 y, BOOL round)LLTextEditor [protected]
setCursorColor(const LLColor4 &c)LLTextEditor [inline]
setCursorPos(S32 offset)LLTextEditor
setDispatcher(LLPointer< LLEventDispatcher > dispatcher)LLObservable [virtual]
setDoubleClickCallback(void(*cb)(void *))LLUICtrl [virtual]
setEnabled(BOOL enabled)LLTextEditor [virtual]
setFgColor(const LLColor4 &c)LLTextEditor [inline]
setFocus(BOOL b)LLTextEditor [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
setHandleEditKeysDirectly(BOOL b)LLTextEditor [inline]
setHidden(BOOL hidden)LLView [virtual]
setHideScrollbarForShortDocs(BOOL b)LLTextEditor
setHighlightColor(const LLColor4 &color)LLTextEditor
setIsChrome(BOOL is_chrome)LLUICtrl [virtual]
setLabelArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setLinkColor(LLColor4 color)LLTextEditor [inline, static]
setMaxValue(LLSD max_value)LLUICtrl [virtual]
setMinValue(LLSD min_value)LLUICtrl [virtual]
setMouseOpaque(BOOL b)LLView
setName(LLString name)LLView
setOnScrollEndCallback(void(*callback)(void *), void *userdata)LLTextEditor
setOrigin(S32 x, S32 y)LLView [inline, virtual]
setParseHTML(BOOL parsing)LLTextEditor [inline]
setReadOnlyBgColor(const LLColor4 &c)LLTextEditor [inline]
setReadOnlyFgColor(const LLColor4 &c)LLTextEditor [inline]
setRect(const LLRect &rect)LLView [virtual]
setSaveToXML(BOOL b)LLView [inline]
setShadowColor(const LLColor4 &color)LLTextEditor
setSoundFlags(U8 flags)LLView
setSourceID(const LLUUID &id)LLTextEditor [inline]
setSpanChildren(BOOL span_children)LLView
setTabStop(BOOL b)LLUICtrl [virtual]
setTabToNextField(BOOL b)LLTextEditor [inline]
setTakesFocus(BOOL b)LLTextEditor [inline]
setTakesNonScrollClicks(BOOL b)LLTextEditor
setTentative(BOOL b)LLUICtrl [virtual]
setText(const LLStringExplicit &utf8str)LLTextEditor
setTextArg(const LLString &key, const LLStringExplicit &text)LLUICtrl [virtual]
setTextEditorParameters(LLXMLNodePtr node)LLTextEditor
setThumbColor(const LLColor4 &color)LLTextEditor
setToolTip(const LLString &msg)LLView
setTrackColor(const LLColor4 &color)LLTextEditor
setURLCallbacks(void(*callback1)(const char *url), bool(*callback2)(const std::string &url), bool(*callback3)(const std::string &url))LLTextEditor [inline, static]
setValidateBeforeCommit(BOOL(*cb)(LLUICtrl *, void *))LLUICtrl [inline]
setValue(const LLSD &value)LLTextEditor [virtual]
setVisible(BOOL visible)LLView [virtual]
setWordWrap(BOOL b)LLTextEditor
setWriteableBgColor(const LLColor4 &c)LLTextEditor [inline]
setWText(const LLWString &wtext)LLTextEditor
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]
sortChildren(_Pr3 _Pred)LLView [inline]
sSelectIDLLView [static]
startOfLine()LLTextEditor
startSelection()LLTextEditor [protected]
sViewHandleMapLLView [static]
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
truncate()LLTextEditor [protected]
tryToRevertToPristineState()LLTextEditor
unbindEmbeddedChars(const LLFontGL *font)LLTextEditor [protected, virtual]
undo()LLTextEditor [virtual]
undo_stack_t typedefLLTextEditor [protected]
unindentLineBeforeCloseBrace()LLTextEditor [protected]
unref()LLThreadSafeRefCount [inline]
updateClass()LLMortician [static]
updateLineStartList(S32 startpos=0)LLTextEditor [protected]
updateRect()LLView [virtual]
updateScrollFromCursor()LLTextEditor [protected]
updateSegments()LLTextEditor [protected]
updateTextRect()LLTextEditor [protected]
userSetShape(const LLRect &new_rect)LLView [virtual]
~LLEditMenuHandler()LLEditMenuHandler [private, virtual]
~LLEventListener()LLEventListener [protected, virtual]
~LLMortician()LLMortician [virtual]
~LLMouseHandler()LLMouseHandler [inline, virtual]
~LLObservable()LLObservable [virtual]
~LLSimpleListener()LLSimpleListener [protected]
~LLTextEditor()LLTextEditor [virtual]
~LLThreadSafeRefCount()LLThreadSafeRefCount [protected, virtual]
~LLUICtrl()LLUICtrl [virtual]
~LLView()LLView [virtual]


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