summaryrefslogtreecommitdiffstats
path: root/kig/filters/tests/python-script.kig
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch)
treed3bb9f5d25a2dc09ca81adecf39621d871534297 /kig/filters/tests/python-script.kig
downloadtdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz
tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kig/filters/tests/python-script.kig')
-rw-r--r--kig/filters/tests/python-script.kig29
1 files changed, 29 insertions, 0 deletions
diff --git a/kig/filters/tests/python-script.kig b/kig/filters/tests/python-script.kig
new file mode 100644
index 00000000..edac8b48
--- /dev/null
+++ b/kig/filters/tests/python-script.kig
@@ -0,0 +1,29 @@
+<!DOCTYPE KigDocument>
+<KigDocument Version="0.5.1" >
+ <CoordinateSystem>Euclidean</CoordinateSystem>
+ <Objects>
+ <Data internal="true" type="double" id="1" >-3.93514</Data>
+ <Data internal="true" type="double" id="2" >2.97568</Data>
+ <Data internal="true" type="double" id="3" >-2.03636</Data>
+ <Data internal="true" type="double" id="4" >1.57224</Data>
+ <Data internal="true" type="string" id="5" >def calc( arg1, arg2 ):
+ return Point( ( arg1.coordinate() + arg2.coordinate() ) / 2 )
+</Data>
+ <Object width="-1" internal="false" shown="true" type="FixedPoint" id="6" color="#0000ff" >
+ <Parent id="1" />
+ <Parent id="2" />
+ </Object>
+ <Object width="-1" internal="false" shown="true" type="FixedPoint" id="7" color="#0000ff" >
+ <Parent id="3" />
+ <Parent id="4" />
+ </Object>
+ <Object width="-1" internal="true" shown="true" type="PythonCompileType" id="8" color="#0000ff" >
+ <Parent id="5" />
+ </Object>
+ <Object width="-1" internal="false" shown="true" type="PythonExecuteType" id="9" color="#0000ff" >
+ <Parent id="8" />
+ <Parent id="6" />
+ <Parent id="7" />
+ </Object>
+ </Objects>
+</KigDocument>