#1948 PLT plot. Support for setting doFillCurve flag

This commit is contained in:
Bjørn Erik Jensen
2017-10-27 15:49:00 +02:00
parent 0c6fd31e07
commit d591177872
4 changed files with 51 additions and 22 deletions

View File

@@ -47,6 +47,9 @@ public:
void setGroupId(int groupId);
int groupId() const;
void setDoFillCurve(bool doFill);
bool doFillCurve() const;
protected:
virtual QString createCurveAutoName() override;
virtual void onLoadDataAndUpdate(bool updateParentPlot) override;
@@ -61,5 +64,6 @@ private:
QString m_tracerName;
int m_groupId;
bool m_doFillCurve;
};