Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
This Widget is used to manage available Ultrasound Devices. More...
#include <QmitkUSDeviceManagerWidget.h>
Signals | |
void | NewDeviceButtonClicked () |
void | EditDeviceButtonClicked (mitk::USDevice::Pointer) |
void | DeviceActivated () |
Public Member Functions | |
QmitkUSDeviceManagerWidget (QWidget *p=nullptr, Qt::WindowFlags f1=nullptr) | |
~QmitkUSDeviceManagerWidget () override | |
virtual void | CreateQtPartControl (QWidget *parent) |
virtual void | CreateConnections () |
virtual void | DisconnectAllDevices () |
Static Public Attributes | |
static const std::string | VIEW_ID |
Protected Slots | |
void | OnClickedActivateDevice () |
void | OnClickedDisconnectDevice () |
void | OnClickedRemoveDevice () |
void | OnClickedNewDevice () |
void | OnClickedEditDevice () |
void | OnDeviceSelectionChanged (us::ServiceReferenceU reference) |
Protected Attributes | |
Ui::QmitkUSDeviceManagerWidgetControls * | m_Controls |
member holding the UI elements of this widget More... | |
This Widget is used to manage available Ultrasound Devices.
It allows activation, deactivation and disconnection of connected devices.
Definition at line 32 of file QmitkUSDeviceManagerWidget.h.
QmitkUSDeviceManagerWidget::QmitkUSDeviceManagerWidget | ( | QWidget * | p = nullptr , |
Qt::WindowFlags | f1 = nullptr |
||
) |
Definition at line 24 of file QmitkUSDeviceManagerWidget.cpp.
References CreateQtPartControl(), and m_Controls.
|
override |
Definition at line 32 of file QmitkUSDeviceManagerWidget.cpp.
|
virtual |
Definition at line 54 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls, OnClickedActivateDevice(), OnClickedEditDevice(), OnClickedNewDevice(), OnClickedRemoveDevice(), and OnDeviceSelectionChanged().
Referenced by CreateQtPartControl().
|
virtual |
Definition at line 36 of file QmitkUSDeviceManagerWidget.cpp.
References CreateConnections(), mitk::USDevice::GetPropertyKeys(), m_Controls, and mitk::USDevice::PropertyKeys::US_PROPKEY_LABEL.
Referenced by QmitkUSDeviceManagerWidget().
|
signal |
Referenced by OnClickedActivateDevice().
|
virtual |
Definition at line 234 of file QmitkUSDeviceManagerWidget.cpp.
References mitk::USDevice::Disconnect(), us::GetModuleContext(), and MITK_INFO.
|
signal |
Referenced by OnClickedEditDevice().
|
signal |
Referenced by OnClickedNewDevice().
|
protectedslot |
Definition at line 76 of file QmitkUSDeviceManagerWidget.cpp.
References DeviceActivated(), m_Controls, OnDeviceSelectionChanged(), and mitk::USDevice::State_Connected.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 120 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls.
|
protectedslot |
Definition at line 188 of file QmitkUSDeviceManagerWidget.cpp.
References EditDeviceButtonClicked(), and m_Controls.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 183 of file QmitkUSDeviceManagerWidget.cpp.
References NewDeviceButtonClicked().
Referenced by CreateConnections().
|
protectedslot |
Definition at line 144 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 195 of file QmitkUSDeviceManagerWidget.cpp.
References mitk::USDevice::GetPropertyKeys(), and m_Controls.
Referenced by CreateConnections(), and OnClickedActivateDevice().
|
protected |
member holding the UI elements of this widget
Definition at line 84 of file QmitkUSDeviceManagerWidget.h.
Referenced by CreateConnections(), CreateQtPartControl(), OnClickedActivateDevice(), OnClickedDisconnectDevice(), OnClickedEditDevice(), OnClickedRemoveDevice(), OnDeviceSelectionChanged(), and QmitkUSDeviceManagerWidget().
|
static |
Definition at line 39 of file QmitkUSDeviceManagerWidget.h.