C# Class idTech4.UI.idListWindow

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
HandleBuddyUpdate ( idWindow buddy ) : void
HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
StateChanged ( bool redraw ) : void
idListWindow ( idDeviceContext context, idUserInterface gui ) : System
idListWindow ( 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

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

HandleBuddyUpdate() public méthode

public HandleBuddyUpdate ( idWindow buddy ) : void
buddy idWindow
Résultat void

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

StateChanged() public méthode

public StateChanged ( bool redraw ) : void
redraw bool
Résultat void

idListWindow() public méthode

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

idListWindow() public méthode

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