Home
last modified time | relevance | path

Searched refs:manualDeskewAngleSet (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/
H A DImageView.cpp79 emit manualDeskewAngleSet(m_xform.postRotation()); in doRotate() local
178 emit manualDeskewAngleSet(m_xform.postRotation()); in onWheelEvent() local
212 emit manualDeskewAngleSet(m_xform.postRotation()); in dragFinished() local
H A DImageView.h48 void manualDeskewAngleSet(double degrees);
H A DOptionsWidget.h70 void manualDeskewAngleSet(double degrees);
H A DTask.cpp276 QObject::connect(view, SIGNAL(manualDeskewAngleSet(double)), opt_widget, in updateUI()
278 QObject::connect(opt_widget, SIGNAL(manualDeskewAngleSet(double)), view, in updateUI()
H A DOptionsWidget.cpp129 emit manualDeskewAngleSet(degrees); in spinBoxValueChanged() local