Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIViewRegistry.h>
Public Member Functions | |
virtual IViewDescriptor::Pointer | Find (const QString &id) const =0 |
virtual QList< IViewCategory::Pointer > | GetCategories ()=0 |
virtual QList< IViewDescriptor::Pointer > | GetViews () const =0 |
virtual QList< IStickyViewDescriptor::Pointer > | GetStickyViews () const =0 |
virtual | ~IViewRegistry () |
The view registry maintains a list of views explicitly registered against the view extension point.
The description of a given view is kept in a IViewDescriptor
.
This interface is not intended to be implemented by clients.
Definition at line 45 of file berryIViewRegistry.h.
|
virtual |
Definition at line 22 of file berryIViewRegistry.cpp.
|
pure virtual |
Return a view descriptor with the given extension id. If no view exists with the id return null
. Will also return null
if the view descriptor exists, but is filtered by an expression-based activity.
id | the id to search for |
null
|
pure virtual |
Returns an array of view categories.
|
pure virtual |
Return a list of sticky views defined in the registry.
null
.
|
pure virtual |
Return a list of views defined in the registry.
Referenced by QmitkViewNavigatorWidget::FillTreeList(), and QmitkExtWorkbenchWindowAdvisor::PostWindowCreate().