diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml b/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml new file mode 100755 index 00000000..a2db5da8 --- /dev/null +++ b/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="emacs"> + <KivioSMLStencilSpawnerInfo> + <Author data="Eric R. Turner"/> + <Title data="Template Class"/> + <Id data="TemplateClass"/> + <Description data="TemplateClass"/> + <Version data="0.1"/> + <Web data="http://www.bitbreather.com"/> + <Email data="eric.r.turner@bitbreather.com"/> + <Copyright data="Copyright (C) 2002 Eric R. Turner. Distributed under the GPL."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="102.0" h="144.0"/> + <KivioConnectorTarget x="0.0" y="16.0"/> + <KivioConnectorTarget x="48.0" y="16.0"/> + <KivioConnectorTarget x="96.0" y="80.0"/> + <KivioConnectorTarget x="96.0" y="144.0"/> + <KivioConnectorTarget x="48.0" y="144.0"/> + <KivioConnectorTarget x="0.0" y="144.0"/> + <KivioConnectorTarget x="0.0" y="80.0"/> + <KivioShape type="Rectangle" name="TemplateClass" x="0.0" w="96.0" y="16.0" h="128.0"/> + <KivioShape type="Rectangle" name="TemplateClassTemplate" x="54.0" w="48.0" y="0.0" h="20.0"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + </KivioShape> + <KivioShape type="LineArray" name="Separator"> + <Line x1="0.0" y1="35.0" x2="96.0" y2="35.0"/> + </KivioShape> + <KivioShape type="LineArray" name="T"> + <Line x1="78.0" y1="4.0" x2="78.0" y2="16.0"/> + <Line x1="64.0" y1="4.0" x2="92.0" y2="4.0"/> + </KivioShape> + <KivioShape type="TextBox" name="TemplateClassName" x="0.0" w="96.0" y="16.0" h="18.0"/> + <KivioShape type="TextBox" name="TemplateClassSpecification" x="0.0" w="96.0" y="36.0" h="108.0"/> +</KivioShapeStencil> + |