MITK-IGT
IGT Extension of MITK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
QmitkUSNavigationFreezeButton Class Reference

QPushButton for freezing and unfreezing a combined modality. The button already has an icon and a text. On every successful freeze or unfreeze the signal SignalFrezzed() is emitted. One should listen to this signal rather than to the clicked() signal of the QPushButton as the combined modality may not be freezed after clicked() was emitted. More...

#include <QmitkUSNavigationFreezeButton.h>

Inheritance diagram for QmitkUSNavigationFreezeButton:

Signals

void SignalFreezed (bool)
 Emitted every time the freeze state of the combined modality changed. True if the combined modality is freezed now, false if it isn't.
 

Public Member Functions

 QmitkUSNavigationFreezeButton (QWidget *parent=nullptr)
 
 ~QmitkUSNavigationFreezeButton () override
 
void SetCombinedModality (mitk::AbstractUltrasoundTrackerDevice::Pointer combinedModality, int outputIndex=-1)
 Setter for the combined modality to be freezed by this button. An index may be specified for a tracking data output. The combined modality will only be freezed then, if the current tracking data of this output is valid.
 
void Freeze ()
 Try to freeze the combined modality. This does the same as clicking the button while the combined modality isn't freezed. If the combined modality is already freezed this method does nothing.
 
void Unfreeze ()
 Unfreeze the combined modality. This does the same as clicking the button while the combined modality is freezed. If the combined modality isn't freezed this method does nothing.
 

Protected Slots

void OnButtonClicked (bool checked)
 
void OnFreezeButtonToggle ()
 

Detailed Description

QPushButton for freezing and unfreezing a combined modality. The button already has an icon and a text. On every successful freeze or unfreeze the signal SignalFrezzed() is emitted. One should listen to this signal rather than to the clicked() signal of the QPushButton as the combined modality may not be freezed after clicked() was emitted.

Definition at line 28 of file QmitkUSNavigationFreezeButton.h.

Constructor & Destructor Documentation

◆ QmitkUSNavigationFreezeButton()

QmitkUSNavigationFreezeButton::QmitkUSNavigationFreezeButton ( QWidget * parent = nullptr)
explicit

Definition at line 16 of file QmitkUSNavigationFreezeButton.cpp.

◆ ~QmitkUSNavigationFreezeButton()

QmitkUSNavigationFreezeButton::~QmitkUSNavigationFreezeButton ( )
override

Definition at line 32 of file QmitkUSNavigationFreezeButton.cpp.

Member Function Documentation

◆ Freeze()

void QmitkUSNavigationFreezeButton::Freeze ( )

Try to freeze the combined modality. This does the same as clicking the button while the combined modality isn't freezed. If the combined modality is already freezed this method does nothing.

Definition at line 42 of file QmitkUSNavigationFreezeButton.cpp.

◆ OnButtonClicked

void QmitkUSNavigationFreezeButton::OnButtonClicked ( bool checked)
protectedslot

Definition at line 68 of file QmitkUSNavigationFreezeButton.cpp.

◆ OnFreezeButtonToggle

void QmitkUSNavigationFreezeButton::OnFreezeButtonToggle ( )
protectedslot

Definition at line 59 of file QmitkUSNavigationFreezeButton.cpp.

◆ SetCombinedModality()

void QmitkUSNavigationFreezeButton::SetCombinedModality ( mitk::AbstractUltrasoundTrackerDevice::Pointer combinedModality,
int outputIndex = -1 )

Setter for the combined modality to be freezed by this button. An index may be specified for a tracking data output. The combined modality will only be freezed then, if the current tracking data of this output is valid.

Definition at line 36 of file QmitkUSNavigationFreezeButton.cpp.

◆ SignalFreezed

void QmitkUSNavigationFreezeButton::SignalFreezed ( bool )
signal

Emitted every time the freeze state of the combined modality changed. True if the combined modality is freezed now, false if it isn't.

◆ Unfreeze()

void QmitkUSNavigationFreezeButton::Unfreeze ( )

Unfreeze the combined modality. This does the same as clicking the button while the combined modality is freezed. If the combined modality isn't freezed this method does nothing.

Definition at line 51 of file QmitkUSNavigationFreezeButton.cpp.


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