Medical Imaging Interaction Toolkit  2018.4.99-389bf124
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 
30 struct BERRY_UI_QT IEditorSite : public virtual IWorkbenchPartSite {
31 
33 
34  ~IEditorSite() override;
35 
47  //virtual IEditorActionBarContributor getActionBarContributor();
48 
57  //virtual IActionBars getActionBars();
58 
88 // virtual void registerContextMenu(MenuManager menuManager,
89 // ISelectionProvider selectionProvider, boolean includeEditorInput);
90 
123 // virtual void registerContextMenu(String menuId, MenuManager menuManager,
124 // ISelectionProvider selectionProvider, boolean includeEditorInput);
125 };
126 
127 }
128 
129 #endif /*BERRYIEDITORSITE_H_*/
#define berryObjectMacro(...)
Definition: berryMacros.h:33
#define BERRY_UI_QT