|
ddt
0.1
|
#include <ddtCubeNavigationWidget.hpp>
Public Slots | |
| void | CurrentLayer (const int current_layer, const int total_layers) |
Signals | |
| void | IncrementLayer (const int inc) |
| void | DecrementLayer (const int dec) |
Public Member Functions | |
| DdtCubeNavigationWidget (QWidget *parent=nullptr) | |
| ~DdtCubeNavigationWidget () override=default | |
Public Member Functions inherited from DdtWidget | |
| DdtWidget (QWidget *parent=nullptr) | |
| DdtWidget. More... | |
| virtual | ~DdtWidget ()=default |
| QLayout * | addParentLayout (QLayout *childLayout) |
| addParentLayout This will add the given layout to the layout of the parent inside the group box. More... | |
Protected Slots | |
| void | DecLayer () |
| void | IncLayer () |
| void | FastDecLayer () |
| void | FastIncLayer () |
| void | FirstLayer () |
| void | LastLayer () |
Class for the Scale Buttons Widget that can be used to zoom the image in an Image Widget
|
explicit |
Constructor
| parent | Pointer to the parent widget |
|
overridedefault |
Destructor
|
slot |
Slot which is called when the current layer and the total number of layers of a 3D cube image are provided
| current_layer | the current layer |
| total_layers | the total number of layers |
|
protectedslot |
Slot which is called when the "decrement layer" button was pressed
|
signal |
Signal which is sent when the layer is decreased
| dec | the decrement value. A value of 0 will set the layer to the first one. |
|
protectedslot |
Slot which is called when the "fast decrement layer" button was pressed
|
protectedslot |
Slot which is called when the "fast increment layer" button was pressed
|
protectedslot |
Slot which is called when the "first layer" button was pressed
|
protectedslot |
Slot which is called when the "increment layer" button was pressed
|
signal |
Signal which is sent when the layer is increased
| inc | the increment value. A value of 0 will set the layer to the last |
|
protectedslot |
Slot which is called when the "first layer" button was pressed