Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef QmitkStdMultiWidget_h
14 #define QmitkStdMultiWidget_h
30 QWidget *parent =
nullptr,
31 Qt::WindowFlags f = {},
32 const QString &name =
"stdmulti");
78 void AddPlanesToDataStorage();
79 void RemovePlanesFromDataStorage();
110 void SetDecorationColor(
unsigned int widgetNumber,
mitk::Color color);
116 mitk::Color GetDecorationColor(
unsigned int widgetNumber);
121 virtual void mousePressEvent(QMouseEvent*)
override;
122 virtual void moveEvent(QMoveEvent* e)
override;
123 virtual void wheelEvent(QWheelEvent* e)
override;
127 void AddDisplayPlaneSubTree();
131 void SetWidgetPlaneVisibility(
const char *widgetName,
bool visible,
mitk::BaseRenderer *renderer =
nullptr);
137 void NotifyCrosshairVisibilityChanged(
bool visible);
138 void NotifyCrosshairRotationModeChanged(
int mode);
140 void WheelMoved(QWheelEvent *);
145 virtual void SetLayoutImpl()
override;
146 virtual void SetInteractionSchemeImpl()
override { }
148 void CreateRenderWindowWidgets();
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
MITK implementation of the QVTKWidget.