Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
TouchPoint (QTouchEvent.TouchPoint other) | |
TouchPoint (int id=-1) | |
virtual void | CreateProxy () |
new bool | IsPrimary () |
| |
new void | Dispose () |
Protected Member Functions | |
TouchPoint (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
new int | Id [get, set] |
| |
new QPointF | LastNormalizedPos [get, set] |
| |
new QPointF | LastPos [get, set] |
| |
new QPointF | LastScenePos [get, set] |
| |
new QPointF | LastScreenPos [get, set] |
| |
new QPointF | NormalizedPos [get, set] |
| |
new QPointF | Pos [get, set] |
| |
new double | Pressure [get, set] |
| |
new QRectF | Rect [get, set] |
| |
new QPointF | ScenePos [get, set] |
| |
new QRectF | SceneRect [get, set] |
| |
new QPointF | ScreenPos [get, set] |
| |
new QRectF | ScreenRect [get, set] |
| |
new QPointF | StartNormalizedPos [get, set] |
| |
new QPointF | StartPos [get, set] |
| |
new QPointF | StartScenePos [get, set] |
| |
new QPointF | StartScreenPos [get, set] |
| |
new Qt.TouchPointState | State [get, set] |
| |
virtual System.IntPtr | SmokeObject [get, set] |
|
protected |
QtGui.QTouchEvent.TouchPoint.TouchPoint | ( | QTouchEvent.TouchPoint | other | ) |
QtGui.QTouchEvent.TouchPoint.TouchPoint | ( | int | id = -1 | ) |
|
virtual |
new void QtGui.QTouchEvent.TouchPoint.Dispose | ( | ) |
new bool QtGui.QTouchEvent.TouchPoint.IsPrimary | ( | ) |
Returns true if this touch point is the primary touch point. The primary touch point is the point for which the windowing system generates mouse events.
|
protected |
|
getset |
Returns the id number of this touch point.
Id numbers are globally sequential, starting at zero, meaning the first touch point in the application has id 0, the second has id 1, and so on.
|
getset |
Returns the normalized position of this touch point from the previous touch event.
The coordinates are normalized to the size of the touch device, i.e. (0,0) is the top-left corner and (1,1) is the bottom-right corner.
|
getset |
Returns the position of this touch point from the previous touch event, relative to the widget or QGraphicsItem that received the event.
|
getset |
Returns the scene position of this touch point from the previous touch event.
The scene position is the position in QGraphicsScene coordinates if the QTouchEvent is handled by a QGraphicsItem::touchEvent() reimplementation, and identical to the screen position for widgets.
|
getset |
Returns the screen position of this touch point from the previous touch event.
|
getset |
Returns the normalized position of this touch point.
The coordinates are normalized to the size of the touch device, i.e. (0,0) is the top-left corner and (1,1) is the bottom-right corner.
|
getset |
Returns the position of this touch point, relative to the widget or QGraphicsItem that received the event.
|
getset |
Returns the pressure of this touch point. The return value is in the range 0.0 to 1.0.
|
getset |
Returns the rect for this touch point, relative to the widget or QGraphicsItem that received the event. The rect is centered around the point returned by pos().
Note: This function returns an empty rect if the device does not report touch point sizes.
|
getset |
Returns the scene position of this touch point.
The scene position is the position in QGraphicsScene coordinates if the QTouchEvent is handled by a QGraphicsItem::touchEvent() reimplementation, and identical to the screen position for widgets.
|
getset |
Returns the rect for this touch point in scene coordinates.
Note: This function returns an empty rect if the device does not report touch point sizes.
|
getset |
Returns the screen position of this touch point.
|
getset |
Returns the rect for this touch point in screen coordinates.
Note: This function returns an empty rect if the device does not report touch point sizes.
|
getset |
|
getset |
Returns the normalized starting position of this touch point.
The coordinates are normalized to the size of the touch device, i.e. (0,0) is the top-left corner and (1,1) is the bottom-right corner.
|
getset |
Returns the starting position of this touch point, relative to the widget or QGraphicsItem that received the event.
|
getset |
Returns the starting scene position of this touch point.
The scene position is the position in QGraphicsScene coordinates if the QTouchEvent is handled by a QGraphicsItem::touchEvent() reimplementation, and identical to the screen position for widgets.
|
getset |
Returns the starting screen position of this touch point.
|
getset |
Returns the current state of this touch point.