C# 클래스 idTech4.UI.idBindWindow

상속: idWindow
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( bool activate, string &act ) : void
Draw ( float x, float y ) : void
GetVariableByName ( string name, bool fixup, DrawWindow &owner ) : idWindowVariable
HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
idBindWindow ( idDeviceContext context, idUserInterface gui ) : System
idBindWindow ( idUserInterface gui ) : System

보호된 메소드들

메소드 설명
PostParse ( ) : void

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( bool activate, string &act ) : void
activate bool
act string
리턴 void

Draw() 공개 메소드

public Draw ( float x, float y ) : void
x float
y float
리턴 void

GetVariableByName() 공개 메소드

public GetVariableByName ( string name, bool fixup, DrawWindow &owner ) : idWindowVariable
name string
fixup bool
owner DrawWindow
리턴 idWindowVariable

HandleEvent() 공개 메소드

public HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
e SystemEvent
updateVisuals bool
리턴 string

PostParse() 보호된 메소드

protected PostParse ( ) : void
리턴 void

idBindWindow() 공개 메소드

public idBindWindow ( idDeviceContext context, idUserInterface gui ) : System
context idDeviceContext
gui idUserInterface
리턴 System

idBindWindow() 공개 메소드

public idBindWindow ( idUserInterface gui ) : System
gui idUserInterface
리턴 System