CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
Ui
Definition:
ctkCmdLineModuleExplorerMainWindow.h:40
ctkQtTestingMainWindow::ctkQtTestingMainWindow
ctkQtTestingMainWindow()
ctkQtTestingUtility
Definition:
ctkQtTestingUtility.h:35
ctkQtTestingUtility.h
ctkQtTestingMainWindow::~ctkQtTestingMainWindow
~ctkQtTestingMainWindow()
ctkQtTestingMainWindow::record
void record(bool start)
ctkQtTestingMainWindow::play
void play()
ctkQtTestingMainWindow
Definition:
ctkQtTestingMainWindow.h:10
Generated on Wed May 4 2016 05:55:05 for CTK by
1.8.11