C# Class idTech4.UI.idUserInterface

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

Public Methods

Method Description
Activate ( bool activate, int time ) : string
AddReference ( ) : void
ClearReferences ( ) : void
Dispose ( ) : void
Draw ( int time ) : void
DrawCursor ( ) : void
HandleEvent ( SystemEvent e, int time ) : string
HandleEvent ( SystemEvent e, int time, bool &updateVisuals ) : string
HandleNamedEvent ( string name ) : void
InitFromFile ( string path, bool rebuild = true, bool cache = true ) : bool
StateChanged ( int time, bool redraw = false ) : void
Trigger ( int time ) : void
idUserInterface ( ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Activate() public method

public Activate ( bool activate, int time ) : string
activate bool
time int
return string

AddReference() public method

public AddReference ( ) : void
return void

ClearReferences() public method

public ClearReferences ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( int time ) : void
time int
return void

DrawCursor() public method

public DrawCursor ( ) : void
return void

HandleEvent() public method

public HandleEvent ( SystemEvent e, int time ) : string
e SystemEvent
time int
return string

HandleEvent() public method

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

HandleNamedEvent() public method

public HandleNamedEvent ( string name ) : void
name string
return void

InitFromFile() public method

public InitFromFile ( string path, bool rebuild = true, bool cache = true ) : bool
path string
rebuild bool
cache bool
return bool

StateChanged() public method

public StateChanged ( int time, bool redraw = false ) : void
time int
redraw bool
return void

Trigger() public method

public Trigger ( int time ) : void
time int
return void

idUserInterface() public method

public idUserInterface ( ) : System
return System