TestAlg.h

00001 #ifndef TESTALG_H_
00002 #define TESTALG_H_
00003 #include <QImage>
00004 #include "procAlg.h"
00005 
00019 class TestAlg : public ProcAlg
00020 {
00021 public:
00022         TestAlg();
00023         virtual ~TestAlg();
00031         void processFrame(QImage *frame);
00032 
00033 private:
00034         unsigned long lastKey;
00035 };
00036 
00037 #endif /*TESTALG_H_*/

Generated on Thu Aug 17 12:14:56 2006 for VisualODF by  doxygen 1.4.7