Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berryIServiceScopes.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 BERRYISERVICESCOPES_H
14 #define BERRYISERVICESCOPES_H
15 
16 #include <QString>
17 
19 
20 namespace berry {
21 
29 {
33  static const QString WORKBENCH_SCOPE; // = "org.blueberry.ui.IWorkbench";
34 
38  static const QString DIALOG_SCOPE; // = "org.blueberry.ui.IDialog";
39 
43  static const QString WINDOW_SCOPE; // = "org.blueberry.ui.IWorkbenchWindow";
44 
48  static const QString PARTSITE_SCOPE; // = "org.blueberry.ui.IWorkbenchPartSite";
49 
53  static const QString PAGESITE_SCOPE; // = "org.blueberry.ui.PageSite";
54 
58  static const QString MPESITE_SCOPE; // = "org.blueberry.ui.MultiPageEditorSite";
59 
60 private:
61 
63 };
64 
65 }
66 
67 #endif // BERRYISERVICESCOPES_H
org_blueberry_ui_qt_Export.h
berry::IServiceScopes::WORKBENCH_SCOPE
static const QString WORKBENCH_SCOPE
Definition: berryIServiceScopes.h:33
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::IServiceScopes::WINDOW_SCOPE
static const QString WINDOW_SCOPE
Definition: berryIServiceScopes.h:43
berry::IServiceScopes::DIALOG_SCOPE
static const QString DIALOG_SCOPE
Definition: berryIServiceScopes.h:38
berry::IServiceScopes
Definition: berryIServiceScopes.h:28
berry
Definition: QmitkPropertyItemModel.h:24
berry::IServiceScopes::PARTSITE_SCOPE
static const QString PARTSITE_SCOPE
Definition: berryIServiceScopes.h:48
berry::IServiceScopes::MPESITE_SCOPE
static const QString MPESITE_SCOPE
Definition: berryIServiceScopes.h:58
berry::IServiceScopes::PAGESITE_SCOPE
static const QString PAGESITE_SCOPE
Definition: berryIServiceScopes.h:53