Public Member Functions

YAPET::UI::BaseWindow::AlarmFunction Class Reference

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

#include <basewindow.h>

Inheritance diagram for YAPET::UI::BaseWindow::AlarmFunction:
Inheritance graph
[legend]

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


Constructor & Destructor Documentation

virtual YAPET::UI::BaseWindow::AlarmFunction::~AlarmFunction (  )  [inline, virtual]

Definition at line 79 of file basewindow.h.


Member Function Documentation

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().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: