List of All Members for TextInput
This is the complete list of members for TextInput, including inherited members.
- acceptableInput
- activeFocusOnPress
- autoScroll
- canPaste
- canRedo
- canUndo
- color
- contentHeight
- contentWidth
- cursorDelegate
- cursorPosition
- cursorRectangle
- cursorVisible
- displayText
- echoMode
- effectiveHorizontalAlignment
- font.bold
- font.capitalization
- font.family
- font.italic
- font.letterSpacing
- font.pixelSize
- font.pointSize
- font.strikeout
- font.underline
- font.weight
- font.wordSpacing
- horizontalAlignment
- inputMask
- inputMethodComposing
- inputMethodHints
- length
- maximumLength
- mouseSelectionMode
- passwordCharacter
- persistentSelection
- readOnly
- renderType
- selectByMouse
- selectedText
- selectedTextColor
- selectionColor
- selectionEnd
- selectionStart
- text
- validator
- verticalAlignment
- wrapMode
- copy()
- cut()
- deselect()
- string getText(int start, int end)
- insert(int position, string text)
- isRightToLeft(int start, int end)
- moveCursorSelection(int position, SelectionMode mode = TextInput.SelectCharacters)
- onAccepted()
- paste()
- int positionAt(real x, real y, CursorPosition position = CursorBetweenCharacters)
- rect positionToRectangle(int pos)
- redo()
- remove(int start, int end)
- select(int start, int end)
- selectAll()
- selectWord()
- undo()
The following members are inherited from Item.
- activeFocus
- activeFocusOnTab
- anchors.alignWhenCentered
- anchors.baseline
- anchors.baselineOffset
- anchors.bottom
- anchors.bottomMargin
- anchors.centerIn
- anchors.fill
- anchors.horizontalCenter
- anchors.horizontalCenterOffset
- anchors.left
- anchors.leftMargin
- anchors.margins
- anchors.right
- anchors.rightMargin
- anchors.top
- anchors.topMargin
- anchors.verticalCenter
- anchors.verticalCenterOffset
- antialiasing
- baselineOffset
- children
- childrenRect.height
- childrenRect.width
- childrenRect.x
- childrenRect.y
- clip
- data
- enabled
- focus
- height
- implicitHeight
- implicitWidth
- layer.effect
- layer.enabled
- layer.format
- layer.mipmap
- layer.samplerName
- layer.smooth
- layer.sourceRect
- layer.textureSize
- layer.wrapMode
- opacity
- parent
- resources
- rotation
- scale
- smooth
- state
- states
- transform
- transformOrigin
- transitions
- visible
- visibleChildren
- width
- x
- y
- z
- childAt(real x, real y)
- object contains(point point)
- forceActiveFocus(Qt::FocusReason reason)
- forceActiveFocus()
- object mapFromItem(Item item, real x, real y, real width, real height)
- object mapFromItem(Item item, real x, real y)
- object mapToItem(Item item, real x, real y, real width, real height)
- object mapToItem(Item item, real x, real y)
- nextItemInFocusChain(bool forward)