Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berryIPathEditorInput.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 BERRYIPATHEDITORINPUT_H_
14 #define BERRYIPATHEDITORINPUT_H_
15 
16 #include "berryIEditorInput.h"
17 
18 #include <Poco/Path.h>
19 
20 namespace berry {
21 
44 
46 
47  ~IPathEditorInput() override;
48 
54  virtual QString GetPath() const = 0;
55 };
56 
57 }
58 
59 #endif /*BERRYIPATHEDITORINPUT_H_*/
berry::IPathEditorInput
Definition: berryIPathEditorInput.h:43
berryIEditorInput.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::IEditorInput
Definition: berryIEditorInput.h:66
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:31
berry
Definition: QmitkPropertyItemModel.h:24