C# 클래스 idTech4.UI.idListWindow

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

공개 메소드들

메소드 설명
Activate ( bool activate, string &act ) : void
Draw ( float x, float y ) : void
HandleBuddyUpdate ( idWindow buddy ) : void
HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
StateChanged ( bool redraw ) : void
idListWindow ( idDeviceContext context, idUserInterface gui ) : System
idListWindow ( idUserInterface gui ) : System

보호된 메소드들

메소드 설명
ParseInternalVariable ( string name, Text parser ) : bool
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

HandleBuddyUpdate() 공개 메소드

public HandleBuddyUpdate ( idWindow buddy ) : void
buddy idWindow
리턴 void

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

StateChanged() 공개 메소드

public StateChanged ( bool redraw ) : void
redraw bool
리턴 void

idListWindow() 공개 메소드

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

idListWindow() 공개 메소드

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