Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
berryIPerspectiveFactory.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef BERRYIPERSPECTIVEFACTORY_H_
14 #define BERRYIPERSPECTIVEFACTORY_H_
15 
16 #include <berryMacros.h>
17 
19 #include "berryIPageLayout.h"
20 
21 #include <QObject>
22 
23 namespace berry {
24 
83 {
84 
86 
87  ~IPerspectiveFactory() override;
88 
101  virtual void CreateInitialLayout(IPageLayout::Pointer layout) = 0;
102 };
103 
104 }
105 
106 Q_DECLARE_INTERFACE(berry::IPerspectiveFactory, "org.blueberry.ui.IPerspectiveFactory")
107 
108 #endif /* BERRYIPERSPECTIVEFACTORY_H_ */
org_blueberry_ui_qt_Export.h
berryMacros.h
berry::SmartPointer< Self >
berry::Object
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:72
berryIPageLayout.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::IPerspectiveFactory
Definition: berryIPerspectiveFactory.h:82
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:33
berry
Definition: QmitkPropertyItemModel.h:24