MTestDriver.hh

Go to the documentation of this file.
00001 #ifndef _M_TESTDRIVER_HH_
00002 #define _M_TESTDRIVER_HH_
00003 
00039 #include "QDriver.hh"
00040 
00041 
00042 class MTestDriver : public QDriver {
00043 
00044     public:
00046         MTestDriver(QSequence* s);
00047 
00049         ~MTestDriver();
00050 
00051         Action Menu();
00053         Action Init();
00054 
00056         Action Do(QEvent* ev);
00057 
00059         Action Done();
00060     private:
00061 
00062 };
00063 
00064 #endif
00065 

Generated on Tue Nov 16 10:49:58 2010 for CUORE Software by  doxygen 1.5.6