Engauge Digitizer
2
Toggle main menu visibility
Loading...
Searching...
No Matches
Export
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
10
#include <QStringList>
11
#include <QTextStream>
12
13
class
Curve
;
14
class
CurvesGraphs
;
15
class
Document
;
16
class
Transformation
;
17
19
class
ExportToClipboard
20
{
21
public
:
23
ExportToClipboard
();
24
33
void
exportToClipboard
(
const
QStringList &selected,
34
const
Transformation
&transformation,
35
QTextStream &strCsv,
36
QTextStream &strHtml,
37
const
Curve
&curveAxis,
38
const
CurvesGraphs
&curvesGraphsAll,
39
CurvesGraphs
&curvesGraphsSelected)
const
;
40
};
41
42
#endif
// EXPORT_TO_CLIPBOARD_H
Curve
Container for one set of digitized Points.
Definition
Curve.h:34
CurvesGraphs
Container for all graph curves. The axes point curve is external to this class.
Definition
CurvesGraphs.h:25
Document
Storage of one imported image and the data attached to that image.
Definition
Document.h:44
ExportToClipboard::ExportToClipboard
ExportToClipboard()
Single constructor.
Definition
ExportToClipboard.cpp:14
ExportToClipboard::exportToClipboard
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.
Definition
ExportToClipboard.cpp:18
Transformation
Affine transformation between screen and graph coordinates, based on digitized axis points.
Definition
Transformation.h:32
Generated on
for Engauge Digitizer by
1.17.0