C# Class Qyoto.QMouseEventTransition

Inheritance: QEventTransition, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
EventTest bool
OnTransition void
QMouseEventTransition System

Public Methods

Method Description
Dispose ( ) : void
HitTestPath ( ) : QPainterPath
QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button ) : System
QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button, QState sourceState ) : System
QMouseEventTransition ( QState sourceState ) : System
SetHitTestPath ( QPainterPath path ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
EventTest ( Qyoto.QEvent arg1 ) : bool
OnTransition ( Qyoto.QEvent arg1 ) : void
QMouseEventTransition ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

HitTestPath() public method

public HitTestPath ( ) : QPainterPath
return QPainterPath

QMouseEventTransition() public method

public QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button ) : System
arg1 QObject
type Qyoto.QEvent
button Qt
return System

QMouseEventTransition() public method

public QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button, QState sourceState ) : System
arg1 QObject
type Qyoto.QEvent
button Qt
sourceState QState
return System

QMouseEventTransition() public method

public QMouseEventTransition ( QState sourceState ) : System
sourceState QState
return System

QMouseEventTransition() protected method

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

SetHitTestPath() public method

public SetHitTestPath ( QPainterPath path ) : void
path QPainterPath
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string