Engauge Digitizer 2
Loading...
Searching...
No Matches
ExportToClipboard.h
Go to the documentation of this file.
1/******************************************************************************************************
2 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5 ******************************************************************************************************/
6
7#ifndef EXPORT_TO_CLIPBOARD_H
8#define EXPORT_TO_CLIPBOARD_H
9
10class Curve;
11class CurvesGraphs;
12class Document;
13class QStringList;
14class QTextStream;
15class Transformation;
16
19{
20public:
23
33 const Transformation &transformation,
36 const Curve &curveAxis,
39};
40
41#endif // EXPORT_TO_CLIPBOARD_H
const int INNER_RADIUS_MIN
Container for one set of digitized Points.
Definition Curve.h:34
Container for all graph curves. The axes point curve is external to this class.
Storage of one imported image and the data attached to that image.
Definition Document.h:42
Strategy class for exporting to the clipboard. This strategy is external to the Document class so tha...
ExportToClipboard()
Single constructor.
void exportToClipboard(const QStringList &selected, const Transformation &transformation, QTextStream &strCsv, QTextStream &strHtml, const Curve &curveAxis, const CurvesGraphs &curvesGraphsAll, CurvesGraphs &curvesGraphsSelected) const
Export, curve-by-curve, raw data points to a string that will be copied to the clipboard.
Affine transformation between screen and graph coordinates, based on digitized axis points.