Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
14 #ifndef QmitkAbstractRenderEditor_h
15 #define QmitkAbstractRenderEditor_h
26 class QmitkAbstractRenderEditorPrivate;
162 QScopedPointer<QmitkAbstractRenderEditorPrivate> d;
bool IsSaveAsAllowed() const override=0
Controls the time-related properties of the time stepper, according to the given input world time geo...
An interface for accessing a mitk::RenderingManager instance.
A convenient base class for MITK render window BlueBerry Editors.
Implements transparent reference counting.
void DoSaveAs() override=0
bool IsDirty() const override=0
berryObjectMacro(QtEditorPart, EditorPart)
virtual mitk::TimeNavigationController * GetTimeNavigationController() const =0
Find image slices visible on a given plane.
Interface for a MITK Workbench Part providing a render window.
virtual mitk::IRenderingManager * GetRenderingManager() const =0
virtual void ForceImmediateUpdate(mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL)=0
virtual void RequestUpdate(mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL)=0
virtual TimePointType GetSelectedTimePoint(const QString &id=QString()) const =0
mitk::ScalarType TimePointType
Interface to application preferences.
void Init(IEditorSite::Pointer site, IEditorInput::Pointer input) override=0