MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkToFScreenshotMaker Class Reference

QmitkToFScreenshotMaker Select a ToF image source in the GUI to make a screenshot of the provided data. If a camera is active, the Make Screenshot button will become enabled. Select the data including format you want to save at the given path. To activate a camera, you can for example use the ToF Util view. Note you can only select data which is provided by the device. Screenshots will be saved at the respective path with a counter indicating the order. More...

#include <QmitkToFScreenshotMaker.h>

Inheritance diagram for QmitkToFScreenshotMaker:

Public Member Functions

 QmitkToFScreenshotMaker ()
 
 ~QmitkToFScreenshotMaker () override
 
void SetFocus () override
 
void CreateQtPartControl (QWidget *parent) override
 

Static Public Attributes

static const std::string VIEW_ID = "org.mitk.views.tofscreenshotmaker"
 

Protected Slots

void OnMakeScreenshotClicked ()
 OnMakeScreenshotClicked Slot called when the "Make screenshot" button is pressed.
 
void OnSelectCamera ()
 OnSelectCamera Slot called to update the GUI according to the selected image source.
 

Protected Attributes

Ui::QmitkToFScreenshotMakerControls m_Controls
 

Detailed Description

QmitkToFScreenshotMaker Select a ToF image source in the GUI to make a screenshot of the provided data. If a camera is active, the Make Screenshot button will become enabled. Select the data including format you want to save at the given path. To activate a camera, you can for example use the ToF Util view. Note you can only select data which is provided by the device. Screenshots will be saved at the respective path with a counter indicating the order.

Definition at line 32 of file QmitkToFScreenshotMaker.h.

Constructor & Destructor Documentation

◆ QmitkToFScreenshotMaker()

QmitkToFScreenshotMaker::QmitkToFScreenshotMaker ( )

Definition at line 28 of file QmitkToFScreenshotMaker.cpp.

◆ ~QmitkToFScreenshotMaker()

QmitkToFScreenshotMaker::~QmitkToFScreenshotMaker ( )
override

Definition at line 34 of file QmitkToFScreenshotMaker.cpp.

Member Function Documentation

◆ CreateQtPartControl()

void QmitkToFScreenshotMaker::CreateQtPartControl ( QWidget * parent)
override

Definition at line 42 of file QmitkToFScreenshotMaker.cpp.

◆ OnMakeScreenshotClicked

void QmitkToFScreenshotMaker::OnMakeScreenshotClicked ( )
protectedslot

OnMakeScreenshotClicked Slot called when the "Make screenshot" button is pressed.

Definition at line 112 of file QmitkToFScreenshotMaker.cpp.

◆ OnSelectCamera

void QmitkToFScreenshotMaker::OnSelectCamera ( )
protectedslot

OnSelectCamera Slot called to update the GUI according to the selected image source.

Definition at line 60 of file QmitkToFScreenshotMaker.cpp.

◆ SetFocus()

void QmitkToFScreenshotMaker::SetFocus ( )
override

Definition at line 38 of file QmitkToFScreenshotMaker.cpp.

Member Data Documentation

◆ m_Controls

Ui::QmitkToFScreenshotMakerControls QmitkToFScreenshotMaker::m_Controls
protected

Definition at line 64 of file QmitkToFScreenshotMaker.h.

◆ VIEW_ID

const std::string QmitkToFScreenshotMaker::VIEW_ID = "org.mitk.views.tofscreenshotmaker"
static

Definition at line 40 of file QmitkToFScreenshotMaker.h.


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