[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Mon Dec 19 06:32:53 CET 2005


SVN commit 489562 by staikos:

make it possible to create legends


 M  +2 -0      js.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/js.cpp #489561:489562
@@ -57,6 +57,7 @@
 #include "bind_jsdataobject.h"
 #include "bind_kst.h"
 #include "bind_label.h"
+#include "bind_legend.h"
 #include "bind_line.h"
 #include "bind_matrix.h"
 #include "bind_picture.h"
@@ -200,6 +201,7 @@
   new KstBindPlot(exec, &globalObj);
   new KstBindLine(exec, &globalObj);
   new KstBindLabel(exec, &globalObj);
+  new KstBindLegend(exec, &globalObj);
   new KstBindBox(exec, &globalObj);
   new KstBindEllipse(exec, &globalObj);
   new KstBindPicture(exec, &globalObj);


More information about the Kst mailing list