00001 #ifndef _M_FILTERRESULT_HH_ 00002 #define _M_FILTERRESULT_HH_ 00003 00031 #include "QFilter.hh" 00032 00033 class MFilterResult : public QFilter { 00034 00035 public: 00037 MFilterResult(QSequence* s); 00038 00040 ~MFilterResult(); 00041 00043 void GetCuts(); 00044 00046 bool Filter(const QEvent* ev); 00047 00048 private: 00049 std::string fName; 00050 00051 }; 00052 00053 #endif 00054