C# Class idTech4.UI.idChoiceWindow

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
RunNamedEvent ( string name ) : void
idChoiceWindow ( idDeviceContext context, idUserInterface gui ) : System
idChoiceWindow ( idUserInterface gui ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Init ( ) : void
InitVariables ( ) : void
UpdateChoice ( ) : void
UpdateChoicesAndValues ( ) : void
UpdateVariables ( bool read ) : void
UpdateVariables ( bool read, bool force ) : void
ValidateChoice ( ) : 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

ParseInternalVariable() protected méthode

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

PostParse() protected méthode

protected PostParse ( ) : void
Résultat void

RunNamedEvent() public méthode

public RunNamedEvent ( string name ) : void
name string
Résultat void

idChoiceWindow() public méthode

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

idChoiceWindow() public méthode

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