Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

HdThread.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- 
00002  *
00003  * $Id: HdThread.h,v 1.12 2003/09/29 01:04:41 pfkeb Exp $
00004  *
00005  */
00006 
00007 #ifndef HDTHREAD_H
00008 #define HDTHREAD_H
00009 
00010 #include <qthread.h>
00011 
00012 class QtApp;
00013 
00018 class HdThread : public QThread
00019 {
00020 public:
00021 
00023   HdThread ( );
00024 
00027   virtual ~HdThread ();
00028 
00030   virtual void run ();
00031 
00032 };
00033 
00034 #endif // HDTHREAD_H

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3