ProgressDisplayConsole Class Reference
[Classes for basic data types and vectors/arrays (tjutils library)]

Inheritance diagram for ProgressDisplayConsole:

Inheritance graph
[legend]
Collaboration diagram for ProgressDisplayConsole:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ProgressDisplayConsole ()
void init (unsigned int nsteps, const char *txt)
void increase (const char *)
bool refresh ()

Detailed Description

Definition at line 116 of file tjfeedback.h.


Member Function Documentation

void ProgressDisplayConsole::init ( unsigned int  nsteps,
const char *  txt 
) [virtual]

Initializes the driver to display to expect 'nsteps' calls to 'increase()'. The message 'txt' will be displayed prior to the progress report.

Implements ProgressDisplayDriver.

void ProgressDisplayConsole::increase ( const char *   )  [virtual]

Increments progress display. The message 'subj', if non-null, will be displayed.

Implements ProgressDisplayDriver.

bool ProgressDisplayConsole::refresh (  )  [inline, virtual]

Refreshes display without increasing progress. Returns true if cancel is requested by the driver.

Implements ProgressDisplayDriver.

Definition at line 124 of file tjfeedback.h.


The documentation for this class was generated from the following file:
Generated on Sat Jun 14 12:31:51 2008 by  doxygen 1.5.1