An item that provides information about a gesture event.
More...
Inherits QDeclarativeItem.
|
bool | accepted |
| Setting accepted to false in the onGestureBegin handler causes the gesture to be rejected. More...
|
|
const list< Touch > | touches |
| This property holds the list of touches comprising the gesture. More...
|
|
const Gesture | gesture |
| This property holds a reference to the gesture subscription. More...
|
|
int | id |
| This property holds the ID of the gesture event. More...
|
|
Device | device |
| This property holds the information of the device. More...
|
|
const variant | attributes |
| This property holds a variant map of attributes of the gesture. More...
|
|
An item that provides information about a gesture event.
bool GestureEvent::accepted |
|
readwrite |
Setting accepted to false in the onGestureBegin handler causes the gesture to be rejected.
Other GestureArea items may accept the event, or the event may be rejected entirely, and the touch events may be reprocessed by the system. This property defaults to true.
const variant GestureEvent::attributes |
|
read |
This property holds a variant map of attributes of the gesture.
All gesture attributes are available in this property. The keys may be referenced in the geis.h header file.
This property holds the information of the device.
const Gesture GestureEvent::gesture |
|
read |
This property holds a reference to the gesture subscription.
This property holds the ID of the gesture event.
const list< Touch > GestureEvent::touches |
|
read |
This property holds the list of touches comprising the gesture.