Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berryIEditorSite.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 BERRYIEDITORSITE_H_
14 #define BERRYIEDITORSITE_H_
15 
17 
18 namespace berry {
19 
29 struct BERRY_UI_QT IEditorSite : public virtual IWorkbenchPartSite {
30 
32 
33  ~IEditorSite() override;
34 
46  //virtual IEditorActionBarContributor getActionBarContributor();
47 
56  //virtual IActionBars getActionBars();
57 
87 // virtual void registerContextMenu(MenuManager menuManager,
88 // ISelectionProvider selectionProvider, boolean includeEditorInput);
89 
122 // virtual void registerContextMenu(String menuId, MenuManager menuManager,
123 // ISelectionProvider selectionProvider, boolean includeEditorInput);
124 };
125 
126 }
127 
128 #endif /*BERRYIEDITORSITE_H_*/
berryIWorkbenchPartSite.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::IEditorSite
Definition: berryIEditorSite.h:29
berry::IWorkbenchPartSite
Definition: berryIWorkbenchPartSite.h:31
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:31
berry
Definition: QmitkPropertyItemModel.h:24