#780 A prototype of linetype pr case color pr var mode

This commit is contained in:
Jacob Støren
2016-06-21 17:29:23 +02:00
parent f581c172f6
commit 268d8dda68
3 changed files with 65 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ public:
QwtPlotCurve* qwtPlotCurve() const;
void setColor(const cvf::Color3f& color);
void setLineStyle(LineStyleEnum lineStyle);
bool isCurveVisible() const;
QString curveName() const { return m_curveName; }