[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Wed Mar 30 03:45:49 CEST 2005
CVS commit by staikos:
added PSD binding
A bind_powerspectrum.cpp 1.1 [GPL (v2+)]
A bind_powerspectrum.h 1.1 [GPL (v2+)]
M +2 -1 Makefile.am 1.14
M +5 -0 js.cpp 1.16
--- kdeextragear-2/kst/kst/extensions/js/Makefile.am #1.13:1.14
@@ -13,5 +13,6 @@
kstbinding.cpp bind_vector.cpp bind_kst.cpp \
bind_scalar.cpp bind_string.cpp bind_datasource.cpp \
- bind_datavector.cpp bind_equation.cpp
+ bind_datavector.cpp bind_equation.cpp \
+ bind_powerspectrum.cpp
--- kdeextragear-2/kst/kst/extensions/js/js.cpp #1.15:1.16
@@ -39,4 +39,5 @@
#include "bind_equation.h"
#include "bind_kst.h"
+#include "bind_powerspectrum.h"
#include "bind_scalar.h"
#include "bind_string.h"
@@ -93,5 +95,8 @@ void KstJS::createBindings() {
new KstBindDataSource(exec, &globalObj);
new KstBindDataVector(exec, &globalObj);
+
new KstBindEquation(exec, &globalObj);
+ new KstBindPowerSpectrum(exec, &globalObj);
+
new KstBindKst(exec, &globalObj);
}
More information about the Kst
mailing list