C# Class idTech4.UI.idRenderWindow

Inheritance: idWindow
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ParseInternalVariable ( string name, Text parser ) : bool

Private Methods

Méthode Description
Init ( ) : void
PreRender ( ) : void
Render ( int time ) : void

Method Details

Draw() public méthode

public Draw ( float x, float y ) : void
x float
y float
Résultat void

GetVariableByName() public méthode

public GetVariableByName ( string name, bool fixup, DrawWindow &owner ) : idWindowVariable
name string
fixup bool
owner DrawWindow
Résultat idWindowVariable

ParseInternalVariable() protected méthode

protected ParseInternalVariable ( string name, Text parser ) : bool
name string
parser Text
Résultat bool

idRenderWindow() public méthode

public idRenderWindow ( idDeviceContext context, idUserInterface gui ) : System
context idDeviceContext
gui idUserInterface
Résultat System

idRenderWindow() public méthode

public idRenderWindow ( idUserInterface gui ) : System
gui idUserInterface
Résultat System