PSQt/include/TestThread1.h

Go to the documentation of this file.
00001 //--------------------------
00002 
00003 #ifndef TESTTHREAD1_H
00004 #define TESTTHREAD1_H
00005 
00006 //#include <Qt>
00007 //#include <QtGui>
00008 //#include <QtCore>
00009 //#include <QApplication>
00010 #include <QThread>
00011 
00012 namespace PSQt {
00013 
00014 /**
00015  *  @ingroup PSQt
00016  * 
00017  *  @brief Tread-worker, inherits from QThread
00018  * 
00019  *  @code
00020  *  @endcode
00021  *
00022  *  This software was developed for the LCLS project.  If you use all or 
00023  *  part of it, please give an appropriate acknowledgment.
00024  *
00025  *  @see 
00026  *
00027  *  @version $Id: TestThread1.h 9841 2015-03-26 18:35:44Z dubrovin@SLAC.STANFORD.EDU $
00028  *
00029  *  @author Mikhail Dubrovin
00030  */
00031 
00032 //--------------------------
00033 
00034 class TestThread1 : public QThread
00035 {
00036   Q_OBJECT
00037 
00038  public:
00039     TestThread1(QObject *parent = 0);
00040 
00041  protected:
00042     void run();
00043 
00044  private:
00045     uint m_thread;
00046 };
00047 
00048 //--------------------------
00049 
00050 } // namespace PSQt
00051 
00052 #endif // TESTTHREAD1_H
00053 
00054 //--------------------------
00055 
00056 
00057 
00058 

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7