C# Class Qyoto.QGestureEvent

Inheritance: Qyoto.QEvent, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Public Methods

Method Description
Accept ( ) : void
Accept ( QGesture arg1 ) : void
Accept ( Qt arg1 ) : void
ActiveGestures ( ) : List
CanceledGestures ( ) : List
Dispose ( ) : void
Gesture ( Qt type ) : QGesture
Gestures ( ) : List
Ignore ( ) : void
Ignore ( QGesture arg1 ) : void
Ignore ( Qt arg1 ) : void
IsAccepted ( ) : bool
IsAccepted ( QGesture arg1 ) : bool
IsAccepted ( Qt arg1 ) : bool
MapToGraphicsScene ( QPointF gesturePoint ) : QPointF
QGestureEvent ( List gestures ) : System
SetAccepted ( QGesture arg1, bool arg2 ) : void
SetAccepted ( Qt arg1, bool arg2 ) : void
SetAccepted ( bool accepted ) : void
SetWidget ( QWidget widget ) : void
Widget ( ) : QWidget

Protected Methods

Method Description
CreateProxy ( ) : void
QGestureEvent ( Type dummy ) : System

Method Details

Accept() public method

public Accept ( ) : void
return void

Accept() public method

public Accept ( QGesture arg1 ) : void
arg1 QGesture
return void

Accept() public method

public Accept ( Qt arg1 ) : void
arg1 Qt
return void

ActiveGestures() public method

public ActiveGestures ( ) : List
return List

CanceledGestures() public method

public CanceledGestures ( ) : List
return List

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Gesture() public method

public Gesture ( Qt type ) : QGesture
type Qt
return QGesture

Gestures() public method

public Gestures ( ) : List
return List

Ignore() public method

public Ignore ( ) : void
return void

Ignore() public method

public Ignore ( QGesture arg1 ) : void
arg1 QGesture
return void

Ignore() public method

public Ignore ( Qt arg1 ) : void
arg1 Qt
return void

IsAccepted() public method

public IsAccepted ( ) : bool
return bool

IsAccepted() public method

public IsAccepted ( QGesture arg1 ) : bool
arg1 QGesture
return bool

IsAccepted() public method

public IsAccepted ( Qt arg1 ) : bool
arg1 Qt
return bool

MapToGraphicsScene() public method

public MapToGraphicsScene ( QPointF gesturePoint ) : QPointF
gesturePoint QPointF
return QPointF

QGestureEvent() public method

public QGestureEvent ( List gestures ) : System
gestures List
return System

QGestureEvent() protected method

protected QGestureEvent ( Type dummy ) : System
dummy System.Type
return System

SetAccepted() public method

public SetAccepted ( QGesture arg1, bool arg2 ) : void
arg1 QGesture
arg2 bool
return void

SetAccepted() public method

public SetAccepted ( Qt arg1, bool arg2 ) : void
arg1 Qt
arg2 bool
return void

SetAccepted() public method

public SetAccepted ( bool accepted ) : void
accepted bool
return void

SetWidget() public method

public SetWidget ( QWidget widget ) : void
widget QWidget
return void

Widget() public method

public Widget ( ) : QWidget
return QWidget