QString toString() const
QString for creating QVariant.
QString curveNameOriginal() const
Original curve name in document. Empty if there was no original curve.
Utility class for converting the QVariant in CurveNameList to/from the curve names as QStrings...
static int COL_CURVE_NAME_CURRENT()
Get method for current curve name constant.
void setCurveNameCurrent(const QString &curveNameCurrent)
Set method for current curve name.
CurveNameListEntry()
Constructor for empty entry.
static int COL_NUM_POINTS()
Get method for number of points constant.
void setCurveNameOriginal(const QString &curveNameOriginal)
Set method for original 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.
bool entryHasNotBeenPopulated() const
Return true if entry is unpopulated. This is true between insertRows (where added to model) and setDa...
void setNumPoints(int numPoints)
Set method for point count.