Home
last modified time | relevance | path

Searched refs:PerspectiveWidget (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/transform/perspective/
H A Dperspectivewidget.cpp59 class Q_DECL_HIDDEN PerspectiveWidget::Private
141 PerspectiveWidget::PerspectiveWidget(int w, int h, QWidget* const parent) in PerspectiveWidget() function in DigikamEditorPerspectiveToolPlugin::PerspectiveWidget
165 PerspectiveWidget::~PerspectiveWidget() in ~PerspectiveWidget()
209 ImageIface* PerspectiveWidget::imageIface() const in imageIface()
214 QPoint PerspectiveWidget::getTopLeftCorner() const in getTopLeftCorner()
238 QRect PerspectiveWidget::getTargetSize() const in getTargetSize()
251 float PerspectiveWidget::getAngleTopLeft() const in getAngleTopLeft()
258 float PerspectiveWidget::getAngleTopRight() const in getAngleTopRight()
279 void PerspectiveWidget::reset() in reset()
395 void PerspectiveWidget::updatePixmap() in updatePixmap()
[all …]
H A Dperspectivewidget.h49 class PerspectiveWidget : public QWidget
55 PerspectiveWidget(int width, int height, QWidget* const parent = nullptr);
56 ~PerspectiveWidget() override;
H A Dperspectivetool.cpp91 PerspectiveWidget* previewWidget;
113 d->previewWidget = new PerspectiveWidget(525, 350, frame); in PerspectiveTool()