HdThread.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*-  */
00002 
00014 #ifndef HDTHREAD_H
00015 #define HDTHREAD_H
00016 
00017 #include "qt/libqthippo.h"
00018 
00019 #include <qthread.h>
00020 
00021 namespace hippodraw {
00022 
00023 class QtApp;
00024 
00029 class MDL_QTHIPPOPLOT_API HdThread : public QThread
00030 {
00031 protected:
00032 
00035   virtual void run ();
00036 
00037 public:
00038 
00040   HdThread ( );
00041 
00044   virtual ~HdThread ();
00045 
00046 };
00047 
00048 } // namespace hippodraw
00049 
00050 #endif // HDTHREAD_H

Generated for HippoDraw Class Library by doxygen