CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Applications
ctkQtTesting
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
:
14
ctkQtTestingMainWindow
();
15
~ctkQtTestingMainWindow
();
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
ctkQtTestingMainWindow
Definition:
ctkQtTestingMainWindow.h:11
ctkQtTestingMainWindow::play
void play()
ctkQtTestingMainWindow::record
void record(bool start)
ctkQtTestingMainWindow::ctkQtTestingMainWindow
ctkQtTestingMainWindow()
ctkQtTestingMainWindow::~ctkQtTestingMainWindow
~ctkQtTestingMainWindow()
ctkQtTestingUtility
Definition:
ctkQtTestingUtility.h:36
ctkQtTestingUtility.h
Ui
Definition:
ctkCmdLineModuleExplorerMainWindow.h:40
Generated on Mon Aug 9 2021 00:00:00 for CTK by
1.9.1