Utility class for converting the QVariant in CurveNameList to/from the curve names as QStrings,...
QString curveNameOriginal() const
Original curve name in document. Empty if there was no original curve.
void setNumPoints(int numPoints)
Set method for point count.
CurveNameListEntry()
Constructor for empty entry.
static int COL_NUM_POINTS()
Get method for number of points constant.
static int COL_CURVE_NAME_CURRENT()
Get method for current curve name constant.
QString toString() const
QString for creating QVariant.
void setCurveNameCurrent(const QString &curveNameCurrent)
Set method for current curve name.
QString curveNameCurrent() const
Curve name displayed in DlgSettingsCurveAddRemove.
static int COL_CURVE_NAME_ORIGINAL()
Get method for original curve name constant.
int numPoints() const
Number of points in curve.
void setCurveNameOriginal(const QString &curveNameOriginal)
Set method for original curve name.