7#ifndef MIME_POINTS_EXPORT_H
8#define MIME_POINTS_EXPORT_H
const int INNER_RADIUS_MIN
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.