00001 #ifndef _M_SAMPLEINFOFILTER_HH_ 00002 #define _M_SAMPLEINFOFILTER_HH_ 00003 00029 #include "QFilter.hh" 00030 00031 class MSampleInfoFilter : public QFilter { 00032 00033 public: 00035 MSampleInfoFilter(QSequence* s); 00036 00038 ~MSampleInfoFilter(); 00039 00041 void GetCuts(); 00042 00044 bool Filter(const QEvent* ev); 00045 00046 private: 00047 std::string fType; 00048 bool fHeaterTrigger; 00049 00050 00051 }; 00052 00053 #endif 00054