Base class for calling a function upon the alarm signal. More...
#include <basewindow.h>

Public Member Functions | |
| virtual void | process (int)=0 |
Called upon SIGALRM. | |
| virtual | ~AlarmFunction () |
The class passed as caller for the action upon an alarm to setTimeout has to be derived from this class.
The method AlarmFunction::process() will be called upon the SIGALRM signal.
Definition at line 77 of file basewindow.h.
| virtual YAPET::UI::BaseWindow::AlarmFunction::~AlarmFunction | ( | ) | [inline, virtual] |
Definition at line 79 of file basewindow.h.
| virtual void YAPET::UI::BaseWindow::AlarmFunction::process | ( | int | ) | [pure virtual] |
This method is called upon a SIGALRM signal. The integer argument is the number of the signal, which currently is always SIGALRM.
Implemented in Alarm.
Referenced by YAPET::UI::BaseWindow::sig_handler().

1.7.1