C# 클래스 Qyoto.QGestureEvent

상속: Qyoto.QEvent, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QGestureEvent ( Type dummy ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ) : void
리턴 void

Accept() 공개 메소드

public Accept ( QGesture arg1 ) : void
arg1 QGesture
리턴 void

Accept() 공개 메소드

public Accept ( Qt arg1 ) : void
arg1 Qt
리턴 void

ActiveGestures() 공개 메소드

public ActiveGestures ( ) : List
리턴 List

CanceledGestures() 공개 메소드

public CanceledGestures ( ) : List
리턴 List

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Gesture() 공개 메소드

public Gesture ( Qt type ) : QGesture
type Qt
리턴 QGesture

Gestures() 공개 메소드

public Gestures ( ) : List
리턴 List

Ignore() 공개 메소드

public Ignore ( ) : void
리턴 void

Ignore() 공개 메소드

public Ignore ( QGesture arg1 ) : void
arg1 QGesture
리턴 void

Ignore() 공개 메소드

public Ignore ( Qt arg1 ) : void
arg1 Qt
리턴 void

IsAccepted() 공개 메소드

public IsAccepted ( ) : bool
리턴 bool

IsAccepted() 공개 메소드

public IsAccepted ( QGesture arg1 ) : bool
arg1 QGesture
리턴 bool

IsAccepted() 공개 메소드

public IsAccepted ( Qt arg1 ) : bool
arg1 Qt
리턴 bool

MapToGraphicsScene() 공개 메소드

public MapToGraphicsScene ( QPointF gesturePoint ) : QPointF
gesturePoint QPointF
리턴 QPointF

QGestureEvent() 공개 메소드

public QGestureEvent ( List gestures ) : System
gestures List
리턴 System

QGestureEvent() 보호된 메소드

protected QGestureEvent ( Type dummy ) : System
dummy System.Type
리턴 System

SetAccepted() 공개 메소드

public SetAccepted ( QGesture arg1, bool arg2 ) : void
arg1 QGesture
arg2 bool
리턴 void

SetAccepted() 공개 메소드

public SetAccepted ( Qt arg1, bool arg2 ) : void
arg1 Qt
arg2 bool
리턴 void

SetAccepted() 공개 메소드

public SetAccepted ( bool accepted ) : void
accepted bool
리턴 void

SetWidget() 공개 메소드

public SetWidget ( QWidget widget ) : void
widget QWidget
리턴 void

Widget() 공개 메소드

public Widget ( ) : QWidget
리턴 QWidget