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

Public Member Functions | |
| GuidelineOffset () | |
| QPointF | XT (const QGraphicsView &view, const Transformation &transformation) const |
| Compute XT offset for point in center of scene, and returns point in graph coordinates. | |
| QPointF | YR (const QGraphicsView &view, const Transformation &transformation) const |
| Compute UR offset for point in center of scene, 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 13 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::XT | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute XT offset for point in center of scene, and returns point in graph coordinates.
Definition at line 17 of file GuidelineOffset.cpp.
| QPointF GuidelineOffset::YR | ( | const QGraphicsView & | view, |
| const Transformation & | transformation ) const |
Compute UR offset for point in center of scene, and returns point in graph coordinates.
Definition at line 40 of file GuidelineOffset.cpp.