Medical Imaging Interaction Toolkit
2016.11.0
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=0, Qt::WindowFlags f1=0) | |
virtual | ~QmitkUSDeviceManagerWidget () |
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 36 of file QmitkUSDeviceManagerWidget.h.
QmitkUSDeviceManagerWidget::QmitkUSDeviceManagerWidget | ( | QWidget * | p = 0 , |
Qt::WindowFlags | f1 = 0 |
||
) |
Definition at line 27 of file QmitkUSDeviceManagerWidget.cpp.
References CreateQtPartControl(), and m_Controls.
|
virtual |
Definition at line 35 of file QmitkUSDeviceManagerWidget.cpp.
|
virtual |
Definition at line 57 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls, OnClickedActivateDevice(), OnClickedEditDevice(), OnClickedNewDevice(), OnClickedRemoveDevice(), and OnDeviceSelectionChanged().
Referenced by CreateQtPartControl().
|
virtual |
Definition at line 39 of file QmitkUSDeviceManagerWidget.cpp.
References CreateConnections(), and m_Controls.
Referenced by QmitkUSDeviceManagerWidget().
|
signal |
Referenced by OnClickedActivateDevice().
|
virtual |
Definition at line 221 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 79 of file QmitkUSDeviceManagerWidget.cpp.
References DeviceActivated(), m_Controls, OnDeviceSelectionChanged(), and mitk::USDevice::State_Connected.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 123 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls.
|
protectedslot |
Definition at line 177 of file QmitkUSDeviceManagerWidget.cpp.
References EditDeviceButtonClicked(), and m_Controls.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 172 of file QmitkUSDeviceManagerWidget.cpp.
References NewDeviceButtonClicked().
Referenced by CreateConnections().
|
protectedslot |
Definition at line 147 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls.
Referenced by CreateConnections().
|
protectedslot |
Definition at line 184 of file QmitkUSDeviceManagerWidget.cpp.
References m_Controls.
Referenced by CreateConnections(), and OnClickedActivateDevice().
|
protected |
member holding the UI elements of this widget
Definition at line 88 of file QmitkUSDeviceManagerWidget.h.
Referenced by CreateConnections(), CreateQtPartControl(), OnClickedActivateDevice(), OnClickedDisconnectDevice(), OnClickedEditDevice(), OnClickedRemoveDevice(), OnDeviceSelectionChanged(), and QmitkUSDeviceManagerWidget().
|
static |
Definition at line 43 of file QmitkUSDeviceManagerWidget.h.