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

George Staikos staikos at kde.org
Tue May 24 00:22:49 CEST 2005


SVN commit 417570 by staikos:

Did some work on collections, but not done yet.
Added TODOs for docs.


 M  +8 -0      TODO  
 A             bind_collection.xml  
 M  +1 -1      bind_equation.xml  
 A             jsdocs-class.xsl   jsdocs.xsl#417549
 A             jsdocs-collection.xsl  
 D             jsdocs.xsl  


--- trunk/extragear/graphics/kst/kst/extensions/js/TODO #417569:417570
@@ -22,3 +22,11 @@
 - string comparisons are too slow - at least use ustring
 - collection class is read-only presently - make read-write
 
+
+Docs:
+- Try to integrate it with the source, either by generating headers, or by
+  generating the XML from the headers.  (Needs doxygen or similar?)
+- Add examples with an example node
+- Add a mechanism to show inherited members?
+- Make it pretty
+- Document collections
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_equation.xml #417569:417570
@@ -53,7 +53,7 @@
       </description>
     </argument>
   </constructor>
-  <collection name="EquationCollection"/>
+  <collection name="EquationCollection" global="Kst.objects.equations"/>
   <property name="tagName" type="String">
     <description>
     A unique identifier for this curve.


More information about the Kst mailing list