Line | |
---|
1 | // AdjustThreadController.h: Schnittstelle für die Klasse LaserThreadController.
|
---|
2 | //
|
---|
3 | //////////////////////////////////////////////////////////////////////
|
---|
4 |
|
---|
5 | #ifndef ADJUSTTHREADCONTROLLER_H
|
---|
6 | #define ADJUSTTHREADCONTROLLER_H
|
---|
7 |
|
---|
8 | #include "threadcontroller.h"
|
---|
9 |
|
---|
10 | class AdjustThreadController : public ThreadController
|
---|
11 | {
|
---|
12 | public:
|
---|
13 | AdjustThreadController( QList<AMCMirrorPanel>& p_qlPanels, QObject* p_pReceiver );
|
---|
14 | virtual ~AdjustThreadController();
|
---|
15 |
|
---|
16 | protected:
|
---|
17 | virtual void run();
|
---|
18 | };
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.