UserInterface.H
Classes
- UserInterface -- This class implements user interface features for APCAT (full description)
Interface
- Public Members
- static UserInterface* Instance(Tcl_Interp *)
- int Progress(float perCentDone = 0.0)
- void ResetProgress(int )
- void StatusMsg(char *msg, char *level = NULL)
- Protected Members
- UserInterface()
- void Init(Tcl_Interp *)
Synopsis
This class implements user interface features for APCAT
Used by:
Uses:
- TCL code
- Normal (random #'s)
- ACG (random #'s)
Member Description
static UserInterface* Instance(Tcl_Interp *)
return a single instance of this class
int Progress(float perCentDone = 0.0)
show progress on the progress scale
reset progress indicator to 0
void StatusMsg(char *msg, char *level = NULL)
display a status message
internal use only constructor
void Init(Tcl_Interp *)
internal constructor