Go to the documentation of this file.
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 csvPoints() const
Get method for csvPoints.
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.
virtual QVariant retrieveData(const QString &format, QVariant::Type preferredType) const
Returns a variant with the data for the specified format.
QString htmlGraph() const
Get methjod for htmlGraph.
QString csvGraph() const
Get method for csvGraph.
Custom mime type for separate treatment of graph coordinates and, when there is no transform,...
MimePointsExport()
Default constructor. Initial contents are overwritten by other constructors.