C# Class Qyoto.QKeyEventTransition

Inheritance: QEventTransition, IDisposable
Exibir arquivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
EventTest bool
OnTransition void
QKeyEventTransition System

Public Methods

Method Description
Dispose ( ) : void
QKeyEventTransition ( QObject arg1, Qyoto.QEvent type, int key ) : System
QKeyEventTransition ( QObject arg1, Qyoto.QEvent type, int key, QState sourceState ) : System
QKeyEventTransition ( QState sourceState ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QKeyEventTransition() public method

public QKeyEventTransition ( QObject arg1, Qyoto.QEvent type, int key ) : System
arg1 QObject
type Qyoto.QEvent
key int
return System

QKeyEventTransition() public method

public QKeyEventTransition ( QObject arg1, Qyoto.QEvent type, int key, QState sourceState ) : System
arg1 QObject
type Qyoto.QEvent
key int
sourceState QState
return System

QKeyEventTransition() public method

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

QKeyEventTransition() protected method

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

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