YAPETUI::BaseWindow::AlarmFunction Class Reference

Base class for calling a function upon the alarm signal. More...

#include <basewindow.h>

Inheritance diagram for YAPETUI::BaseWindow::AlarmFunction:

Alarm

List of all members.

Public Member Functions

virtual void process (int)=0
 Called upon SIGALRM.
virtual ~AlarmFunction ()


Detailed Description

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 73 of file basewindow.h.


Constructor & Destructor Documentation

virtual YAPETUI::BaseWindow::AlarmFunction::~AlarmFunction (  )  [inline, virtual]

Definition at line 75 of file basewindow.h.


Member Function Documentation

virtual void YAPETUI::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().


The documentation for this class was generated from the following file:
Generated on Wed Feb 27 16:15:42 2008 for YAPET by  doxygen 1.5.4