Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryQtIntroPart.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef BERRYQTINTROPART_H_
19 #define BERRYQTINTROPART_H_
20 
21 #include <berryIntroPart.h>
22 
24 
25 #include <QWidget>
26 
27 namespace berry
28 {
29 
31 {
32 
33 public:
34 
36 
37  void CreatePartControl(void* parent) override;
38 
39 protected:
40 
41  virtual void CreateQtPartControl(QWidget* parent) = 0;
42 
43 };
44 
45 }
46 
47 #endif /* BERRYQTINTROPART_H_ */
#define berryObjectMacro(...)
Definition: berryMacros.h:37
#define BERRY_UI_QT