C# Class Qyoto.QGestureRecognizer

Inheritance: Object
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
RegisterRecognizer ( QGestureRecognizer recognizer ) : Qt.GestureType
UnregisterRecognizer ( Qt type ) : void

Protected Methods

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

Private Methods

Method Description
Create ( QObject target ) : QGesture
QGestureRecognizer ( ) : System
Recognize ( QGesture state, QObject watched, Qyoto.QEvent arg3 ) : uint
Reset ( QGesture state ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

QGestureRecognizer() protected method

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

RegisterRecognizer() public static method

public static RegisterRecognizer ( QGestureRecognizer recognizer ) : Qt.GestureType
recognizer QGestureRecognizer
return Qt.GestureType

UnregisterRecognizer() public static method

public static UnregisterRecognizer ( Qt type ) : void
type Qt
return void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation