C# Class Qyoto.QAbstractState

Inheritance: QObject
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QAbstractState ( Type dummy ) : System

Private Methods

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

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Machine() public méthode

public Machine ( ) : QStateMachine
Résultat QStateMachine

ParentState() public méthode

public ParentState ( ) : QState
Résultat QState

QAbstractState() public méthode

public QAbstractState ( QState parent ) : System
parent QState
Résultat System

QAbstractState() protected méthode

protected QAbstractState ( Type dummy ) : System
dummy System.Type
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string