[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Mon Apr 4 08:10:46 CEST 2005
CVS commit by staikos:
added binding to KstDebug. writing works, reading is unimplemented
A bind_debug.cpp 1.1 [GPL (v2+)]
A bind_debug.h 1.1 [GPL (v2+)]
M +2 -1 Makefile.am 1.22
M +1 -0 bindings.txt 1.12
M +2 -0 js.cpp 1.23
--- kdeextragear-2/kst/kst/extensions/js/Makefile.am #1.21:1.22
@@ -35,5 +35,6 @@
bind_stringcollection.cpp \
bind_datasourcecollection.cpp \
- bind_histogram.cpp
+ bind_histogram.cpp \
+ bind_debug.cpp
--- kdeextragear-2/kst/kst/extensions/js/bindings.txt #1.11:1.12
@@ -3,4 +3,5 @@
Kst General Kst object (static global)
+Debug DONE (.log property unfinished)
Vector DONE
DataVector DONE
--- kdeextragear-2/kst/kst/extensions/js/js.cpp #1.22:1.23
@@ -38,4 +38,5 @@
#include "bind_datasource.h"
#include "bind_datavector.h"
+#include "bind_debug.h"
#include "bind_equation.h"
#include "bind_histogram.h"
@@ -113,4 +114,5 @@ void KstJS::createBindings() {
new KstBindWindow(exec, &globalObj);
+ new KstBindDebug(exec, &globalObj);
new KstBindKst(exec, &globalObj, this);
}
More information about the Kst
mailing list