C# 클래스 idTech4.UI.idEditWindow

상속: 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
idEditWindow ( idDeviceContext context, idUserInterface gui ) : System
idEditWindow ( idUserInterface gui ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
EnsureCursorVisible ( ) : void
Init ( ) : void
InitConsoleVariables ( ) : void
InitScroller ( bool horizontal ) : void
UpdateConsoleVariables ( bool read, bool force = false ) : 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

OnFocusGained() 보호된 메소드

protected OnFocusGained ( ) : void
리턴 void

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

idEditWindow() 공개 메소드

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

idEditWindow() 공개 메소드

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