C# 클래스 idTech4.UI.idChoiceWindow

상속: 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
RunNamedEvent ( string name ) : void
idChoiceWindow ( idDeviceContext context, idUserInterface gui ) : System
idChoiceWindow ( idUserInterface gui ) : System

보호된 메소드들

메소드 설명
ParseInternalVariable ( string name, Text parser ) : bool
PostParse ( ) : void

비공개 메소드들

메소드 설명
Init ( ) : void
InitVariables ( ) : void
UpdateChoice ( ) : void
UpdateChoicesAndValues ( ) : void
UpdateVariables ( bool read ) : void
UpdateVariables ( bool read, bool force ) : void
ValidateChoice ( ) : 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

ParseInternalVariable() 보호된 메소드

protected ParseInternalVariable ( string name, Text parser ) : bool
name string
parser Text
리턴 bool

PostParse() 보호된 메소드

protected PostParse ( ) : void
리턴 void

RunNamedEvent() 공개 메소드

public RunNamedEvent ( string name ) : void
name string
리턴 void

idChoiceWindow() 공개 메소드

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

idChoiceWindow() 공개 메소드

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