C# Class Qyoto.QGestureEvent

Inheritance: Qyoto.QEvent, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QGestureEvent ( Type dummy ) : System

Method Details

Accept() public méthode

public Accept ( ) : void
Résultat void

Accept() public méthode

public Accept ( QGesture arg1 ) : void
arg1 QGesture
Résultat void

Accept() public méthode

public Accept ( Qt arg1 ) : void
arg1 Qt
Résultat void

ActiveGestures() public méthode

public ActiveGestures ( ) : List
Résultat List

CanceledGestures() public méthode

public CanceledGestures ( ) : List
Résultat List

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Gesture() public méthode

public Gesture ( Qt type ) : QGesture
type Qt
Résultat QGesture

Gestures() public méthode

public Gestures ( ) : List
Résultat List

Ignore() public méthode

public Ignore ( ) : void
Résultat void

Ignore() public méthode

public Ignore ( QGesture arg1 ) : void
arg1 QGesture
Résultat void

Ignore() public méthode

public Ignore ( Qt arg1 ) : void
arg1 Qt
Résultat void

IsAccepted() public méthode

public IsAccepted ( ) : bool
Résultat bool

IsAccepted() public méthode

public IsAccepted ( QGesture arg1 ) : bool
arg1 QGesture
Résultat bool

IsAccepted() public méthode

public IsAccepted ( Qt arg1 ) : bool
arg1 Qt
Résultat bool

MapToGraphicsScene() public méthode

public MapToGraphicsScene ( QPointF gesturePoint ) : QPointF
gesturePoint QPointF
Résultat QPointF

QGestureEvent() public méthode

public QGestureEvent ( List gestures ) : System
gestures List
Résultat System

QGestureEvent() protected méthode

protected QGestureEvent ( Type dummy ) : System
dummy System.Type
Résultat System

SetAccepted() public méthode

public SetAccepted ( QGesture arg1, bool arg2 ) : void
arg1 QGesture
arg2 bool
Résultat void

SetAccepted() public méthode

public SetAccepted ( Qt arg1, bool arg2 ) : void
arg1 Qt
arg2 bool
Résultat void

SetAccepted() public méthode

public SetAccepted ( bool accepted ) : void
accepted bool
Résultat void

SetWidget() public méthode

public SetWidget ( QWidget widget ) : void
widget QWidget
Résultat void

Widget() public méthode

public Widget ( ) : QWidget
Résultat QWidget