|
Engauge Digitizer 2
|
Calculate offset from edge for new Guidelines. More...
#include <GuidelineOffset.h>

Public Member Functions | |
| GuidelineOffset () | |
| QPointF | bottom (const QGraphicsView &view, const Transformation &transformation) const |
| Compute offset from bottom side and returns point in graph coordinates. | |
| QPointF | left (const QGraphicsView &view, const Transformation &transformation) const |
| Compute offset from left side and returns point in graph coordinates. | |
| QPointF | right (const QGraphicsView &view, const Transformation &transformation) const |
| Compute offset from right side and returns point in graph coordinates. | |
| QPointF | top (const QGraphicsView &view, const Transformation &transformation) const |
| Compute offset from top side and returns point in graph coordinates. | |
Calculate offset from edge for new Guidelines.
Definition at line 16 of file GuidelineOffset.h.
| GuidelineOffset::GuidelineOffset | ( | ) |
Definition at line 17 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::bottom | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute offset from bottom side and returns point in graph coordinates.
Definition at line 21 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::left | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute offset from left side and returns point in graph coordinates.
Definition at line 62 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::right | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute offset from right side and returns point in graph coordinates.
Definition at line 103 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::top | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute offset from top side and returns point in graph coordinates.
Definition at line 111 of file GuidelineOffset.cpp.