#include <basewindow.h>
Public Member Functions | |
virtual void | process (int)=0 |
Called upon SIGALRM . | |
virtual | ~AlarmFunction () |
setTimeout
has to be derived from this class.
The method AlarmFunction::process()
will be called upon the SIGALRM
signal.
Definition at line 73 of file basewindow.h.
virtual YAPETUI::BaseWindow::BaseWindow::AlarmFunction::~AlarmFunction | ( | ) | [inline, virtual] |
Definition at line 75 of file basewindow.h.
virtual void YAPETUI::BaseWindow::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 YAPETUI::BaseWindow::sig_handler().