C# Class idTech4.UI.idEditWindow

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
idEditWindow ( idDeviceContext context, idUserInterface gui ) : System
idEditWindow ( idUserInterface gui ) : System

Méthodes protégées

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

Private Methods

Méthode Description
EnsureCursorVisible ( ) : void
Init ( ) : void
InitConsoleVariables ( ) : void
InitScroller ( bool horizontal ) : void
UpdateConsoleVariables ( bool read, bool force = false ) : 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

OnFocusGained() protected méthode

protected OnFocusGained ( ) : void
Résultat void

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

idEditWindow() public méthode

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

idEditWindow() public méthode

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