, including all inherited members.
| acceptsCallingCardNames() const | LLTextEditor | [inline] |
| 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] |
| addListenerToControl(LLEventDispatcher *observer, const LLString &name, LLSD filter, LLSD userdata) | LLView | |
| allowsEmbeddedItems() const | LLTextEditor | [inline] |
| 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 LLStyleSP *stylep=NULL) | LLTextEditor | |
| appendText(const LLString &wtext, bool allow_undo, bool prepend_newline, const LLStyleSP *stylep=NULL) | LLTextEditor | |
| appendTime(bool prepend_newline) | LLViewerTextEditor | |
| assignEmbedded(const LLString &s) | LLTextEditor | [protected] |
| autoIndent() | LLTextEditor | [protected] |
| bindEmbeddedChars(LLFontGL *font) const | LLViewerTextEditor | [private, virtual] |
| blockMouseEvent(S32 x, S32 y) const | LLView | |
| blockUndo() | LLTextEditor | |
| canCopy() const | LLTextEditor | [virtual] |
| canCut() const | LLTextEditor | [virtual] |
| canDeselect() const | LLTextEditor | [virtual] |
| canDoDelete() const | LLTextEditor | [virtual] |
| canFocusChildren() const | LLView | [virtual] |
| canPaste() const | LLTextEditor | [virtual] |
| canRedo() const | LLTextEditor | [virtual] |
| canSelectAll() const | LLTextEditor | [virtual] |
| canSnapTo(const LLView *other_view) | LLView | [virtual] |
| canUndo() const | LLTextEditor | [virtual] |
| centerWithin(const LLRect &bounds) | LLView | |
| changeLine(S32 delta) | LLTextEditor | [protected] |
| changePage(S32 delta) | LLTextEditor | [protected] |
| child_list_const_iter_t typedef | LLView | |
| child_list_const_reverse_iter_t typedef | LLView | |
| child_list_iter_t typedef | LLView | |
| child_list_reverse_iter_t typedef | LLView | |
| child_list_t typedef | LLView | |
| child_tab_order_const_iter_t typedef | LLView | |
| child_tab_order_const_reverse_iter_t typedef | LLView | |
| child_tab_order_iter_t typedef | LLView | |
| child_tab_order_reverse_iter_t typedef | LLView | |
| child_tab_order_t typedef | LLView | |
| 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] |
| clear() | LLTextEditor | [virtual] |
| control_map_t typedef | LLView | [protected] |
| controlListener(const LLSD &newvalue, LLHandle< LLView > handle, std::string type) | LLView | [protected, static] |
| copy() | LLTextEditor | [virtual] |
| copyInventory(const LLInventoryItem *item, U32 callback_id=0) | LLViewerTextEditor | |
| 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 typedef | LLView | |
| cut() | LLTextEditor | [virtual] |
| deleteAllChildren() | LLView | [virtual] |
| deleteSelection(BOOL transient_operation) | LLTextEditor | [protected] |
| deleteViewByHandle(LLHandle< LLView > handle) | LLView | [static] |
| deregisterEventListener(LLString name) | LLView | |
| deselect() | LLTextEditor | [virtual] |
| die() | LLMortician | |
| doDelete() | LLTextEditor | [virtual] |
| draw() | LLTextEditor | [virtual] |
| drawChild(LLView *childp, S32 x_offset=0, S32 y_offset=0, BOOL force_draw=FALSE) | LLView | [protected] |
| drawDebugRect() | LLView | [protected] |
| drawPreeditMarker() | LLTextEditor | [protected] |
| e_hit_test_type enum name | LLView | |
| EHitTestType typedef | LLView | |
| endOfDoc() | LLTextEditor | |
| endOfLine() | LLTextEditor | |
| endSelection() | LLTextEditor | [protected] |
| escapeXML(const LLWString &xml) | LLView | [static] |
| escapeXML(const LLString &xml, LLString &indent) | LLView | [static] |
| ESnapEdge enum name | LLView | |
| ESnapType enum name | LLView | |
| ESoundFlags enum name | LLView | |
| execute(LLTextCmd *cmd) | LLTextEditor | [protected] |
| exportBuffer(LLString &buffer) | LLViewerTextEditor | [virtual] |
| findControl(LLString name) | LLView | |
| findEmbeddedItemSegments() | LLTextEditor | [protected] |
| findEventListener(LLSimpleListener *listener) const | LLView | |
| findHTML(const LLString &line, S32 *begin, S32 *end) const | LLTextEditor | [protected] |
| findHTMLToken(const LLString &line, S32 pos, BOOL reverse) const | LLTextEditor | [protected] |
| 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] |
| FIRST_EMBEDDED_CHAR | LLTextEditor | [static] |
| 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) | LLViewerTextEditor | [static] |
| 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 | LLView | [virtual] |
| getControl(LLString name) | LLView | |
| getControlName() const | LLView | [inline, virtual] |
| getCtrlList() const | LLView | |
| getCtrlListSorted() const | LLView | |
| getCtrlOrder() const | LLView | [inline] |
| getCurrentLineAndColumn(S32 *line, S32 *col, BOOL include_wordwrap) | LLTextEditor | |
| getCurrentSegment() | LLTextEditor | [inline] |
| getCursorPosFromLocalCoord(S32 local_x, S32 local_y, BOOL round) const | LLTextEditor | [protected] |
| getDefaultTabGroup() const | LLView | [inline] |
| getDragItem() const | LLViewerTextEditor | [inline] |
| getDummyWidget(const LLString &name) const | LLView | [inline] |
| getEmbeddedItemToolTipAtPos(S32 pos, LLWString &wmsg) const | LLViewerTextEditor | [private] |
| getEmbeddedText() | LLViewerTextEditor | |
| getEnabled() const | LLView | [inline] |
| getFirstChild() const | LLView | [inline] |
| getFocusRootsQuery() | LLView | [static] |
| getFollows() const | LLView | [inline] |
| getHandle() | LLView | [inline] |
| getIsChrome() const | LLUICtrl | |
| getLength() const | LLTextEditor | [inline, protected] |
| getLineAndOffset(S32 pos, S32 *linep, S32 *offsetp) const | LLTextEditor | [protected] |
| getLineCount() const | LLTextEditor | [inline, protected] |
| getLineStart(S32 line) const | LLTextEditor | [protected] |
| getListenerByName(const LLString &callback_name) | LLView | |
| getListInterface() | LLUICtrl | [virtual] |
| getLocalBoundingRect() const | LLView | |
| getLocalRect() const | LLView | |
| getLocalSnapRect() const | LLView | |
| getMaxLength() const | LLTextEditor | [inline] |
| getMouseOpaque() const | LLView | [inline] |
| getName() const | LLView | [virtual] |
| getParent() const | LLView | [inline] |
| getParentPanel() const | LLUICtrl | |
| getParentUICtrl() const | LLUICtrl | |
| getPos(S32 line, S32 offset) | LLTextEditor | [protected] |
| getPreeditFontSize() const | LLTextEditor | [protected, virtual] |
| getPreeditLocation(S32 query_offset, LLCoordGL *coord, LLRect *bounds, LLRect *control) const | LLTextEditor | [protected, virtual] |
| getPreeditRange(S32 *position, S32 *length) const | LLTextEditor | [protected, virtual] |
| 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) const | LLTextEditor | [protected] |
| getSegmentAtLocalPos(S32 x, S32 y) const | LLTextEditor | [protected] |
| getSegmentAtOffset(S32 offset) const | LLTextEditor | [protected] |
| getSegmentIdxAtOffset(S32 offset) const | LLTextEditor | [protected] |
| getSelectedSegments(std::vector< const LLTextSegment * > &segments) | LLTextEditor | |
| getSelectionInterface() | LLUICtrl | [virtual] |
| getSelectionRange(S32 *position, S32 *length) const | LLTextEditor | [protected, virtual] |
| getShowNamesToolTip() | LLView | |
| getSnapRect() const | LLView | [virtual] |
| getSoundFlags() const | LLView | [inline] |
| getSourceID() const | LLTextEditor | [inline] |
| getTabOrderQuery() | LLView | [static] |
| getTentative() const | LLUICtrl | [virtual] |
| getText() const | LLTextEditor | |
| getTextRect() const | LLTextEditor | [inline, protected] |
| getToolTip() const | LLView | [inline] |
| getUseBoundingRect() | LLView | |
| getValue() const | LLTextEditor | [virtual] |
| getVisible() const | LLView | [inline] |
| getWChar(S32 pos) const | LLTextEditor | [inline] |
| getWindow(void) | LLView | [inline, static] |
| getWSubString(S32 pos, S32 len) const | LLTextEditor | [inline] |
| getWText() const | LLTextEditor | [inline, virtual] |
| getXML(bool save_children=true) const | LLTextEditor | [virtual] |
| handleControlKey(const KEY key, const MASK mask) | LLTextEditor | [protected] |
| handleDoubleClick(S32 x, S32 y, MASK mask) | LLViewerTextEditor | [virtual] |
| handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, LLString &tooltip_msg) | LLViewerTextEditor | [virtual] |
| handleEditKey(const KEY key, const MASK mask) | LLTextEditor | [protected] |
| handleHover(S32 x, S32 y, MASK mask) | LLViewerTextEditor | [virtual] |
| handleKey(KEY key, MASK mask, BOOL called_from_parent) | LLView | [virtual] |
| handleKeyHere(KEY key, MASK mask) | LLTextEditor | [virtual] |
| handleMouseDown(S32 x, S32 y, MASK mask) | LLViewerTextEditor | [virtual] |
| handleMouseUp(S32 x, S32 y, MASK mask) | LLViewerTextEditor | [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) | LLViewerTextEditor | [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) | LLViewerTextEditor | [virtual] |
| handleUnicodeChar(llwchar uni_char, BOOL called_from_parent) | LLView | [virtual] |
| handleUnicodeCharHere(llwchar uni_char) | LLTextEditor | [virtual] |
| hasAncestor(const LLView *parentp) const | LLView | |
| hasChild(const LLString &childname, BOOL recurse=FALSE) const | LLView | |
| hasEmbeddedInventory() | LLViewerTextEditor | |
| hasFocus() const | LLUICtrl | [virtual] |
| hasMouseCapture() | LLView | [virtual] |
| hasPreeditString() const | LLTextEditor | [protected] |
| hasSelection() const | LLTextEditor | [inline, protected] |
| hasTabStop() const | LLUICtrl | |
| HIT_TEST_IGNORE_BOUNDING_RECT enum value | LLView | |
| HIT_TEST_USE_BOUNDING_RECT enum value | LLView | |
| importBuffer(const LLString &buffer) | LLViewerTextEditor | [virtual] |
| importStream(std::istream &str) | LLViewerTextEditor | [virtual] |
| indentLine(S32 pos, S32 spaces) | LLTextEditor | [protected] |
| indentSelectedLines(S32 spaces) | LLTextEditor | [protected] |
| initFromXML(LLXMLNodePtr node, LLView *parent) | LLUICtrl | [virtual] |
| insert(const S32 pos, const LLWString &wstr, const BOOL group_with_next_op) | LLTextEditor | [protected] |
| insertEmbeddedItem(S32 pos, LLInventoryItem *item) | LLViewerTextEditor | [private] |
| insertStringNoUndo(S32 pos, const LLWString &wstr) | LLTextEditor | [protected] |
| insertText(const LLString &text) | LLTextEditor | |
| isBorderVisible() const | LLTextEditor | |
| isCtrl() const | LLUICtrl | [virtual] |
| isDead() | LLMortician | [inline] |
| isDirty() const | LLTextEditor | [inline, virtual] |
| isFocusRoot() const | LLView | [inline] |
| isInEnabledChain() const | LLView | |
| isInVisibleChain() const | LLView | |
| isPanel() const | LLView | [virtual] |
| isPartOfWord(llwchar c) | LLTextEditor | [inline, protected, static] |
| isPristine() const | LLTextEditor | |
| isScrolledToBottom() | LLTextEditor | |
| isScrolledToTop() | LLTextEditor | |
| isView() const | LLView | [virtual] |
| isView() | LLView | |
| keywordsBegin() | LLTextEditor | [inline] |
| keywordsEnd() | LLTextEditor | [inline] |
| LAST_EMBEDDED_CHAR | LLTextEditor | [static] |
| LLFocusableElement() | LLFocusableElement | |
| LLMortician() | LLMortician | [inline] |
| LLMouseHandler() | LLMouseHandler | [inline] |
| LLTextEditor(const LLString &name, const LLRect &rect, S32 max_length, const LLString &default_text, const LLFontGL *glfont=NULL, BOOL allow_embedded_items=FALSE) | LLTextEditor | |
| LLUICtrl() | LLUICtrl | |
| LLUICtrl(const LLString &name, const LLRect &rect, BOOL mouse_opaque, LLUICtrlCallback callback, void *callback_userdata, U32 reshape=FOLLOWS_NONE) | LLUICtrl | |
| LLUICtrlCallback typedef | LLUICtrl | |
| LLUICtrlValidate typedef | LLUICtrl | |
| 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 | |
| LLViewerTextEditor(const LLString &name, const LLRect &rect, S32 max_length, const LLString &default_text=LLString(), const LLFontGL *glfont=NULL, BOOL allow_embedded_items=FALSE) | LLViewerTextEditor | |
| 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) 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 | |
| makePristine() | LLViewerTextEditor | [virtual] |
| markAsPreedit(S32 position, S32 length) | LLTextEditor | [protected, virtual] |
| MAX_EMBEDDED_ITEMS | LLTextEditor | [static] |
| mCallbackUserData | LLUICtrl | [protected] |
| mCommitCallback | LLUICtrl | [protected] |
| mCursorPos | LLTextEditor | [protected] |
| mDragItem | LLViewerTextEditor | [private] |
| mDragItemSaved | LLViewerTextEditor | [private] |
| mEmbeddedItemList | LLViewerTextEditor | [private] |
| mFloaterControls | LLView | [protected] |
| mFocusCallbackUserData | LLFocusableElement | [protected] |
| mFocusChangedCallback | LLFocusableElement | [protected] |
| mFocusLostCallback | LLFocusableElement | [protected] |
| mFocusReceivedCallback | LLFocusableElement | [protected] |
| mHideScrollbarForShortDocs | LLTextEditor | [protected] |
| mHoverSegment | LLTextEditor | [protected] |
| mHTML | LLTextEditor | [protected] |
| mInventoryCallback | LLViewerTextEditor | [private] |
| mIsSelecting | LLTextEditor | [protected] |
| mLastSelectionX | LLTextEditor | [protected] |
| mLastSelectionY | LLTextEditor | [protected] |
| mLostTopCallback | LLUICtrl | [protected] |
| mMouseDownX | LLTextEditor | [protected] |
| mMouseDownY | LLTextEditor | [protected] |
| mNotecardInventoryID | LLViewerTextEditor | [private] |
| mObjectID | LLViewerTextEditor | [private] |
| mOnScrollEndCallback | LLTextEditor | [protected] |
| mOnScrollEndData | LLTextEditor | [protected] |
| MOUSE_DOWN enum value | LLView | |
| MOUSE_UP enum value | LLView | |
| moveChildToBackOfTabGroup(LLUICtrl *child) | LLView | |
| moveChildToFrontOfTabGroup(LLUICtrl *child) | LLView | |
| mParseHTML | LLTextEditor | [protected] |
| mPreeditOverwrittenWString | LLTextEditor | [protected] |
| mPreeditPositions | LLTextEditor | [protected] |
| mPreeditStandouts | LLTextEditor | [protected] |
| mPreeditWString | LLTextEditor | [protected] |
| mScrollbar | LLTextEditor | [protected] |
| mSegments | LLTextEditor | [protected] |
| mSelectionEnd | LLTextEditor | [protected] |
| mSelectionStart | LLTextEditor | [protected] |
| mTakesNonScrollClicks | LLTextEditor | [protected] |
| mValidateCallback | LLUICtrl | [protected] |
| nextWordPos(S32 cursorPos) const | LLTextEditor | [protected] |
| onCommit() | LLUICtrl | [virtual] |
| onCopyToInvDialog(S32 option, void *userdata) | LLViewerTextEditor | [private, static] |
| onFocusLost() | LLTextEditor | [virtual] |
| onFocusReceived() | LLTextEditor | [virtual] |
| onLostTop() | LLUICtrl | [virtual] |
| onMouseCaptureLost() | LLTextEditor | [virtual] |
| onNotecardDialog(S32 option, void *userdata) | LLViewerTextEditor | [private, static] |
| onTabInto() | LLTextEditor | [virtual] |
| onVisibilityChange(BOOL curVisibilityIn) | LLView | [virtual] |
| openEmbeddedItem(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| openEmbeddedItemAtPos(S32 pos) | LLViewerTextEditor | [private] |
| openEmbeddedLandmark(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| openEmbeddedNotecard(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| openEmbeddedSound(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| openEmbeddedTexture(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| overwriteChar(S32 pos, llwchar wc) | LLTextEditor | [protected] |
| overwriteCharNoUndo(S32 pos, llwchar wc) | LLTextEditor | [protected] |
| parentPointInView(S32 x, S32 y, EHitTestType type=HIT_TEST_USE_BOUNDING_RECT) const | LLView | |
| parseFollowsFlags(LLXMLNodePtr node) | LLView | |
| paste() | LLTextEditor | [virtual] |
| pasteEmbeddedItem(llwchar ext_char) | LLViewerTextEditor | [private, virtual] |
| pointInView(S32 x, S32 y, EHitTestType type=HIT_TEST_USE_BOUNDING_RECT) const | LLView | |
| popVisible() | LLView | [inline] |
| prevWordPos(S32 cursorPos) const | LLTextEditor | [protected] |
| pushVisible(BOOL visible) | LLView | [inline] |
| redo() | LLTextEditor | [virtual] |
| 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] |
| 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 | [inline, protected] |
| resetDirty() | LLUICtrl | [virtual] |
| resetKeystrokeTimer() | LLTextEditor | [inline, protected] |
| resetPreedit() | LLTextEditor | [protected, virtual] |
| reshape(S32 width, S32 height, BOOL called_from_parent=TRUE) | 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 | |
| sDebugKeys | LLView | [static] |
| sDebugMouseHandling | LLView | [static] |
| sDebugRects | LLView | [static] |
| sDepth | LLView | [static] |
| sEditingUI | LLView | [static] |
| sEditingUIView | LLView | [static] |
| segment_lengths_t typedef | LLPreeditor | [protected] |
| segment_list_t typedef | LLTextEditor | [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 | |
| setASCIIEmbeddedText(const LLString &instr) | LLViewerTextEditor | |
| 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 | |
| setDefaultTabGroup(S32 d) | LLView | [inline] |
| setDoubleClickCallback(void(*cb)(void *)) | LLUICtrl | [virtual] |
| setEmbeddedText(const LLString &instr) | LLViewerTextEditor | |
| setEnabled(BOOL enabled) | LLTextEditor | [virtual] |
| setFgColor(const LLColor4 &c) | LLTextEditor | [inline] |
| setFocus(BOOL b) | LLTextEditor | [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] |
| setHandleEditKeysDirectly(BOOL b) | LLTextEditor | [inline] |
| 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] |
| setLostTopCallback(void(*cb)(LLUICtrl *, void *)) | LLUICtrl | [inline] |
| setMaxValue(LLSD max_value) | LLUICtrl | [virtual] |
| setMinValue(LLSD min_value) | LLUICtrl | [virtual] |
| setMouseOpaque(BOOL b) | LLView | [inline] |
| setName(LLString name) | LLView | [inline] |
| setNotecardInfo(const LLUUID ¬ecard_item_id, const LLUUID &object_id) | LLViewerTextEditor | [inline] |
| setOnScrollEndCallback(void(*callback)(void *), void *userdata) | LLTextEditor | |
| setOrigin(S32 x, S32 y) | LLView | [inline] |
| 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 | [inline] |
| setSourceID(const LLUUID &id) | LLTextEditor | [inline] |
| setTabsToNextField(BOOL b) | LLTextEditor | [inline] |
| setTabStop(BOOL b) | LLUICtrl | |
| setTakesFocus(BOOL b) | LLTextEditor | [inline] |
| setTakesNonScrollClicks(BOOL b) | LLTextEditor | [inline] |
| setTentative(BOOL b) | LLUICtrl | [virtual] |
| setText(const LLStringExplicit &utf8str) | LLTextEditor | |
| setTextArg(const LLString &key, const LLStringExplicit &text) | LLUICtrl | [virtual] |
| setTextDefaultColor(const LLColor4 &c) | LLTextEditor | [inline] |
| setTextEditorParameters(LLXMLNodePtr node) | LLTextEditor | |
| setThumbColor(const LLColor4 &color) | LLTextEditor | |
| setToolTip(const LLStringExplicit &msg) | LLView | |
| setToolTipArg(const LLStringExplicit &key, const LLStringExplicit &text) | LLView | |
| setToolTipArgs(const LLString::format_map_t &args) | 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] |
| setUseBoundingRect(BOOL use_bounding_rect) | LLView | |
| 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] |
| sForceReshape | LLView | [static] |
| showCopyToInvDialog(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| showUnsavedAlertDialog(LLInventoryItem *item) | LLViewerTextEditor | [private] |
| SILENT enum value | LLView | |
| sLastBottomXML | LLView | [static] |
| sLastLeftXML | LLView | [static] |
| sMouseHandlerMessage | LLView | [static] |
| SNAP_BOTTOM enum value | LLView | |
| SNAP_LEFT enum value | LLView | |
| SNAP_PARENT enum value | LLView | |
| SNAP_PARENT_AND_SIBLINGS enum value | LLView | |
| SNAP_RIGHT enum value | LLView | |
| SNAP_SIBLINGS enum value | LLView | |
| SNAP_TOP enum value | LLView | |
| snappedTo(const LLView *snap_view) | LLView | [virtual] |
| sortChildren(_Pr3 _Pred) | LLView | [inline] |
| sSelectID | LLView | [static] |
| standouts_t typedef | LLPreeditor | [protected] |
| startOfLine() | LLTextEditor | |
| startSelection() | LLTextEditor | [protected] |
| tab_order_pair_t typedef | LLView | |
| tab_order_t typedef | LLView | |
| tabsToNextField() const | LLTextEditor | [inline] |
| translate(S32 x, S32 y) | LLView | [virtual] |
| translateIntoRect(const LLRect &constraint, BOOL allow_partial_outside) | LLView | |
| truncate() | LLTextEditor | [protected] |
| tryToRevertToPristineState() | LLTextEditor | |
| unbindEmbeddedChars(LLFontGL *font) const | LLViewerTextEditor | [private, virtual] |
| undo() | LLTextEditor | [virtual] |
| unindentLineBeforeCloseBrace() | LLTextEditor | [protected] |
| updateAllowingLanguageInput() | LLTextEditor | [protected] |
| updateBoundingRect() | LLView | |
| updateClass() | LLMortician | [static] |
| updateLineStartList(S32 startpos=0) | LLTextEditor | [protected] |
| updatePreedit(const LLWString &preedit_string, const segment_lengths_t &preedit_segment_lengths, const standouts_t &preedit_standouts, S32 caret_position) | LLTextEditor | [protected, virtual] |
| LLPreeditor::updatePreedit(const LLWString &preedit_string, const segment_lengths_t &preedit_segment_lengths, const standouts_t &preedit_standouts, S32 caret_position)=0 | LLPreeditor | [protected, pure virtual] |
| updateScrollFromCursor() | LLTextEditor | [protected] |
| updateTextRect() | LLTextEditor | [protected] |
| userSetShape(const LLRect &new_rect) | LLView | [virtual] |
| ~LLFocusableElement() | LLFocusableElement | [virtual] |
| ~LLMortician() | LLMortician | [virtual] |
| ~LLMouseHandler() | LLMouseHandler | [inline, virtual] |
| ~LLPreeditor() | LLPreeditor | [inline, protected, virtual] |
| ~LLTextEditor() | LLTextEditor | [virtual] |
| ~LLUICtrl() | LLUICtrl | |
| ~LLView() | LLView | [virtual] |
| ~LLViewerTextEditor() | LLViewerTextEditor | [virtual] |