[Kst] www/areas/extragear/apps/kst/kstscript/docs
George Staikos
staikos at kde.org
Wed Jun 1 14:12:54 CEST 2005
SVN commit 420788 by staikos:
regenerated (commit to come later)
M +3 -6 DataVector.html
M +3 -6 Vector.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/DataVector.html #420787:420788
@@ -8,7 +8,8 @@
<p>
A vector object loaded from a data source.
</p>
-<br><br><h3>Constructors:</h3>
+<br>
+ Inherits: <a href="Vector.html">Vector</a><br><br><h3>Constructors:</h3>
<ul>
<a href="#constructor_1">DataVector</a> ( source, field [, start, n [, skip [, ave]]] )<br>
</ul>
@@ -18,7 +19,7 @@
</ul>
<h3>Properties:</h3>
<ul>
-<a href="#property_tagName">tagName</a><br><a href="#property_valid">valid</a><br><a href="#property_skip">skip</a><br><a href="#property_boxcar">boxcar</a><br><a href="#property_readToEnd">readToEnd</a><br><a href="#property_countFromEnd">countFromEnd</a><br><a href="#property_skipLength">skipLength</a><br><a href="#property_length">length</a><br><a href="#property_startFrame">startFrame</a><br><a href="#property_startFrameRequested">startFrameRequested</a><br><a href="#property_frames">frames</a><br><a href="#property_framesRequested">framesRequested</a><br><a href="#property_samplesPerFrame">samplesPerFrame</a><br><a href="#property_field">field</a><br><a href="#property_dataSource">dataSource</a><br>
+<a href="#property_valid">valid</a><br><a href="#property_skip">skip</a><br><a href="#property_boxcar">boxcar</a><br><a href="#property_readToEnd">readToEnd</a><br><a href="#property_countFromEnd">countFromEnd</a><br><a href="#property_skipLength">skipLength</a><br><a href="#property_length">length</a><br><a href="#property_startFrame">startFrame</a><br><a href="#property_startFrameRequested">startFrameRequested</a><br><a href="#property_frames">frames</a><br><a href="#property_framesRequested">framesRequested</a><br><a href="#property_samplesPerFrame">samplesPerFrame</a><br><a href="#property_field">field</a><br><a href="#property_dataSource">dataSource</a><br>
</ul>
<hr>
<br><a name="constructor_1"></a><b>DataVector ( <a href="DataSource.html">DataSource</a> source, string field [, number start, number n [, number skip [, boolean ave]]] )</b><br><ul>
@@ -75,10 +76,6 @@
</p>
</ul>
-<br><br><a name="property_tagName"></a><b>string tagName</b><br><ul><p>
- A unique identifier for this data object.
-
- </p></ul>
<br><br><a name="property_valid"></a><b>boolean valid [Read-Only]</b><br><ul><p>
True if the data vector is valid.
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Vector.html #420787:420788
@@ -10,7 +10,8 @@
editable, while others are not. This class behaves just as a
JavaScript array, but has additional properties and methods.
</p>
-<br><br><h3>Constructors:</h3>
+<br>
+ Inherits: <a href="Object.html">Object</a><br><br><h3>Constructors:</h3>
<ul>
<a href="#constructor_1">Vector</a> ( )<br>
</ul>
@@ -20,7 +21,7 @@
</ul>
<h3>Properties:</h3>
<ul>
-<a href="#property_tagName">tagName</a><br><a href="#property_length">length</a><br><a href="#property_min">min</a><br><a href="#property_max">max</a><br><a href="#property_mean">mean</a><br><a href="#property_numNew">numNew</a><br><a href="#property_numShifted">numShifted</a><br><a href="#property_editable">editable</a><br>
+<a href="#property_length">length</a><br><a href="#property_min">min</a><br><a href="#property_max">max</a><br><a href="#property_mean">mean</a><br><a href="#property_numNew">numNew</a><br><a href="#property_numShifted">numShifted</a><br><a href="#property_editable">editable</a><br>
</ul>
Collection class: <a href="VectorCollection.html">VectorCollection</a><br><hr>
<br><a name="constructor_1"></a><b>Vector ( )</b><br><ul><p>
@@ -62,10 +63,6 @@
<br>
</ul>
-<br><br><a name="property_tagName"></a><b>string tagName</b><br><ul><p>
- A unique identifier for this data object.
-
- </p></ul>
<br><br><a name="property_length"></a><b>number length [Read-Only]</b><br><ul><p>
The number of samples in the vector.
More information about the Kst
mailing list