Qyoto  4.0.6
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 void Dispose ()
 

Protected Member Functions

 TouchPoint (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

int Id [get, set]
 
 
QPointF LastNormalizedPos [get, set]
 
 
QPointF LastPos [get, set]
 
 
QPointF LastScenePos [get, set]
 
 
QPointF LastScreenPos [get, set]
 
 
QPointF NormalizedPos [get, set]
 
 
QPointF Pos [get, set]
 
 
double Pressure [get, set]
 
 
QRectF Rect [get, set]
 
 
QPointF ScenePos [get, set]
 
 
QRectF SceneRect [get, set]
 
 
QPointF ScreenPos [get, set]
 
 
QRectF ScreenRect [get, set]
 
 
QPointF StartNormalizedPos [get, set]
 
 
QPointF StartPos [get, set]
 
 
QPointF StartScenePos [get, set]
 
 
QPointF StartScreenPos [get, set]
 
 
Qt.TouchPointState State [get, set]
 
 
bool IsPrimary [get]
 
 
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 ( )

Member Data Documentation

SmokeInvocation QtGui.QTouchEvent.TouchPoint.interceptor
protected

Property Documentation

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.

bool QtGui.QTouchEvent.TouchPoint.IsPrimary
get

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.

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.

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.

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.

QPointF QtGui.QTouchEvent.TouchPoint.LastScreenPos
getset

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

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.

QPointF QtGui.QTouchEvent.TouchPoint.Pos
getset

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

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.

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.

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.

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.

QPointF QtGui.QTouchEvent.TouchPoint.ScreenPos
getset

Returns the screen position of this touch point.

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
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.

QPointF QtGui.QTouchEvent.TouchPoint.StartPos
getset

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

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.

QPointF QtGui.QTouchEvent.TouchPoint.StartScreenPos
getset

Returns the starting screen position of this touch point.

Qt.TouchPointState QtGui.QTouchEvent.TouchPoint.State
getset

Returns the current state of this touch point.