메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public Activate ( bool activate, int time ) : string | ||
activate | bool | |
time | int | |
리턴 | string |
public HandleEvent ( SystemEvent e, int time ) : string | ||
e | SystemEvent | |
time | int | |
리턴 | string |
public HandleEvent ( SystemEvent e, int time, bool &updateVisuals ) : string | ||
e | SystemEvent | |
time | int | |
updateVisuals | bool | |
리턴 | string |
public InitFromFile ( string path, bool rebuild = true, bool cache = true ) : bool | ||
path | string | |
rebuild | bool | |
cache | bool | |
리턴 | bool |
public StateChanged ( int time, bool redraw = false ) : void | ||
time | int | |
redraw | bool | |
리턴 | void |