Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berry::IServiceScopes Struct Reference

#include <berryIServiceScopes.h>

Static Public Attributes

static const QString WORKBENCH_SCOPE
 
static const QString DIALOG_SCOPE
 
static const QString WINDOW_SCOPE
 
static const QString PARTSITE_SCOPE
 
static const QString PAGESITE_SCOPE
 
static const QString MPESITE_SCOPE
 

Detailed Description

Different levels of service locators supported by the workbench.

Note
This interface is not intended to be extended by clients.
This interface is not intended to be implemented by clients.

Definition at line 28 of file berryIServiceScopes.h.

Member Data Documentation

◆ DIALOG_SCOPE

const QString berry::IServiceScopes::DIALOG_SCOPE
static

A sub-scope to the global scope that is not the workbench window.

Definition at line 38 of file berryIServiceScopes.h.

◆ MPESITE_SCOPE

const QString berry::IServiceScopes::MPESITE_SCOPE
static

An editor site within a MultiPageEditorPart.

Definition at line 58 of file berryIServiceScopes.h.

◆ PAGESITE_SCOPE

const QString berry::IServiceScopes::PAGESITE_SCOPE
static

A page site service locator scope. Found in pages in a PageBookView.

Definition at line 53 of file berryIServiceScopes.h.

◆ PARTSITE_SCOPE

const QString berry::IServiceScopes::PARTSITE_SCOPE
static

A part site service locator scope. Found in editors and views.

Definition at line 48 of file berryIServiceScopes.h.

◆ WINDOW_SCOPE

const QString berry::IServiceScopes::WINDOW_SCOPE
static

A workbench window service locator scope.

Definition at line 43 of file berryIServiceScopes.h.

◆ WORKBENCH_SCOPE

const QString berry::IServiceScopes::WORKBENCH_SCOPE
static

The global service locator scope.

Definition at line 33 of file berryIServiceScopes.h.


The documentation for this struct was generated from the following file: