Qml equivalent for QEventPoint . 更多...
import 语句: | import QtQuick |
实例化: | QEventPoint |
eventPoint is the Qml value type representation of QEventPoint . It has the same properties as QEventPoint .
The following properties are available:
eventPoint.accepted
: see also
QEventPoint::accepted
eventPoint.device
: see also
QEventPoint::device
eventPoint.ellipseDiameters
: see also
QEventPoint::ellipseDiameters
eventPoint.globalGrabPosition
: see also
QEventPoint::globalGrabPosition
eventPoint.globalLastPosition
: see also
QEventPoint::globalLastPosition
eventPoint.globalPosition
: see also
QEventPoint::globalPosition
eventPoint.globalPressPosition
: see also
QEventPoint::globalPressPosition
eventPoint.grabPosition
: see also
QEventPoint::grabPosition
eventPoint.id
: see also
QEventPoint::id
eventPoint.lastPosition
: see also
QEventPoint::lastPosition
eventPoint.lastTimestamp
: see also
QEventPoint::lastTimestamp
eventPoint.position
: see also
QEventPoint::position
eventPoint.pressPosition
: see also
QEventPoint::pressPosition
eventPoint.pressTimestamp
: see also
QEventPoint::pressTimestamp
eventPoint.pressure
: see also
QEventPoint::pressure
eventPoint.rotation
: see also
QEventPoint::rotation
eventPoint.sceneGrabPosition
: see also
QEventPoint::sceneGrabPosition
eventPoint.sceneLastPosition
: see also
QEventPoint::sceneLastPosition
eventPoint.scenePosition
: see also
QEventPoint::scenePosition
eventPoint.pressTimestamp
: see also
QEventPoint::pressTimestamp
eventPoint.scenePressPosition
: see also
QEventPoint::scenePressPosition
eventPoint.state
: see also
QEventPoint::state
eventPoint.timeHeld
: see also
QEventPoint::timeHeld
eventPoint.timestamp
: see also
QEventPoint::timestamp
eventPoint.uniqueId
: see also
QEventPoint::uniqueId
eventPoint.velocity
: see also
QEventPoint::velocity
State supports the following values:
Qt.TouchPointUnknownState
|
Unknown state. |
Qt.TouchPointStationary
|
The event point did not move. |
Qt.TouchPointPressed
|
The touch point or button is pressed. |
Qt.TouchPointMoved
|
The event point was updated. |
Qt.TouchPointReleased
|
The touch point or button was released. |
The States type is a typedef for QFlags<State> . It stores an OR combination of State values. See also QEventPoint::States
另请参阅 handlerPoint .