[Kst] www/areas/extragear/apps/kst/kstscript/docs
George Staikos
staikos at kde.org
Mon Dec 19 17:42:57 CET 2005
SVN commit 489740 by staikos:
regenerated
M +7 -1 Kst.html
M +18 -2 Plugin.html
M +12 -1 Scalar.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Kst.html #489739:489740
@@ -20,7 +20,7 @@
<a class="link" href="#method_loadScript">loadScript</a> ( fileName )<br><a class="link" href="#method_resetInterpreter">resetInterpreter</a> ( )<br><a class="link" href="#method_purge">purge</a> ( )<br>
</ul>
<span class="title">Properties:</span><ul>
-<a class="link" href="#property_dataSources">dataSources</a><br><a class="link" href="#property_scalars">scalars</a><br><a class="link" href="#property_strings">strings</a><br><a class="link" href="#property_vectors">vectors</a><br><a class="link" href="#property_windows">windows</a><br><a class="link" href="#property_objects">objects</a><br><a class="link" href="#property_colors">colors</a><br><a class="link" href="#property_extensions">extensions</a><br><a class="link" href="#property_document">document</a><br><a class="link" href="#property_pluginManager">pluginManager</a><br>
+<a class="link" href="#property_dataSources">dataSources</a><br><a class="link" href="#property_scalars">scalars</a><br><a class="link" href="#property_strings">strings</a><br><a class="link" href="#property_vectors">vectors</a><br><a class="link" href="#property_windows">windows</a><br><a class="link" href="#property_objects">objects</a><br><a class="link" href="#property_colors">colors</a><br><a class="link" href="#property_extensions">extensions</a><br><a class="link" href="#property_document">document</a><br><a class="link" href="#property_pluginManager">pluginManager</a><br><a class="link" href="#property_gui">gui</a><br>
</ul>
<hr>
<br><span class="subTitle"><a name="method_loadScript"></a><b>boolean loadScript ( string fileName )</b></span><br><ul>
@@ -92,6 +92,12 @@
A reference to the plugin management subsystem of Kst.
</p></ul>
+<br><br><span class="subTitle"><a name="property_gui"></a><b><a class="link" href="QWidget.html">QWidget</a> gui [Read-Only]</b></span><br><ul><p>
+ A reference to the Kst GUI. This is implemented using
+ KJSEmbed. The GUI is dynamic and may change between
+ releases or even while Kst is running.
+
+ </p></ul>
<br><br><br><a class="link" href="classindex.html"><-- Back To Index</a> <a class="link" href="index.html">[Overview]</a><hr>
<h6>Copyright © 2005 <a class="link" href="http://www.utoronto.ca/">The University of Toronto</a><br>
Kst <a class="link" href="http://kst.kde.org/">http://kst.kde.org/</a>
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Plugin.html #489739:489740
@@ -19,11 +19,27 @@
<br>
Inherits: <a class="link" href="DataObject.html">DataObject</a><br>
</div>
-<br><span class="title">Properties:</span><ul>
+<br><span class="title">Constructors:</span><ul>
+<a class="link" href="#constructor_1">Plugin</a> ( [module] )<br>
+</ul>
+<span class="title">Properties:</span><ul>
<a class="link" href="#property_module">module</a><br><a class="link" href="#property_lastError">lastError</a><br><a class="link" href="#property_valid">valid</a><br>
</ul>
Collection class: <a class="link" href="PluginCollectoin.html">PluginCollectoin</a><br><hr>
-<br><span class="subTitle"><a name="property_module"></a><b><a class="link" href="PluginModule.html">PluginModule</a> module</b></span><br><ul><p>
+<br><span class="subTitle"><a name="constructor_1"></a><b>Plugin ( [<a class="link" href="PluginModule.html">PluginModule</a> module] )</b></span><br><ul>
+<div class="parameters">
+<a class="link" href="PluginModule.html">PluginModule</a> <b>module</b> -
+ The plugin module to use for this plugin.
+
+ [OPTIONAL]<br>
+</div>
+<p>
+ Main constructor for the Plugini class. New plugins are
+ typically invalid until various properties have been set.
+
+ </p>
+</ul>
+<br><br><span class="subTitle"><a name="property_module"></a><b><a class="link" href="PluginModule.html">PluginModule</a> module</b></span><br><ul><p>
The library or module that is used for data processing by
this plugin object.
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Scalar.html #489739:489740
@@ -17,7 +17,7 @@
Inherits: <a class="link" href="Object.html">Object</a><br>
</div>
<br><span class="title">Constructors:</span><ul>
-<a class="link" href="#constructor_1">Scalar</a> ( )<br>
+<a class="link" href="#constructor_1">Scalar</a> ( )<br><a class="link" href="#constructor_2">Scalar</a> ( value )<br>
</ul>
<span class="title">Properties:</span><ul>
<a class="link" href="#property_value">value</a><br>
@@ -30,6 +30,17 @@
</p>
</ul>
+<br><br><span class="subTitle"><a name="constructor_2"></a><b>Scalar ( <a class="link" href="Number.html">Number</a> value )</b></span><br><ul>
+<div class="parameters">
+<a class="link" href="Number.html">Number</a> <b>value</b> -
+
+ <br>
+</div>
+<p>
+ Creates a new scalar with the specified value.
+
+ </p>
+</ul>
<br><br><span class="subTitle"><a name="property_value"></a><b>number value</b></span><br><ul><p>
Used to access or modify the value of a scalar.
More information about the Kst
mailing list