Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef QmitkStdMultiWidgetEditor_h
14 #define QmitkStdMultiWidgetEditor_h
27 class QmitkStdMultiWidgetEditorPrivate;
76 void ShowLevelWindowWidget(
bool show);
112 mitk::Color HexColorToMitkColor(
const std::string& hexColor);
118 std::string MitkColorToHex(
const mitk::Color& color);
121 std::unique_ptr<Impl> m_Impl;
virtual void PartHidden(const IWorkbenchPartReference::Pointer &)
Extends the IRenderWindowPart interface with methods for controlling linked render windows.
Implements transparent reference counting.
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
virtual void PartOpened(const IWorkbenchPartReference::Pointer &)
virtual void EnableSlicingPlanes(bool enable)=0
virtual void PartVisible(const IWorkbenchPartReference::Pointer &)
virtual void CreateQtPartControl(QWidget *parent)=0
virtual void PartClosed(const IWorkbenchPartReference::Pointer &)
virtual Events::Types GetPartEventTypes() const =0
virtual bool IsSlicingPlanesEnabled() const =0
Interface to application preferences.
void SetFocus() override=0