source: trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/adjustthreadcontroller.h@ 3401

Last change on this file since 3401 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 483 bytes
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
10class AdjustThreadController : public ThreadController
11{
12public:
13 AdjustThreadController( QList<AMCMirrorPanel>& p_qlPanels, QObject* p_pReceiver );
14 virtual ~AdjustThreadController();
15
16protected:
17 virtual void run();
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.