C# Class idTech4.UI.idRenderWindow

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

Public Methods

Method Description
Draw ( float x, float y ) : void
GetVariableByName ( string name, bool fixup, DrawWindow &owner ) : idWindowVariable
idRenderWindow ( idDeviceContext context, idUserInterface gui ) : System
idRenderWindow ( idUserInterface gui ) : System

Protected Methods

Method Description
ParseInternalVariable ( string name, Text parser ) : bool

Private Methods

Method Description
Init ( ) : void
PreRender ( ) : void
Render ( int time ) : void

Method Details

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

ParseInternalVariable() protected method

protected ParseInternalVariable ( string name, Text parser ) : bool
name string
parser Text
return bool

idRenderWindow() public method

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

idRenderWindow() public method

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