|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
A convenient base class for MITK render window BlueBerry Editors. More...
#include <QmitkAbstractRenderEditor.h>


Public Member Functions | |
| berryObjectMacro (QmitkAbstractRenderEditor, QtEditorPart, mitk::IRenderWindowPart) | |
| mitk::TimePointType | GetSelectedTimePoint (const QString &id=QString()) const override |
| QmitkAbstractRenderEditor () | |
| ~QmitkAbstractRenderEditor () override | |
Public Member Functions inherited from berry::QtEditorPart | |
| berryObjectMacro (QtEditorPart, EditorPart) | |
| void | CreatePartControl (QWidget *parent) override |
Public Member Functions inherited from berry::EditorPart | |
| berryObjectMacro (EditorPart, WorkbenchPart, IEditorPart) | |
| IEditorInput::Pointer | GetEditorInput () const override |
| IEditorSite::Pointer | GetEditorSite () const override |
| QString | GetTitleToolTip () const override |
| bool | IsSaveOnCloseNeeded () const override |
Public Member Functions inherited from berry::WorkbenchPart | |
| berryObjectMacro (WorkbenchPart, QObject, IWorkbenchPart, IExecutableExtension) | |
| ~WorkbenchPart () override | |
| void | AddPropertyListener (IPropertyChangeListener *l) override |
| void | RemovePropertyListener (IPropertyChangeListener *l) override |
| void | SetPartProperty (const QString &key, const QString &value) override |
| QString | GetPartProperty (const QString &key) const override |
| const QHash< QString, QString > & | GetPartProperties () const override |
| void | SetInitializationData (const IConfigurationElement::Pointer &cfig, const QString &propertyName, const Object::Pointer &data) override |
| void | SetFocus () override=0 |
| IWorkbenchPartSite::Pointer | GetSite () const override |
| QString | GetPartName () const override |
| QString | GetContentDescription () const override |
| QIcon | GetTitleImage () const override |
| QString | GetTitleToolTip () const override |
Public Member Functions inherited from berry::IWorkbenchPart | |
| berryObjectMacro (berry::IWorkbenchPart, Object) | |
| ~IWorkbenchPart () override | |
Public Member Functions inherited from berry::Object | |
| virtual QString | GetClassName () const |
| virtual Reflection::TypeInfo | GetTypeInfo () const |
| virtual QList< Reflection::TypeInfo > | GetSuperclasses () const |
| virtual void | Delete () |
| QDebug | Print (QDebug os, Indent Indent=0) const |
| virtual QString | ToString () const |
| virtual uint | HashCode () const |
| virtual bool | operator< (const Object *) const |
| void | Register () const |
| void | UnRegister (bool del=true) const |
| int | GetReferenceCount () const |
| void | SetReferenceCount (int) |
| void | AddDestroyListener (const MessageAbstractDelegate<> &delegate) const |
| void | RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const |
| virtual bool | operator== (const Object *) const |
Public Member Functions inherited from berry::IExecutableExtension | |
| virtual | ~IExecutableExtension () |
| virtual void | SetInitializationData (const SmartPointer< IConfigurationElement > &config, const QString &propertyName, const Object::Pointer &data)=0 |
Public Member Functions inherited from berry::IEditorPart | |
| berryObjectMacro (berry::IEditorPart, IWorkbenchPart, ISaveablePart) | |
| ~IEditorPart () override | |
| virtual void | Init (SmartPointer< IEditorSite > site, SmartPointer< IEditorInput > input)=0 |
Public Member Functions inherited from berry::ISaveablePart | |
| berryObjectMacro (berry::ISaveablePart) | |
Public Member Functions inherited from mitk::IRenderWindowPart | |
| virtual | ~IRenderWindowPart () |
| virtual QmitkRenderWindow * | GetActiveQmitkRenderWindow () const =0 |
| virtual QHash< QString, QmitkRenderWindow * > | GetQmitkRenderWindows () const =0 |
| virtual QmitkRenderWindow * | GetQmitkRenderWindow (const QString &id) const =0 |
| virtual QmitkRenderWindow * | GetQmitkRenderWindow (const mitk::AnatomicalPlane &orientation) const =0 |
| virtual void | InitializeViews (const mitk::TimeGeometry *geometry, bool resetCamera)=0 |
| Initialize the render windows of this render window part to the given geometry. More... | |
| virtual void | SetInteractionReferenceGeometry (const mitk::TimeGeometry *referenceGeometry)=0 |
| Define the reference geometry for interaction within a render window. More... | |
| virtual bool | HasCoupledRenderWindows () const =0 |
| Returns true if the render windows are coupled; false if not. More... | |
| virtual mitk::Point3D | GetSelectedPosition (const QString &id=QString()) const =0 |
| virtual void | SetSelectedPosition (const mitk::Point3D &pos, const QString &id=QString())=0 |
| virtual void | EnableDecorations (bool enable, const QStringList &decorations=QStringList())=0 |
| virtual bool | IsDecorationEnabled (const QString &decoration) const =0 |
| virtual QStringList | GetDecorations () const =0 |
Protected Member Functions | |
| void | Init (berry::IEditorSite::Pointer site, berry::IEditorInput::Pointer input) override |
| virtual mitk::IDataStorageReference::Pointer | GetDataStorageReference () const |
| virtual mitk::DataStorage::Pointer | GetDataStorage () const |
| virtual mitk::IPreferences * | GetPreferences () const |
| mitk::IRenderingManager * | GetRenderingManager () const override |
| void | RequestUpdate (mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL) override |
| void | ForceImmediateUpdate (mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL) override |
| mitk::TimeNavigationController * | GetTimeNavigationController () const override |
| void | DoSave () override |
| void | DoSaveAs () override |
| bool | IsDirty () const override |
| bool | IsSaveAsAllowed () const override |
Protected Member Functions inherited from berry::QtEditorPart | |
| virtual void | CreateQtPartControl (QWidget *parent)=0 |
Protected Member Functions inherited from berry::EditorPart | |
| EditorPart () | |
| virtual void | SetInput (IEditorInput::Pointer input) |
| virtual void | SetInputWithNotify (IEditorInput::Pointer input) |
| void | SetContentDescription (const QString &description) override |
| void | SetPartName (const QString &partName) override |
| void | CheckSite (IWorkbenchPartSite::Pointer site) override |
Protected Member Functions inherited from berry::WorkbenchPart | |
| WorkbenchPart () | |
| IConfigurationElement::Pointer | GetConfigurationElement () const |
| void | SetSite (IWorkbenchPartSite::Pointer site) |
| virtual void | SetTitleImage (const QIcon &titleImage) |
| virtual void | SetTitleToolTip (const QString &toolTip) |
| void | FirePropertyChanged (const QString &key, const QString &oldValue, const QString &newValue) |
| void | FirePropertyChange (int propertyId) |
Protected Member Functions inherited from berry::Object | |
| Object () | |
| virtual | ~Object () |
| virtual QDebug | PrintSelf (QDebug os, Indent indent) const |
| virtual QDebug | PrintHeader (QDebug os, Indent indent) const |
| virtual QDebug | PrintTrailer (QDebug os, Indent indent) const |
Additional Inherited Members | |
Public Types inherited from berry::Object | |
| typedef Object | Self |
| typedef berry::SmartPointer< Self > | Pointer |
| typedef berry::SmartPointer< const Self > | ConstPointer |
| typedef berry::WeakPointer< Self > | WeakPtr |
| typedef berry::WeakPointer< const Self > | ConstWeakPtr |
Static Public Member Functions inherited from berry::Object | |
| static const char * | GetStaticClassName () |
| static Reflection::TypeInfo | GetStaticTypeInfo () |
| static QList< Reflection::TypeInfo > | GetStaticSuperclasses () |
Static Public Attributes inherited from berry::ISaveablePart | |
| static const int | PROP_DIRTY |
Static Public Attributes inherited from mitk::IRenderWindowPart | |
| static const QString | DECORATION_BORDER |
| static const QString | DECORATION_LOGO |
| static const QString | DECORATION_MENU |
| static const QString | DECORATION_BACKGROUND |
| static const QString | DECORATION_CORNER_ANNOTATION |
Protected Attributes inherited from berry::Object | |
| QAtomicInt | m_ReferenceCount |
| QMutex | m_ReferenceCountLock |
A convenient base class for MITK render window BlueBerry Editors.
QmitkAbstractRenderEditor provides several convenience methods that ease the introduction of a new editor for rendering a MITK DataStorage:
When inheriting from QmitkAbstractRenderEditor, you must implement the following methods:
You may reimplement the following private virtual methods to be notified about certain changes:
Definition at line 61 of file QmitkAbstractRenderEditor.h.
| QmitkAbstractRenderEditor::QmitkAbstractRenderEditor | ( | ) |
|
override |
| QmitkAbstractRenderEditor::berryObjectMacro | ( | QmitkAbstractRenderEditor | , |
| QtEditorPart | , | ||
| mitk::IRenderWindowPart | |||
| ) |
|
overrideprotectedvirtual |
Implements berry::EditorPart.
|
overrideprotectedvirtual |
Implements berry::EditorPart.
|
overrideprotectedvirtual |
Force an immediate update of this editor's render windows. This implementation calls mitk::IRenderingManager::ForceImmediateUpdate() on the rendering manager interface returned by GetRenderingManager();
| requestType | The type of render windows for which an immediate update is forced. |
Implements mitk::IRenderWindowPart.
|
protectedvirtual |
Get the DataStorage set by the editor input.
|
protectedvirtual |
Get a reference to the DataStorage set by the editor input.
|
protectedvirtual |
Get the preferences for this editor.
|
overrideprotectedvirtual |
Get the RenderingManager used by this editor. This default implementation uses the global MITK RenderingManager provided by mitk::RenderingManager::GetInstance().
Implements mitk::IRenderWindowPart.
|
overridevirtual |
Implements mitk::IRenderWindowPart.
|
overrideprotectedvirtual |
Get the time navigation controller for this editor. This implementation returns the TimeNavigationController returned by the mitk::IRenderingManager::GetTimeNavigationController() method of the interface implementation returned by GetRenderingManager().
Implements mitk::IRenderWindowPart.
|
overrideprotectedvirtual |
Initializes this editor by checking for a valid mitk::DataStorageEditorInput as input.
Implements berry::EditorPart.
|
overrideprotectedvirtual |
Implements berry::EditorPart.
|
overrideprotectedvirtual |
Implements berry::EditorPart.
|
overrideprotectedvirtual |
Request an update of this editor's render windows. This implementation calls mitk::IRenderingManager::RequestUpdate on the rendering manager interface returned by GetRenderingManager();
| requestType | The type of render windows for which an update is requested. |
Implements mitk::IRenderWindowPart.