#include <CaDesigner.h>

Definition at line 315 of file CaDesigner.h.
Public Member Functions | ||||
| TimedStop (AbstractProcessWatched *process, long msec) | ||||
| ||||
| virtual | ~TimedStop () | |||
| virtual void | notify () | |||
| Event notification, usually called by object implementing ISubject interface. | ||||
Private Attributes | ||||
| Private * | d | |||
| TimedStop | ( | AbstractProcessWatched * | process, | |
| long | msec | |||
| ) |
| process | Observed process. |
| msec | Time in milliseconds to stop process after. |
Definition at line 540 of file CaDesigner.cpp.
| ~TimedStop | ( | ) | [virtual] |
Definition at line 547 of file CaDesigner.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 551 of file CaDesigner.cpp.
References C_NO_COLOR, and C_YELLOW.
Private* d [private] |
Definition at line 326 of file CaDesigner.h.
1.5.4