|
ddt
1.0.0
|
#include <ddtScaleButtonsWidget.hpp>
Signals | |
| void | IncrementScale () |
| void | DecrementScale () |
| void | SetToDefaultScale () |
| DdtScaleButtonsWidget (QWidget *parent=nullptr) | |
| virtual | ~DdtScaleButtonsWidget () |
| void | ZoomIn () |
| void | ZoomOut () |
| void | ZoomAll () |
Additional Inherited Members | |
Public Member Functions inherited from DdtWidget | |
| virtual | ~DdtWidget ()=default |
| DdtWidget (QWidget *parent=nullptr) | |
| DdtWidget. More... | |
| QWidget * | AddParentWidget (QLayout *child_layout) |
| AddParentWidget This will add the given layout to a QGroupBox Widget to integrate in the parent layout. More... | |
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 |
|
virtualdefault |
Destructor
|
signal |
Signal which is sent when the scale is decreased
|
signal |
Signal which is sent when the scale is increased
|
signal |
Signal which is sent when the default scale is selected
|
protectedslot |
Slot which is called when the Default Scale button was pressed
|
protectedslot |
Slot which is called when the "zoom in" button was pressed
|
protectedslot |
Slot which is called when the "zoom out" button was pressed