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 QString htmlGraph() const
Get methjod for htmlGraph.
MimePointsExport & operator=(const MimePointsExport &other)
Assignment operator.
MimePointsExport()
Default constructor. Initial contents are overwritten by other constructors.
QString csvPoints() const
Get method for csvPoints.
QString csvGraph() const
Get method for csvGraph.
Custom mime type for separate treatment of graph coordinates and, when there is no transform...
virtual QStringList formats() const
Available formats, which depend on whether or not the transform is defined.
virtual ~MimePointsExport()
Destructor.
virtual QVariant retrieveData(const QString &format, QVariant::Type preferredType) const
Returns a variant with the data for the specified format.