#include <ddtCubeNavigationWidget.hpp>
Class for the Scale Buttons Widget that can be used to zoom the image in an Image Widget
◆ DdtCubeNavigationWidget()
| DdtCubeNavigationWidget::DdtCubeNavigationWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Constructor
- Parameters
-
| parent | Pointer to the parent widget |
◆ ~DdtCubeNavigationWidget()
| DdtCubeNavigationWidget::~DdtCubeNavigationWidget |
( |
| ) |
|
|
overridedefault |
◆ CurrentLayer
| void DdtCubeNavigationWidget::CurrentLayer |
( |
const int |
current_layer, |
|
|
const int |
total_layers |
|
) |
| |
|
slot |
Slot which is called when the current layer and the total number of layers of a 3D cube image are provided
- Parameters
-
| current_layer | the current layer |
| total_layers | the total number of layers |
◆ DecLayer
| void DdtCubeNavigationWidget::DecLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "decrement layer" button was pressed
◆ DecrementLayer
| void DdtCubeNavigationWidget::DecrementLayer |
( |
const int |
dec | ) |
|
|
signal |
Signal which is sent when the layer is decreased
- Parameters
-
| dec | the decrement value. A value of 0 will set the layer to the first one. |
◆ FastDecLayer
| void DdtCubeNavigationWidget::FastDecLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "fast decrement layer" button was pressed
◆ FastIncLayer
| void DdtCubeNavigationWidget::FastIncLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "fast increment layer" button was pressed
◆ FirstLayer
| void DdtCubeNavigationWidget::FirstLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "first layer" button was pressed
◆ IncLayer
| void DdtCubeNavigationWidget::IncLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "increment layer" button was pressed
◆ IncrementLayer
| void DdtCubeNavigationWidget::IncrementLayer |
( |
const int |
inc | ) |
|
|
signal |
Signal which is sent when the layer is increased
- Parameters
-
| inc | the increment value. A value of 0 will set the layer to the last |
◆ JumpLayer
| void DdtCubeNavigationWidget::JumpLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "current layer" was confirmed by the slider
◆ JumpToLayer
| void DdtCubeNavigationWidget::JumpToLayer |
( |
const int |
num | ) |
|
|
signal |
Signal which is sent when the layer is specifically selected
- Parameters
-
| num | the layer number to be display. |
◆ LastLayer
| void DdtCubeNavigationWidget::LastLayer |
( |
| ) |
|
|
protectedslot |
Slot which is called when the "last layer" button was pressed
◆ Reset
| void DdtCubeNavigationWidget::Reset |
( |
| ) |
|
|
protectedslot |
Slot which is called when the image in the image widget is cleared
◆ SelectLayer
| void DdtCubeNavigationWidget::SelectLayer |
( |
int |
selected_value | ) |
|
|
protectedslot |
Slot which is called when the "slider" is moving
The documentation for this class was generated from the following files: