|
|
void | pressAndHold (int pos, bool fromTouch) |
| |
|
void | tap (int pos) |
| |
|
void | textModified () |
| |
|
|
void | activateInput () |
| |
|
void | showInputPanel () |
| |
|
void | ensureVisible (rect) |
| |
|
void | unadulteratedCursorPosition (x, y) |
| |
|
void | cursorPosition (x, y) |
| |
|
void | mousePosition (mouse) |
| |
|
void | positionInSelection (pos) |
| |
|
void | mouseInSelection (mouse) |
| |
|
void | selectText (mouse) |
| |
|
void | firstFlickableParent (item) |
| |
|
void | openContextMenu (mouse, noAutoselect) |
| |
|
void | toggleFlickablesInteractive (turnOn) |
| |
|
void | positionCaret (positioner, x, y) |
| |
|
void | movePage (forward) |
| |
|
void | handlePressed (event) |
| |
|
void | handleReleased (event) |
| |
|
void | handleMove (event) |
| |
|
void | handleDblClick (event) |
| |
|
|
Item | root |
| |
|
TextEdit | textEdit |
| |
|
Flickable | flickable |
| |
|
Item | visibleArea |
| |
|
real | lineSpacing |
| |
|
real | lineSize |
| |
|
point | frameDistance |
| |
|
string | oldText |
| |
|
var | flickableList |
| |
|
bool | textChanged |
| |
|
var | popover |
| |
|
bool | suppressReleaseEvent |
| |
|
int | pressedPosition |
| |
|
int | moveStarts |
| |
|
int | moveEnds |
| |
|
bool | doubleTapInProgress |
| |
|
Item | cursorPositionCursor |
| |
|
Item | selectionStartCursor |
| |
|
Item | selectionEndCursor |
| |
- Since
- 1.0
Definition at line 6 of file InputOverlay.qml.
The documentation for this class was generated from the following file: