7 #ifndef TRANSFORMATION_H 8 #define TRANSFORMATION_H 10 #include "CmdMediator.h" 11 #include "DocumentModelCoords.h" 12 #include "DocumentModelGeneral.h" 13 #include "MainWindowModel.h" 60 const QPointF &posFrom1,
61 const QPointF &posFrom2,
62 const QPointF &posTo0,
63 const QPointF &posTo1,
64 const QPointF &posTo2);
68 const QPointF &posGraphIn);
72 const QPointF &posGraphIn);
76 QString &coordsScreen,
78 QString &resolutionGraph,
79 const QString &needMoreText);
99 QTextStream &str)
const;
109 QPointF &coordScreen)
const;
113 QPointF &coordScreen)
const;
120 QPointF &pointLinearCartesian)
const;
124 QPointF &pointScreen)
const;
128 QPointF &pointLinearCartesian)
const;
132 QPointF &coordGraph)
const;
135 void update (
bool fileIsLoaded,
142 double roundOffSmallValues (
double value,
double range);
150 void updateTransformFromMatrices (
const QTransform &matrixScreen,
151 const QTransform &matrixGraph);
154 bool m_transformIsDefined;
157 QTransform m_transform;
170 std::ostringstream &operator<< (std::ostringstream &str,
173 #endif // TRANSFORMATION_H Model for DlgSettingsGeneral and CmdSettingsGeneral.
Unit test of Export classes.
Model for DlgSettingsMainWindow.
Model for DlgSettingsCoords and CmdSettingsCoords.