MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkToFDeviceGeneration.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13#ifndef QmitkToFDeviceGeneration_h
14#define QmitkToFDeviceGeneration_h
15
16
17#include <ui_QmitkToFDeviceGenerationControls.h>
18#include <QmitkAbstractView.h>
19
20#include <QStringList>
21
22#include <ui_QmitkToFUtilViewControls.h>
23
24
28class QmitkToFDeviceGeneration : public QmitkAbstractView
29{
30 // this is needed for all Qt objects that should have a Qt meta-object
31 // (everything that derives from QObject and wants to have signal/slots)
32 Q_OBJECT
33
34 public:
35
36 static const std::string VIEW_ID;
37
40
41 void SetFocus() override;
42
43 void CreateQtPartControl(QWidget *parent) override;
44
45
46 protected slots:
47
52
53 protected:
54
55 Ui::QmitkToFDeviceGenerationControls m_Controls;
56
57 private:
58
59};
60
61#endif
QmitkToFDeviceGeneration.
Ui::QmitkToFDeviceGenerationControls m_Controls
static const std::string VIEW_ID
void CreateQtPartControl(QWidget *parent) override
void OnToFCameraConnected()
Slot called when the "Create Device" button of the ConnectionWidget is pressed.