|
Engauge Digitizer 2
|
#include "CmdMediator.h"#include "DocumentModelCoords.h"#include "DocumentModelGeneral.h"#include "MainWindowModel.h"#include <QPointF>#include <QString>#include <QTransform>

Go to the source code of this file.
Classes | |
| class | Transformation |
| Affine transformation between screen and graph coordinates, based on digitized axis points. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const Transformation &transformation) |
| Stream operator. | |
| QDebug | operator<< (QDebug debug, const Transformation &transformation) |
| QDebug operator<< | ( | QDebug | debug, |
| const Transformation & | transformation ) |
Definition at line 289 of file Transformation.cpp.
| std::ostream & operator<< | ( | std::ostream & | str, |
| const Transformation & | transformation ) |
Stream operator.