C# Class Qyoto.QEventTransition

Inheritance: QAbstractTransition, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
Event bool
EventTest bool
OnTransition void
QEventTransition System

Public Methods

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

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent e ) : bool
EventTest ( Qyoto.QEvent arg1 ) : bool
OnTransition ( Qyoto.QEvent arg1 ) : void
QEventTransition ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QEventTransition() public method

public QEventTransition ( QObject arg1, Qyoto.QEvent type ) : System
arg1 QObject
type Qyoto.QEvent
return System

QEventTransition() public method

public QEventTransition ( QObject arg1, Qyoto.QEvent type, QState sourceState ) : System
arg1 QObject
type Qyoto.QEvent
sourceState QState
return System

QEventTransition() public method

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

QEventTransition() protected method

protected QEventTransition ( 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