C# Class idTech4.UI.idListWindow

Inheritance: idWindow
Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
ParseInternalVariable ( string name, Text parser ) : bool
PostParse ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Activate() public method

public Activate ( bool activate, string &act ) : void
activate bool
act string
return void

Draw() public method

public Draw ( float x, float y ) : void
x float
y float
return void

HandleBuddyUpdate() public method

public HandleBuddyUpdate ( idWindow buddy ) : void
buddy idWindow
return void

HandleEvent() public method

public HandleEvent ( SystemEvent e, bool &updateVisuals ) : string
e SystemEvent
updateVisuals bool
return string

ParseInternalVariable() protected method

protected ParseInternalVariable ( string name, Text parser ) : bool
name string
parser Text
return bool

PostParse() protected method

protected PostParse ( ) : void
return void

StateChanged() public method

public StateChanged ( bool redraw ) : void
redraw bool
return void

idListWindow() public method

public idListWindow ( idDeviceContext context, idUserInterface gui ) : System
context idDeviceContext
gui idUserInterface
return System

idListWindow() public method

public idListWindow ( idUserInterface gui ) : System
gui idUserInterface
return System