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