00001 #ifndef _M_CLEAREVENT_HH_ 00002 #define _M_CLEAREVENT_HH_ 00003 00036 #include "QModule.hh" 00037 00038 class MClearEvent : public QModule { 00039 00040 public: 00042 MClearEvent(QSequence* s); 00043 00045 ~MClearEvent(); 00046 00048 void Init(); 00049 00051 QEvent* Do(QEvent* ev); 00052 00054 void Done(); 00055 private: 00056 bool fClearSamples; 00057 bool fClearSidePulses; 00058 00059 }; 00060 00061 #endif 00062