Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing)  
 More...
#include <QmitkToFConnectionWidget.h>
 | 
| static const std::string  | VIEW_ID = "org.mitk.views.qmitktofconnectionwidget2" | 
|   | 
 | 
| void  | OnConnectCamera () | 
|   | slot called when the "Connect Camera" button was pressed According to the selection in the camera combo box, the widget provides the desired instance of the ToFImageGrabber  
  | 
|   | 
| void  | OnSelectCamera () | 
|   | slot updating the GUI elements after the selection of the camera combo box has changed  
  | 
|   | 
 | 
| Ui::QmitkToFConnectionWidgetControls2 *  | m_Controls | 
|   | member holding the UI elements of this widget  
  | 
|   | 
| mitk::ToFImageGrabber::Pointer  | m_ToFImageGrabber | 
|   | member holding the current ToFImageGrabber  
  | 
|   | 
| int  | m_IntegrationTime | 
|   | member for the current integration time of the ToF device  
  | 
|   | 
| int  | m_ModulationFrequency | 
|   | member for the current modulation frequency of the ToF device  
  | 
|   | 
| QString  | m_SelectedCameraName | 
|   | member holding the name of the currently selected camera  
  | 
|   | 
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 QmitkToFConnectionWidget.h.
 
◆ QmitkToFConnectionWidget()
      
        
          | QmitkToFConnectionWidget::QmitkToFConnectionWidget  | 
          ( | 
          QWidget * |           p = nullptr,  | 
        
        
           | 
           | 
          Qt::WindowFlags |           f1 = {} ) | 
        
      
 
 
◆ ~QmitkToFConnectionWidget()
  
  
      
        
          | QmitkToFConnectionWidget::~QmitkToFConnectionWidget  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ ChangeCoronalWindowSelection
  
  
      
        
          | void QmitkToFConnectionWidget::ChangeCoronalWindowSelection  | 
          ( | 
          int |            | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ ConnectCamera()
      
        
          | void QmitkToFConnectionWidget::ConnectCamera  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ CreateConnections()
  
  
      
        
          | void QmitkToFConnectionWidget::CreateConnections  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ CreateQtPartControl()
  
  
      
        
          | void QmitkToFConnectionWidget::CreateQtPartControl  | 
          ( | 
          QWidget * |           parent | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetSelectedCameraName()
  
  
      
        
          | QString QmitkToFConnectionWidget::GetSelectedCameraName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetToFImageGrabber()
      
        
          | mitk::ToFImageGrabber::Pointer QmitkToFConnectionWidget::GetToFImageGrabber  | 
          ( | 
           | ) | 
           | 
        
      
 
returns the ToFImageGrabber which was configured after selecting a camera / player 
- Returns
 - ToFImageGrabber currently used by the widget 
 
Definition at line 84 of file QmitkToFConnectionWidget.cpp.
 
 
◆ KinectAcquisitionModeChanged
  
  
      
        
          | void QmitkToFConnectionWidget::KinectAcquisitionModeChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ OnConnectCamera
  
  
      
        
          | void QmitkToFConnectionWidget::OnConnectCamera  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
slot called when the "Connect Camera" button was pressed According to the selection in the camera combo box, the widget provides the desired instance of the ToFImageGrabber 
Definition at line 129 of file QmitkToFConnectionWidget.cpp.
 
 
◆ OnSelectCamera
  
  
      
        
          | void QmitkToFConnectionWidget::OnSelectCamera  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ ToFCameraConnected
  
  
      
        
          | void QmitkToFConnectionWidget::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 QmitkToFConnectionWidget::ToFCameraDisconnected  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
This signal is sent if the user has disconnect the TOF camera. 
 
 
◆ ToFCameraSelected
  
  
      
        
          | void QmitkToFConnectionWidget::ToFCameraSelected  | 
          ( | 
          const QString |           selectedText | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
signal that is emitted when a ToF camera is selected 
 
 
◆ m_Controls
  
  
      
        
          | Ui::QmitkToFConnectionWidgetControls2* QmitkToFConnectionWidget::m_Controls | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_IntegrationTime
  
  
      
        
          | int QmitkToFConnectionWidget::m_IntegrationTime | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_ModulationFrequency
  
  
      
        
          | int QmitkToFConnectionWidget::m_ModulationFrequency | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_SelectedCameraName
  
  
      
        
          | QString QmitkToFConnectionWidget::m_SelectedCameraName | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_ToFImageGrabber
  
  
      
        
          | mitk::ToFImageGrabber::Pointer QmitkToFConnectionWidget::m_ToFImageGrabber | 
         
       
   | 
  
protected   | 
  
 
 
◆ VIEW_ID
  
  
      
        
          | const std::string QmitkToFConnectionWidget::VIEW_ID = "org.mitk.views.qmitktofconnectionwidget2" | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: