HdThread.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef HDTHREAD_H
15 #define HDTHREAD_H
16 
17 #include "qt/libqthippo.h"
18 
19 #include <qthread.h>
20 
21 namespace hippodraw {
22 
23 class QtApp;
24 
30 {
31 protected:
32 
35  virtual void run ();
36 
37 public:
38 
40  HdThread ( );
41 
44  virtual ~HdThread ();
45 
46 };
47 
48 } // namespace hippodraw
49 
50 #endif // HDTHREAD_H
#define MDL_QTHIPPOPLOT_API
Definition: libqthippo.h:36
A derived class of QThread that runs the QApplication object.
Definition: HdThread.h:29
void * run(void *arg)
Definition: PyApp.cxx:135

Generated for HippoDraw Class Library by doxygen