21 typedef QList<GridHealerAbstractBase*> GridHealers;
33 const QImage &imageBefore);
39 QPointF clipX (
const QPointF &posUnprojected,
41 const QPointF &posOther)
const;
44 QPointF clipY (
const QPointF &posUnprojected,
46 const QPointF &posOther)
const;
48 void removeLine (
const QPointF &pos1,
52 GridHealers &gridHealers);
57 #endif // GRID_REMOVAL_H Class that does special logging for GridLog and GridRemoval classes.
Class that 'heals' the curves after one grid line has been removed.
QPixmap remove(const Transformation &transformation, const DocumentModelGridRemoval &modelGridRemoval, const QImage &imageBefore)
Process QImage into QPixmap, removing the grid lines.
Model for DlgSettingsGridRemoval and CmdSettingsGridRemoval. The settings are unstable until the user...
Strategy class for grid removal.