MainWindow
.
More...
Public Member Functions | |
Alarm (MainWindow &r) | |
void | process (int signo) |
Called upon SIGALRM . | |
Private Attributes | |
MainWindow & | ref |
BaseWindow::setTimeout()
as class for calling the signal handler of MainWindow
.
Definition at line 124 of file mainwindow.cc.
Alarm::Alarm | ( | MainWindow & | r | ) | [inline] |
Definition at line 128 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 YAPETUI::BaseWindow::AlarmFunction.
Definition at line 129 of file mainwindow.cc.
References MainWindow::handle_signal(), and ref.
MainWindow& Alarm::ref [private] |