UserInterface.H

Classes

UserInterface -- This class implements user interface features for APCAT (full description)

class UserInterface

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 *)

Description

Synopsis

This class implements user interface features for APCAT
Used by:
Uses:

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

void ResetProgress(int )

reset progress indicator to 0

void StatusMsg(char *msg, char *level = NULL)

display a status message

UserInterface()

internal use only constructor

void Init(Tcl_Interp *)

internal constructor