Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Public Member Functions | Protected Member Functions | List of all members
MimePoints Class Reference

Custom mime type for separate treatment of graph coordinates and, when there is no transform, points coordinates. More...

#include <MimePoints.h>

Inheritance diagram for MimePoints:

Public Member Functions

 MimePoints ()
 Default constructor. Initial contents are overwritten by other constructors.
 
 MimePoints (const QString &csvGraph, const QString &htmlGraph)
 Constructor when graph coordinates are available because the transformation is defined.
 
 MimePoints (const QString &csvPoints)
 Constructor when transformation is not defined. This data is not meant to leave this application.
 
MimePointsoperator= (const MimePoints &other)
 Assignment operator.
 
virtual ~MimePoints ()
 Destructor.
 
QString csvGraph () const
 Get method for csvGraph.
 
QString csvPoints () const
 Get method for csvPoints.
 
virtual QStringList formats () const
 Available formats, which depend on whether or not the transform is defined.
 
QString htmlGraph () const
 Get methjod for htmlGraph.
 

Protected Member Functions

virtual QVariant retrieveData (const QString &format, QVariant::Type preferredType) const
 Returns a variant with the data for the specified format.
 

Detailed Description

Custom mime type for separate treatment of graph coordinates and, when there is no transform, points coordinates.

Definition at line 13 of file MimePoints.h.


The documentation for this class was generated from the following files: