Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.QTouchEvent.TouchPoint Class Reference
Inheritance diagram for QtGui.QTouchEvent.TouchPoint:
Collaboration diagram for QtGui.QTouchEvent.TouchPoint:

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]
 

Constructor & Destructor Documentation

QtGui.QTouchEvent.TouchPoint.TouchPoint ( System.Type  dummy)
protected
QtGui.QTouchEvent.TouchPoint.TouchPoint ( QTouchEvent.TouchPoint  other)
QtGui.QTouchEvent.TouchPoint.TouchPoint ( int  id = -1)

Member Function Documentation

virtual void QtGui.QTouchEvent.TouchPoint.CreateProxy ( )
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.

Member Data Documentation

SmokeInvocation QtGui.QTouchEvent.TouchPoint.interceptor
protected

Property Documentation

new int QtGui.QTouchEvent.TouchPoint.Id
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.

new QPointF QtGui.QTouchEvent.TouchPoint.LastNormalizedPos
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.

new QPointF QtGui.QTouchEvent.TouchPoint.LastPos
getset

Returns the position of this touch point from the previous touch event, relative to the widget or QGraphicsItem that received the event.

new QPointF QtGui.QTouchEvent.TouchPoint.LastScenePos
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.

new QPointF QtGui.QTouchEvent.TouchPoint.LastScreenPos
getset

Returns the screen position of this touch point from the previous touch event.

new QPointF QtGui.QTouchEvent.TouchPoint.NormalizedPos
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.

new QPointF QtGui.QTouchEvent.TouchPoint.Pos
getset

Returns the position of this touch point, relative to the widget or QGraphicsItem that received the event.

new double QtGui.QTouchEvent.TouchPoint.Pressure
getset

Returns the pressure of this touch point. The return value is in the range 0.0 to 1.0.

new QRectF QtGui.QTouchEvent.TouchPoint.Rect
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.

new QPointF QtGui.QTouchEvent.TouchPoint.ScenePos
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.

new QRectF QtGui.QTouchEvent.TouchPoint.SceneRect
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.

new QPointF QtGui.QTouchEvent.TouchPoint.ScreenPos
getset

Returns the screen position of this touch point.

new QRectF QtGui.QTouchEvent.TouchPoint.ScreenRect
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.

virtual System.IntPtr QtGui.QTouchEvent.TouchPoint.SmokeObject
getset
new QPointF QtGui.QTouchEvent.TouchPoint.StartNormalizedPos
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.

new QPointF QtGui.QTouchEvent.TouchPoint.StartPos
getset

Returns the starting position of this touch point, relative to the widget or QGraphicsItem that received the event.

new QPointF QtGui.QTouchEvent.TouchPoint.StartScenePos
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.

new QPointF QtGui.QTouchEvent.TouchPoint.StartScreenPos
getset

Returns the starting screen position of this touch point.

new Qt.TouchPointState QtGui.QTouchEvent.TouchPoint.State
getset

Returns the current state of this touch point.