[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Fri Aug 13 01:42:06 CEST 2004
CVS commit by netterfield:
Port the psd fitting fix to equations.
Now all 'curves' can be fit to...
M +3 -0 kstequationcurve.h 1.29
--- kdeextragear-2/kst/kst/kstequationcurve.h #1.28:1.29
@@ -77,4 +77,7 @@ public:
virtual void _showDialog();
+ virtual QString getXVTag() const {return (*_xVector)->tagName();}
+ virtual QString getYVTag() const {return (*_yVector)->tagName();}
+
private:
QString _equation;
More information about the Kst
mailing list