QModule Class Reference
List of all members.
Detailed Description
Pure abstract class that every Diana module should inherit from.
|
Public Member Functions |
|
| QModule (const std::string &, QSequence *s) |
Protected Member Functions |
|
const QError & | JumpToEvent (unsigned int event) |
| | next iteration diana will jump to event
|
|
virtual void | Init ()=0 |
| | Init method is called before event loop.
|
|
virtual QEvent * | Do (QEvent *ev)=0 |
| | Doit method is called for each event, getting the event as argument.
|
|
virtual void | Done ()=0 |
| | Done method is called after event loop.
|
Private Member Functions |
|
void | Begin () |
| | Begin method is called before event loop.
|
|
QEvent * | Process (QEvent *ev) |
| | Process method is called for each event, getting the event as argument.
|
|
void | End () |
| | End method is called after event loop.
|
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/dianaframework/QModule.hh
- /home/cuoresvn/cuore/pkg/dianaframework/QModule.cc