7 #ifndef MIME_POINTS_EXPORT_H
8 #define MIME_POINTS_EXPORT_H
12 #include <QStringList>
42 virtual QStringList
formats()
const;
50 QVariant::Type preferredType)
const;
56 QStringList m_formats;
59 #endif // MIME_POINTS_EXPORT_H
MimePointsExport & operator=(const MimePointsExport &other)
Assignment operator.
QString csvPoints() const
Get method for csvPoints.
MimePointsExport()
Default constructor. Initial contents are overwritten by other constructors.
virtual QStringList formats() const
Available formats, which depend on whether or not the transform is defined.
Custom mime type for separate treatment of graph coordinates and, when there is no transform...
QString csvGraph() const
Get method for csvGraph.
virtual QVariant retrieveData(const QString &format, QVariant::Type preferredType) const
Returns a variant with the data for the specified format.
virtual ~MimePointsExport()
Destructor.
QString htmlGraph() const
Get methjod for htmlGraph.