18 #ifndef QMITKABSTRACTRENDEREDITOR_H
19 #define QMITKABSTRACTRENDEREDITOR_H
31 class QmitkAbstractRenderEditorPrivate;
155 QScopedPointer<QmitkAbstractRenderEditorPrivate> d;
159 #endif // QMITKABSTRACTRENDEREDITOR_H
virtual void RequestUpdate(mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL)=0
virtual mitk::IRenderingManager * GetRenderingManager() const =0
berryObjectMacro(QtEditorPart, EditorPart) void CreatePartControl(QWidget *parent) override
virtual void ForceImmediateUpdate(mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL)=0
Interface for a MITK Workbench Part providing a render window.
virtual void DoSaveAs() override=0
static mitk::DataStorage::Pointer GetDataStorage()
virtual bool IsSaveAsAllowed() const override=0
Controls the selection of the slice the associated BaseRenderer will display.
virtual mitk::SliceNavigationController * GetTimeNavigationController() const =0
A convenient base class for MITK render window BlueBerry Editors.
An interface for accessing a mitk::RenderingManager instance.
virtual bool IsDirty() const override=0
virtual void Init(IEditorSite::Pointer site, IEditorInput::Pointer input) override=0
virtual void DoSave() override=0