CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkQtTestingMainWindow.h
Go to the documentation of this file.
1 #ifndef CTKQTTESTINGMAINWINDOW_H
2 #define CTKQTTESTINGMAINWINDOW_H
3 
4 #include <QMainWindow>
5 #include <ctkQtTestingUtility.h>
6 #include "ui_ctkQtTestingMainWindow.h"
7 
8 //class pqTestUtility;
9 
10 class ctkQtTestingMainWindow : public QMainWindow
11 {
12  Q_OBJECT
13 public:
16 protected slots:
17  void record(bool start);
18  void play();
19 
20 private:
21  Q_DISABLE_COPY(ctkQtTestingMainWindow)
22 
23 // pqTestUtility *TestUtility;
24  ctkQtTestingUtility *TestUtility;
25  Ui::ctkQtTestingMainWindow Ui;
26 };
27 
28 #endif
void record(bool start)