C# Class idTech4.UI.idBindWindow

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
PostParse ( ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

Activate() public méthode

public Activate ( bool activate, string &act ) : void
activate bool
act string
Résultat void

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

HandleEvent() public méthode

public HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
e SystemEvent
updateVisuals bool
Résultat string

PostParse() protected méthode

protected PostParse ( ) : void
Résultat void

idBindWindow() public méthode

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

idBindWindow() public méthode

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