7#ifndef TRANSFORMATION_H
8#define TRANSFORMATION_H
61 const QPointF &posFrom1,
62 const QPointF &posFrom2,
63 const QPointF &posTo0,
64 const QPointF &posTo1,
65 const QPointF &posTo2);
69 const QPointF &posGraphIn);
73 const QPointF &posGraphIn);
77 QString &coordsScreen,
79 QString &resolutionGraph,
100 QTextStream &str)
const;
110 QPointF &coordScreen)
const;
114 QPointF &coordScreen)
const;
121 QPointF &pointLinearCartesian)
const;
125 QPointF &pointScreen)
const;
129 QPointF &pointLinearCartesian)
const;
133 QPointF &coordGraph)
const;
136 void update (
bool fileIsLoaded,
143 double roundOffSmallValues (
double value,
double range);
151 void updateTransformFromMatrices (
const QTransform &matrixScreen,
152 const QTransform &matrixGraph);
155 bool m_transformIsDefined;
158 QTransform m_transform;
Model for DlgSettingsCoords and CmdSettingsCoords.
Model for DlgSettingsGeneral and CmdSettingsGeneral.
Model for DlgSettingsMainWindow.
Unit test of Export classes.
Unit test of spline drawer, which classifies single- versus multi-valued data.