List of All Members for TextEdit
This is the complete list of members for TextEdit, including inherited members.
- activeFocusOnPress : bool
- canPaste : bool
- color : color
- cursorDelegate : Component
- cursorPosition : int
- cursorRectangle : rectangle
- cursorVisible : bool
- font.bold : bool
- font.capitalization : enumeration
- font.family : string
- font.italic : bool
- font.letterSpacing : real
- font.pixelSize : int
- font.pointSize : real
- font.strikeout : bool
- font.underline : bool
- font.weight : enumeration
- font.wordSpacing : real
- horizontalAlignment : enumeration
- inputMethodComposing : bool
- lineCount : int
- mouseSelectionMode : enum
- paintedHeight : real
- paintedWidth : real
- persistentSelection : bool
- readOnly : bool
- selectByMouse : bool
- selectedText : string
- selectedTextColor : color
- selectionColor : color
- selectionEnd : int
- selectionStart : int
- smooth : bool
- text : string
- textFormat : enumeration
- verticalAlignment : enumeration
- wrapMode : enumeration
- void closeSoftwareInputPanel()
- copy()
- cut()
- void deselect()
- void isRightToLeft(int start, int end)
- void moveCursorSelection(int position, SelectionMode mode)
- onLinkActivated(string link)
- void openSoftwareInputPanel()
- paste()
- int positionAt(int x, int y)
- rectangle positionToRectangle(position)
- void select(int start, int end)
- void selectAll()
- void selectWord()
The following members are inherited from Item.
- activeFocus : bool
- anchors.baseline : AnchorLine
- anchors.baselineOffset : real
- anchors.bottom : AnchorLine
- anchors.bottomMargin : real
- anchors.centerIn : Item
- anchors.fill : Item
- anchors.horizontalCenter : AnchorLine
- anchors.horizontalCenterOffset : real
- anchors.left : AnchorLine
- anchors.leftMargin : real
- anchors.margins : real
- anchors.right : AnchorLine
- anchors.rightMargin : real
- anchors.top : AnchorLine
- anchors.topMargin : real
- anchors.verticalCenter : AnchorLine
- anchors.verticalCenterOffset : real
- children : list<Item>
- childrenRect.height : real
- childrenRect.width : real
- childrenRect.x : real
- childrenRect.y : real
- clip : bool
- data : list<Object>
- focus : bool
- height : real
- implicitHeight : real
- implicitWidth : real
- opacity : real
- parent : Item
- resources : list<Object>
- rotation : real
- scale : real
- state : string
- states : list<State>
- transform : list<Transform>
- transformOrigin : enumeration
- transitions : list<Transition>
- visible : bool
- width : real
- x : real
- y : real
- z : real
- childAt(real x, real y)
- forceActiveFocus()
- object mapFromItem(Item item, real x, real y)
- object mapToItem(Item item, real x, real y)