Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
CallbackUpdateTransform.h
1 #ifndef CALLBACK_UPDATE_TRANSFORM_H
2 #define CALLBACK_UPDATE_TRANSFORM_H
3 
4 #include "CallbackAxisPointsAbstract.h"
5 #include <QPointF>
6 #include <QString>
7 #include <QTransform>
8 
9 class Point;
10 
14 {
15 public:
17  CallbackUpdateTransform(const DocumentModelCoords &modelCoords);
18 
21  bool transformIsDefined () const;
22 
23 private:
25 
26 };
27 
28 #endif // CALLBACK_UPDATE_TRANSFORM_H
Callback for collecting axis points and then calculating the current transform from those axis points...
bool transformIsDefined() const
True if enough Points were available to create a Transformation.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Definition: Point.h:17
Model for DlgSettingsCoords and CmdSettingsCoords.
Callback for collecting axis points and then performing common calculations on those axis points...