Class for calling the signal handler of MainWindow.
More...


Public Member Functions | |
| Alarm (MainWindow &r) | |
| void | process (int signo) |
Called upon SIGALRM. | |
Private Attributes | |
| MainWindow & | ref |
This class is passed to BaseWindow::setTimeout() as class for calling the signal handler of MainWindow.
Definition at line 161 of file mainwindow.cc.
| Alarm::Alarm | ( | MainWindow & | r | ) | [inline] |
Definition at line 165 of file mainwindow.cc.
| void Alarm::process | ( | int | ) | [inline, virtual] |
This method is called upon a SIGALRM signal. The integer argument is the number of the signal, which currently is always SIGALRM.
Implements YAPET::UI::BaseWindow::AlarmFunction.
Definition at line 166 of file mainwindow.cc.
References MainWindow::handle_signal(), and ref.

MainWindow& Alarm::ref [private] |
Definition at line 163 of file mainwindow.cc.
Referenced by process().
1.7.1