Medical Imaging Interaction Toolkit
2023.04.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 =
nullptr,
32 const QString &name =
"stdmulti");
79 void AddPlanesToDataStorage();
80 void RemovePlanesFromDataStorage();
111 void SetDecorationColor(
unsigned int widgetNumber,
mitk::Color color);
117 mitk::Color GetDecorationColor(
unsigned int widgetNumber);
122 virtual void mousePressEvent(QMouseEvent*)
override;
123 virtual void moveEvent(QMoveEvent* e)
override;
124 virtual void wheelEvent(QWheelEvent* e)
override;
128 void AddDisplayPlaneSubTree();
132 void SetWidgetPlaneVisibility(
const char *widgetName,
bool visible,
mitk::BaseRenderer *renderer =
nullptr);
138 void NotifyCrosshairVisibilityChanged(
bool visible);
139 void NotifyCrosshairRotationModeChanged(
int mode);
141 void WheelMoved(QWheelEvent *);
146 virtual void SetLayoutImpl()
override;
147 virtual void SetInteractionSchemeImpl()
override { }
149 void CreateRenderWindowWidgets();
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
MITK implementation of the QVTKWidget.
Controls the selection of the slice the associated BaseRenderer will display.