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

George Staikos staikos at kde.org
Thu Dec 8 08:04:52 CET 2005


SVN commit 486622 by staikos:

- plot groups will not be touched for now, maybe removed altogether from kst
- document how the debuglog works


 M  +0 -2      TODO  
 M  +4 -1      bind_debuglog.h  


--- trunk/extragear/graphics/kst/kst/extensions/js/TODO #486621:486622
@@ -27,7 +27,5 @@
 - "delete" support - in order drop references?
 - Do we expose the "kst" object?  If not, we need to add some additional things
  like exit()
-- Add PlotGroup binding
-- Implement DebugLog entries
 - Legend object is incomplete
 - Make .position and .size directly manipulated?
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_debuglog.h #486621:486622
@@ -24,7 +24,10 @@
 #include <kjs/object.h>
 
 /* @class DebugLog
-   @description A reference to the Kst debug log.
+   @description A reference to the Kst debug log.  This object is an array of
+                the entries in the debug log.  It cannot be modified.  The
+                length of the array is the number of entries, and each entry
+                is a <i>DebugLogEntry</i> object.
 */
 class KstBindDebugLog : public KstBinding {
   public:


More information about the Kst mailing list