C# Class idTech4.UI.idBindWindow

Inheritance: idWindow
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
PostParse ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Activate() public method

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

Draw() public method

public Draw ( float x, float y ) : void
x float
y float
return void

GetVariableByName() public method

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

HandleEvent() public method

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

PostParse() protected method

protected PostParse ( ) : void
return void

idBindWindow() public method

public idBindWindow ( idDeviceContext context, idUserInterface gui ) : System
context idDeviceContext
gui idUserInterface
return System

idBindWindow() public method

public idBindWindow ( idUserInterface gui ) : System
gui idUserInterface
return System