Widget that enables the user to create a mitk::USCombinedModality of a mitk::NavigationDataSource and a mitk::USDevice. A mitk::NavigationDataSource and a mitk::USDevice can be picked from two lists, showing the corresponding micro service objects. The combined modality is registered as a micro service as well during the creation process.
More...
#include <QmitkUSCombinedModalityCreationWidget.h>
|
void | SignalAborted () |
| Emitted when the user clicks the "Cancel" button.
|
|
void | SignalCreated (mitk::USCombinedModality::Pointer combinedModality) |
| Emitted when the user clicked the "Create" button and the creation is successful.
|
|
void | SignalCreated () |
| Emitted when the user clicked the "Create" button and the creation is successful.
|
|
Widget that enables the user to create a mitk::USCombinedModality of a mitk::NavigationDataSource and a mitk::USDevice. A mitk::NavigationDataSource and a mitk::USDevice can be picked from two lists, showing the corresponding micro service objects. The combined modality is registered as a micro service as well during the creation process.
Definition at line 29 of file QmitkUSCombinedModalityCreationWidget.h.
◆ QmitkUSCombinedModalityCreationWidget()
QmitkUSCombinedModalityCreationWidget::QmitkUSCombinedModalityCreationWidget |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
◆ ~QmitkUSCombinedModalityCreationWidget()
QmitkUSCombinedModalityCreationWidget::~QmitkUSCombinedModalityCreationWidget |
( |
| ) |
|
|
override |
◆ OnCreation
void QmitkUSCombinedModalityCreationWidget::OnCreation |
( |
| ) |
|
|
protectedslot |
◆ OnSelectedUltrasoundOrTrackingDevice
void QmitkUSCombinedModalityCreationWidget::OnSelectedUltrasoundOrTrackingDevice |
( |
| ) |
|
|
protectedslot |
◆ SignalAborted
void QmitkUSCombinedModalityCreationWidget::SignalAborted |
( |
| ) |
|
|
signal |
Emitted when the user clicks the "Cancel" button.
◆ SignalCreated [1/2]
void QmitkUSCombinedModalityCreationWidget::SignalCreated |
( |
| ) |
|
|
signal |
Emitted when the user clicked the "Create" button and the creation is successful.
◆ SignalCreated [2/2]
void QmitkUSCombinedModalityCreationWidget::SignalCreated |
( |
mitk::USCombinedModality::Pointer | combinedModality | ) |
|
|
signal |
Emitted when the user clicked the "Create" button and the creation is successful.
The documentation for this class was generated from the following files: