20 m_csvGraph (csvGraph),
21 m_htmlGraph (htmlGraph)
27 m_csvPoints (csvPoints)
34 m_csvGraph =
other.csvGraph();
35 m_csvPoints =
other.csvPoints();
36 m_htmlGraph =
other.htmlGraph();
37 m_formats =
other.formats();
67 QVariant::Type )
const
const int INNER_RADIUS_MIN
const QString FORMAT_PLAIN("text/plain")
const QString FORMAT_HTML("text/html")
const QString FORMAT_CSV("text/csv")
const QString FORMAT_CSV_INTERNAL("text/engauge-points-csv")
Custom mime type for separate treatment of graph coordinates and, when there is no transform,...
QString htmlGraph() const
Get methjod for htmlGraph.
virtual QVariant retrieveData(const QString &format, QVariant::Type preferredType) const
Returns a variant with the data for the specified format.
MimePointsExport()
Default constructor. Initial contents are overwritten by other constructors.
QString csvPoints() const
Get method for csvPoints.
QString csvGraph() const
Get method for csvGraph.
virtual QStringList formats() const
Available formats, which depend on whether or not the transform is defined.
virtual ~MimePointsExport()
Destructor.
MimePointsExport & operator=(const MimePointsExport &other)
Assignment operator.