C# Class Qyoto.QHistoryState

Inheritance: QAbstractState, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
Event bool
OnEntry void
OnExit void
QHistoryState System

Public Methods

Method Description
Dispose ( ) : void
QHistoryState ( QHistoryState type ) : System
QHistoryState ( QHistoryState type, QState parent ) : System
QHistoryState ( QState parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QHistoryState() public method

public QHistoryState ( QHistoryState type ) : System
type QHistoryState
return System

QHistoryState() public method

public QHistoryState ( QHistoryState type, QState parent ) : System
type QHistoryState
parent QState
return System

QHistoryState() public method

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

QHistoryState() protected method

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