Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Widget for probes controls of ultrasound devices. This class handles the mitk::USControlInterfaceProbes of mitk::USDevice objects. More...
#include <QmitkUSControlsProbesWidget.h>
Public Member Functions | |
QmitkUSControlsProbesWidget (mitk::USControlInterfaceProbes::Pointer controlInterface, QWidget *parent=nullptr) | |
~QmitkUSControlsProbesWidget () override | |
Widget for probes controls of ultrasound devices. This class handles the mitk::USControlInterfaceProbes of mitk::USDevice objects.
Definition at line 30 of file QmitkUSControlsProbesWidget.h.
|
explicit |
A pointer to a concrete mitk::USControlInterfaceProbes is needed to construct a QmitkUSControlsBModeWidget. Widget is ready after constructing; slots are connected to gui controls.
If a null pointer is given for 'controlInterface' all gui control elements will be disabled.
|
override |