[Kst] kdeextragear-2/kst/plugins/demo
George Staikos
staikos at kde.org
Fri May 16 02:47:55 CEST 2003
CVS commit by staikos:
add some input and output that doesn't come close to matching the plugin yet :)
M +16 -0 sindemo.xml 1.2
--- kdeextragear-2/kst/plugins/demo/sindemo.xml #1.1:1.2
@@ -9,3 +9,19 @@
<state devstate="release"/>
</intro>
+
+<interface>
+<input>
+<table type="float" name="FirstArray" descr="The first array to take sin() of." />
+</input>
+<input>
+<table type="float" name="SecondArray" descr="The second array to take sin() of." />
+</input>
+
+<output>
+<table type="float" name="FirstResults" descr="The sin() of the first array." />
+</output>
+<output>
+<table type="float" name="SecondResults" descr="The sin() of the second array." />
+</output>
+</interface>
</module>
More information about the Kst
mailing list