qmca  0.0.20
qmcaapplication.h
Go to the documentation of this file.
1 #ifndef QMCAAPPLICATION_H
2 #define QMCAAPPLICATION_H
3 
4 #include <QApplication>
5 
6 class MCAMainWindow;
7 class MCAController;
9 
10 class QmcaApplication : public QApplication
11 {
12  Q_OBJECT;
13 
14  public:
15  QmcaApplication(int &argc, char **argv);
17 
18  public slots:
19  void shutdownThreads();
20 
21  private:
25 };
26 
27 #endif
MCAMainWindow * m_Window
QmcaEpicsInterface * m_EpicsInterface
MCAController * m_Controller
QmcaApplication(int &argc, char **argv)