#include <CaDesigner.h>

Definition at line 334 of file CaDesigner.h.
Public Member Functions | ||||
| ProgressWatch (AbstractProcess *process, int stepsTotal, std::ostream &streamTo) | ||||
| ||||
| virtual | ~ProgressWatch () | |||
| virtual void | notify () | |||
| Event notification, usually called by object implementing ISubject interface. | ||||
Private Attributes | ||||
| Private * | d | |||
| ProgressWatch | ( | AbstractProcess * | process, | |
| int | stepsTotal, | |||
| std::ostream & | streamTo | |||
| ) |
| process | Observed process. |
| stepsTotal | Count of steps corresponding to 100% of progress. | |
| streamTo | Standard output stream to write to. |
Definition at line 682 of file CaDesigner.cpp.
| ~ProgressWatch | ( | ) | [virtual] |
Definition at line 690 of file CaDesigner.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 694 of file CaDesigner.cpp.
References C_GREEN.
Private* d [private] |
Definition at line 350 of file CaDesigner.h.
1.5.4