Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIEditorDescriptor.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 BERRYIEDITORDESCRIPTOR_H_
14 #define BERRYIEDITORDESCRIPTOR_H_
15 
19 
20 namespace berry
21 {
22 
44 {
45 
47 
48  ~IEditorDescriptor() override;
49 
60  QString GetId() const override = 0;
61 
67  //ImageDescriptor getImageDescriptor() = 0;
68 
74  QString GetLabel() const override = 0;
75 
84  virtual bool IsInternal() const = 0;
85 
94  virtual bool IsOpenInPlace() const = 0;
95 
104  virtual bool IsOpenExternal() const = 0;
105 
114  virtual IEditorMatchingStrategy::Pointer GetEditorMatchingStrategy() = 0;
115 };
116 
117 }
118 
119 #endif /*BERRYIEDITORDESCRIPTOR_H_*/
#define berryObjectMacro(...)
Definition: berryMacros.h:33
#define BERRY_UI_QT