Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qt
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
29
class
MDL_QTHIPPOPLOT_API
HdThread
:
public
QThread
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
MDL_QTHIPPOPLOT_API
#define MDL_QTHIPPOPLOT_API
Definition:
libqthippo.h:36
hippodraw::HdThread
A derived class of QThread that runs the QApplication object.
Definition:
HdThread.h:29
run
void * run(void *arg)
Definition:
PyApp.cxx:135
QThread
libqthippo.h
Generated for HippoDraw Class Library by