C# 클래스 Qyoto.QHistoryState

상속: QAbstractState, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Event bool
OnEntry void
OnExit void
QHistoryState System

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QHistoryState ( Type dummy ) : System

비공개 메소드들

메소드 설명
Event ( Qyoto.QEvent e ) : bool
OnEntry ( Qyoto.QEvent arg1 ) : void
OnExit ( Qyoto.QEvent arg1 ) : void
QHistoryState ( ) : System

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

QHistoryState() 공개 메소드

public QHistoryState ( QHistoryState type ) : System
type QHistoryState
리턴 System

QHistoryState() 공개 메소드

public QHistoryState ( QHistoryState type, QState parent ) : System
type QHistoryState
parent QState
리턴 System

QHistoryState() 공개 메소드

public QHistoryState ( QState parent ) : System
parent QState
리턴 System

QHistoryState() 보호된 메소드

protected QHistoryState ( Type dummy ) : System
dummy System.Type
리턴 System

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string