[Kst] branches/work/kst/1.6/kst/src/extensions/js

Andrew Walker arwalker at sumusltd.com
Tue Jan 22 21:49:25 CET 2008


SVN commit 764912 by arwalker:

update javaScript documentation

 M  +1 -1      bind_plugin.cpp  
 M  +5 -0      classindex.xml  
 M  +4 -1      jsdocs-class.xsl  


--- branches/work/kst/1.6/kst/src/extensions/js/bind_plugin.cpp #764911:764912
@@ -505,7 +505,7 @@
 
     if (bp) {
       KstReadLocker rl(bp);
-      return KJS::Object(new KstBindObjectCollection(exec, bp, true));
+      return KJS::Object(new KstBindObjectCollection(exec, bp, false));
     }
   }
 
--- branches/work/kst/1.6/kst/src/extensions/js/classindex.xml #764911:764912
@@ -1,5 +1,7 @@
 <classes>
   <class name="Axis" file="bind_axis"/>
+  <class name="AxisLabel" file="bind_axislabel"/>
+  <class name="AxisTickLabel" file="bind_axisticklabel"/>
   <class name="Arrow" file="bind_arrow"/>
   <class name="BorderedViewObject" file="bind_borderedviewobject"/>
   <class name="Box" file="bind_box"/>
@@ -18,10 +20,12 @@
   <class name="DebugLog" file="bind_debuglog"/>
   <class name="Document" file="bind_document"/>
   <class name="Ellipse" file="bind_ellipse"/>
+  <class name="ELOG" file="bind_elog"/>
   <class name="EquationCollection" file="bind_equationcollection"/>
   <class name="Equation" file="bind_equation"/>
   <class name="ExtensionCollection" file="bind_extensioncollection"/>
   <class name="Extension" file="bind_extension"/>
+  <class name="File" file="bind_file"/>
   <class name="Group" file="bind_group"/>
   <class name="HistogramCollection" file="bind_histogramcollection"/>
   <class name="Histogram" file="bind_histogram"/>
@@ -37,6 +41,7 @@
   <class name="Picture" file="bind_picture"/>
   <class name="PlotCollection" file="bind_plotcollection"/>
   <class name="Plot" file="bind_plot"/>
+  <class name="PlotLabel" file="bind_plotlabel"/>
   <class name="PluginCollection" file="bind_plugincollection"/>
   <class name="Plugin" file="bind_plugin"/>
   <class name="PluginIOCollection" file="bind_pluginiocollection"/>
--- branches/work/kst/1.6/kst/src/extensions/js/jsdocs-class.xsl #764911:764912
@@ -170,7 +170,10 @@
     <br/>
     <a class="link" href="classindex.html">&lt;-- Back To Index</a><xsl:text disable-output-escaping="yes">&amp;nbsp;&amp;nbsp;&amp;nbsp;</xsl:text><a class="link" href="index.html">[Overview]</a>
     <hr/>
-    <h6>Copyright <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text> 2005-2006 <a class="link" href="http://www.utoronto.ca/">The University of Toronto</a><br/>
+    <h6>Copyright <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text>
+	2005-2006 <a class="link" href="http://www.utoronto.ca/">The University of Toronto</a><br/>
+	Copyright <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text>
+	2007-2008 <a class="link" href="http://www.ubc.ca/">The University of British Columbia</a><br/>
   Kst <a class="link" href="http://kst.kde.org/">http://kst.kde.org/</a></h6>
     </body>
     </html>


More information about the Kst mailing list