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