Medical Imaging Interaction Toolkit
2023.04.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
An interface for accessing a mitk::RenderingManager instance.
A convenient base class for MITK render window BlueBerry Editors.
void DoSaveAs() override=0
bool IsDirty() const override=0
berryObjectMacro(QtEditorPart, EditorPart)
Controls the selection of the slice the associated BaseRenderer will display.
DataCollection - Class to facilitate loading/accessing structured data.
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
virtual mitk::SliceNavigationController * GetTimeNavigationController() const =0
mitk::ScalarType TimePointType
Interface to application preferences.
void Init(IEditorSite::Pointer site, IEditorInput::Pointer input) override=0