Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
QmitkToFMESAParameterWidget Class Reference

Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing) More...

#include <QmitkToFMESAParameterWidget.h>

Inheritance diagram for QmitkToFMESAParameterWidget:
Collaboration diagram for QmitkToFMESAParameterWidget:

Signals

void ToFCameraConnected ()
 This signal is sent if the user has connected the TOF camera. The ToFImageGrabber is now availiable if the method GetToFImageGrabber() is called. More...
 
void ToFCameraDisconnected ()
 This signal is sent if the user has disconnect the TOF camera. More...
 
void ToFCameraStart ()
 signal that is emitted when the ToF camera is started More...
 
void ToFCameraStop ()
 signal that is emitted when the ToF camera is stopped More...
 
void ToFCameraSelected (int)
 signal that is emitted when a ToF camera is selected in the combo box More...
 

Public Member Functions

 QmitkToFMESAParameterWidget (QWidget *p=nullptr, Qt::WindowFlags f1=nullptr)
 
 ~QmitkToFMESAParameterWidget () override
 
virtual void CreateQtPartControl (QWidget *parent)
 
virtual void CreateConnections ()
 
mitk::ToFImageGrabberGetToFImageGrabber ()
 returns the ToFImageGrabber which was configured after selecting a camera / player More...
 
void SetToFImageGrabber (mitk::ToFImageGrabber *aToFImageGrabber)
 sets the ToFImageGrabber which was configured after selecting a camera / player More...
 
void ActivateAllParameters ()
 activate camera settings according to the parameters from GUI More...
 

Static Public Attributes

static const std::string VIEW_ID
 

Protected Slots

void OnChangeIntegrationTimeSpinBox (int value)
 slot updating the member m_IntegrationTime and the parameter "integration time" of the current ToFImageGrabber More...
 
void OnChangeModulationFrequencyComboBox (int index)
 slot updating the member m_ModulationFrequency and the parameter "modulation frequency" of the current ToFImageGrabber More...
 
void OnChangeFPNCheckBox (bool checked)
 
void OnChangeConvGrayCheckBox (bool checked)
 
void OnChangeMedianCheckBox (bool checked)
 
void OnChangeANFCheckBox (bool checked)
 

Protected Attributes

Ui::QmitkToFMESAParameterWidgetControls * m_Controls
 member holding the UI elements of this widget More...
 
mitk::ToFImageGrabberm_ToFImageGrabber
 member holding the current ToFImageGrabber More...
 
int m_IntegrationTime
 member for the current integration time of the ToF device More...
 
int m_ModulationFrequency
 member for the current modulation frequency of the ToF device More...
 

Detailed Description

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 QmitkToFMESAParameterWidget.h.

Constructor & Destructor Documentation

◆ QmitkToFMESAParameterWidget()

QmitkToFMESAParameterWidget::QmitkToFMESAParameterWidget ( QWidget *  p = nullptr,
Qt::WindowFlags  f1 = nullptr 
)

◆ ~QmitkToFMESAParameterWidget()

QmitkToFMESAParameterWidget::~QmitkToFMESAParameterWidget ( )
override

Member Function Documentation

◆ ActivateAllParameters()

void QmitkToFMESAParameterWidget::ActivateAllParameters ( )

activate camera settings according to the parameters from GUI

◆ CreateConnections()

virtual void QmitkToFMESAParameterWidget::CreateConnections ( )
virtual

◆ CreateQtPartControl()

virtual void QmitkToFMESAParameterWidget::CreateQtPartControl ( QWidget *  parent)
virtual

◆ GetToFImageGrabber()

mitk::ToFImageGrabber* QmitkToFMESAParameterWidget::GetToFImageGrabber ( )

returns the ToFImageGrabber which was configured after selecting a camera / player

Returns
ToFImageGrabber currently used by the widget

◆ OnChangeANFCheckBox

void QmitkToFMESAParameterWidget::OnChangeANFCheckBox ( bool  checked)
protectedslot

◆ OnChangeConvGrayCheckBox

void QmitkToFMESAParameterWidget::OnChangeConvGrayCheckBox ( bool  checked)
protectedslot

◆ OnChangeFPNCheckBox

void QmitkToFMESAParameterWidget::OnChangeFPNCheckBox ( bool  checked)
protectedslot

◆ OnChangeIntegrationTimeSpinBox

void QmitkToFMESAParameterWidget::OnChangeIntegrationTimeSpinBox ( int  value)
protectedslot

slot updating the member m_IntegrationTime and the parameter "integration time" of the current ToFImageGrabber

◆ OnChangeMedianCheckBox

void QmitkToFMESAParameterWidget::OnChangeMedianCheckBox ( bool  checked)
protectedslot

◆ OnChangeModulationFrequencyComboBox

void QmitkToFMESAParameterWidget::OnChangeModulationFrequencyComboBox ( int  index)
protectedslot

slot updating the member m_ModulationFrequency and the parameter "modulation frequency" of the current ToFImageGrabber

◆ SetToFImageGrabber()

void QmitkToFMESAParameterWidget::SetToFImageGrabber ( mitk::ToFImageGrabber aToFImageGrabber)

sets the ToFImageGrabber which was configured after selecting a camera / player

◆ ToFCameraConnected

void QmitkToFMESAParameterWidget::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 QmitkToFMESAParameterWidget::ToFCameraDisconnected ( )
signal

This signal is sent if the user has disconnect the TOF camera.

◆ ToFCameraSelected

void QmitkToFMESAParameterWidget::ToFCameraSelected ( int  )
signal

signal that is emitted when a ToF camera is selected in the combo box

◆ ToFCameraStart

void QmitkToFMESAParameterWidget::ToFCameraStart ( )
signal

signal that is emitted when the ToF camera is started

◆ ToFCameraStop

void QmitkToFMESAParameterWidget::ToFCameraStop ( )
signal

signal that is emitted when the ToF camera is stopped

Member Data Documentation

◆ m_Controls

Ui::QmitkToFMESAParameterWidgetControls* QmitkToFMESAParameterWidget::m_Controls
protected

member holding the UI elements of this widget

Definition at line 111 of file QmitkToFMESAParameterWidget.h.

◆ m_IntegrationTime

int QmitkToFMESAParameterWidget::m_IntegrationTime
protected

member for the current integration time of the ToF device

Definition at line 115 of file QmitkToFMESAParameterWidget.h.

◆ m_ModulationFrequency

int QmitkToFMESAParameterWidget::m_ModulationFrequency
protected

member for the current modulation frequency of the ToF device

Definition at line 116 of file QmitkToFMESAParameterWidget.h.

◆ m_ToFImageGrabber

mitk::ToFImageGrabber* QmitkToFMESAParameterWidget::m_ToFImageGrabber
protected

member holding the current ToFImageGrabber

Definition at line 113 of file QmitkToFMESAParameterWidget.h.

◆ VIEW_ID

const std::string QmitkToFMESAParameterWidget::VIEW_ID
static

Definition at line 40 of file QmitkToFMESAParameterWidget.h.


The documentation for this class was generated from the following file: