Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing)
More...
#include <QmitkToFPMDParameterWidget.h>
Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing)
The widget basically allows to connect/disconnect to different ToF cameras
Definition at line 32 of file QmitkToFPMDParameterWidget.h.
◆ QmitkToFPMDParameterWidget()
QmitkToFPMDParameterWidget::QmitkToFPMDParameterWidget |
( |
QWidget * |
p = nullptr , |
|
|
Qt::WindowFlags |
f1 = nullptr |
|
) |
| |
◆ ~QmitkToFPMDParameterWidget()
QmitkToFPMDParameterWidget::~QmitkToFPMDParameterWidget |
( |
| ) |
|
|
override |
◆ ActivateAllParameters()
void QmitkToFPMDParameterWidget::ActivateAllParameters |
( |
| ) |
|
activate camera settings according to the parameters from GUI
◆ CreateConnections()
virtual void QmitkToFPMDParameterWidget::CreateConnections |
( |
| ) |
|
|
virtual |
◆ CreateQtPartControl()
virtual void QmitkToFPMDParameterWidget::CreateQtPartControl |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ GetToFImageGrabber()
returns the ToFImageGrabber which was configured after selecting a camera / player
- Returns
- ToFImageGrabber currently used by the widget
◆ OnChangeIntegrationTimeSpinBox
void QmitkToFPMDParameterWidget::OnChangeIntegrationTimeSpinBox |
( |
int |
value | ) |
|
|
protectedslot |
slot updating the member m_IntegrationTime and the parameter "integration time" of the current ToFImageGrabber
◆ OnChangeModulationFrequencySpinBox
void QmitkToFPMDParameterWidget::OnChangeModulationFrequencySpinBox |
( |
int |
value | ) |
|
|
protectedslot |
slot updating the member m_ModulationFrequency and the parameter "modulation frequency" of the current ToFImageGrabber
◆ SetToFImageGrabber()
sets the ToFImageGrabber which was configured after selecting a camera / player
◆ ToFCameraConnected
void QmitkToFPMDParameterWidget::ToFCameraConnected |
( |
| ) |
|
|
signal |
This signal is sent if the user has connected the TOF camera. The ToFImageGrabber is now availiable if the method GetToFImageGrabber() is called.
◆ ToFCameraDisconnected
void QmitkToFPMDParameterWidget::ToFCameraDisconnected |
( |
| ) |
|
|
signal |
This signal is sent if the user has disconnect the TOF camera.
◆ ToFCameraSelected
void QmitkToFPMDParameterWidget::ToFCameraSelected |
( |
int |
| ) |
|
|
signal |
signal that is emitted when a ToF camera is selected in the combo box
◆ ToFCameraStart
void QmitkToFPMDParameterWidget::ToFCameraStart |
( |
| ) |
|
|
signal |
signal that is emitted when the ToF camera is started
◆ ToFCameraStop
void QmitkToFPMDParameterWidget::ToFCameraStop |
( |
| ) |
|
|
signal |
signal that is emitted when the ToF camera is stopped
◆ m_Controls
Ui::QmitkToFPMDParameterWidgetControls* QmitkToFPMDParameterWidget::m_Controls |
|
protected |
◆ m_IntegrationTime
int QmitkToFPMDParameterWidget::m_IntegrationTime |
|
protected |
◆ m_ModulationFrequency
int QmitkToFPMDParameterWidget::m_ModulationFrequency |
|
protected |
◆ m_ToFImageGrabber
◆ VIEW_ID
const std::string QmitkToFPMDParameterWidget::VIEW_ID |
|
static |
The documentation for this class was generated from the following file: