List of All Members for TextArea
This is the complete list of members for TextArea, including inherited members.
- activeFocusOnPress : bool
- backgroundVisible : bool
- baseUrl : url
- canPaste : bool
- canRedo : bool
- canUndo : bool
- cursorPosition : int
- effectiveHorizontalAlignment : enumeration
- font : font
- horizontalAlignment : enumeration
- hoveredLink : string
- inputMethodHints : enumeration
- length : int
- lineCount : int
- readOnly : bool
- selectByKeyboard : bool
- selectByMouse : bool
- selectedText : string
- selectionEnd : int
- selectionStart : int
- tabChangesFocus : bool
- text : string
- textColor : color
- textDocument : TextDocument
- textFormat : enumeration
- textMargin : real
- verticalAlignment : enumeration
- wrapMode : enumeration
- append(string)
- copy()
- cut()
- deselect()
- getFormattedText(start, end)
- getText(start, end)
- insert(position, text)
- isRightToLeft(start, end)
- linkActivated(string link)
- linkHovered(string link)
- moveCursorSelection(position, mode)
- paste()
- positionAt(x, y)
- positionToRectangle(position)
- redo()
- remove(start, end)
- select(start, end)
- selectAll()
- selectWord()
- undo()
The following members are inherited from ScrollView.
- contentItem : Item
- flickableItem : Item
- frameVisible : bool
- highlightOnFocus : bool
- viewport : Item