C# Class Qyoto.QAbstractState

Inheritance: QObject
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
Machine ( ) : QStateMachine
ParentState ( ) : QState
QAbstractState ( QState parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent e ) : bool
OnEntry ( Qyoto.QEvent arg1 ) : void
OnExit ( Qyoto.QEvent arg1 ) : void
QAbstractState ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Machine() public method

public Machine ( ) : QStateMachine
return QStateMachine

ParentState() public method

public ParentState ( ) : QState
return QState

QAbstractState() public method

public QAbstractState ( QState parent ) : System
parent QState
return System

QAbstractState() protected method

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