11#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_MAGNIFICATIONWIDGET_HPP
12#define DDT_DATAVISUALISATION_DDTWIDGETS_MAGNIFICATIONWIDGET_HPP
14#include <QtUiPlugin/QDesignerExportWidget>
107 QPointF view_xy, QRect magnified_image_rect,
bool view_rotate_90_270,
108 double fwhm_x,
double fwhm_y,
109 double angle_x_axis,
bool vertical_flip,
bool horizontal_flip);
165 QLabel* label_zoomed_image;
166 QToolButton* button_zoom_in;
167 QToolButton* button_zoom_out;
168 QToolButton* button_zoom_one;
169 QLabel* label_current_zoom;
173 void ChangedMagnification(QString magnification_factor);
176 void DrawCenterRectangle(QPixmap& pixmap);
177 void DrawMarker(QPixmap& pixmap);
181 void ButtonZoomInPressed();
182 void ButtonZoomOutPressed();
183 void ButtonZoomOnePressed();
DDT Utils. Helper classes for DDT Datavisualisation. Utilities for the DDT Datavisualisation.
Image Handling class, offers access to image handling functions. This file is part of the DDT Image H...