From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: 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 --- .../Flowcharting/BasicFlowcharting/Card.sml | 34 ++++ .../Flowcharting/BasicFlowcharting/Card.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Data.sml | 31 ++++ .../Flowcharting/BasicFlowcharting/Data.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Decision.sml | 31 ++++ .../Flowcharting/BasicFlowcharting/Decision.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/DirectData.sml | 45 ++++++ .../Flowcharting/BasicFlowcharting/DirectData.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Display.sml | 38 +++++ .../Flowcharting/BasicFlowcharting/Display.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Document.sml | 53 +++++++ .../Flowcharting/BasicFlowcharting/Document.xpm | 41 +++++ .../BasicFlowcharting/InternalStorage.sml | 29 ++++ .../BasicFlowcharting/InternalStorage.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/LICENSE | 3 + .../Flowcharting/BasicFlowcharting/LoopLimit.sml | 37 +++++ .../Flowcharting/BasicFlowcharting/LoopLimit.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Makefile.am | 44 ++++++ .../Flowcharting/BasicFlowcharting/ManualInput.sml | 31 ++++ .../Flowcharting/BasicFlowcharting/ManualInput.xpm | 41 +++++ .../BasicFlowcharting/ManualOperation.sml | 31 ++++ .../BasicFlowcharting/ManualOperation.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/OffPageRef.sml | 35 +++++ .../Flowcharting/BasicFlowcharting/OffPageRef.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/OnPageRef.sml | 26 ++++ .../Flowcharting/BasicFlowcharting/OnPageRef.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/PaperTape.sml | 58 +++++++ .../Flowcharting/BasicFlowcharting/PaperTape.xpm | 41 +++++ .../BasicFlowcharting/PredefinedProcess.sml | 29 ++++ .../BasicFlowcharting/PredefinedProcess.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Preperation.sml | 37 +++++ .../Flowcharting/BasicFlowcharting/Preperation.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Process.sml | 25 +++ .../Flowcharting/BasicFlowcharting/Process.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/PyStencil.spy | 112 ++++++++++++++ .../Flowcharting/BasicFlowcharting/PyStencil.xpm | 41 +++++ .../BasicFlowcharting/SequentialData.sml | 31 ++++ .../BasicFlowcharting/SequentialData.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/StoredData.sml | 39 +++++ .../Flowcharting/BasicFlowcharting/StoredData.xpm | 41 +++++ .../Flowcharting/BasicFlowcharting/Terminator.sml | 45 ++++++ .../Flowcharting/BasicFlowcharting/Terminator.xpm | 41 +++++ .../stencils/Flowcharting/BasicFlowcharting/desc | 6 + .../Flowcharting/BasicFlowcharting/icon.xpm | 26 ++++ .../stencils/Flowcharting/Extended/Data_Store.sml | 28 ++++ .../stencils/Flowcharting/Extended/Data_Store.xpm | Bin 0 -> 601 bytes .../stencils/Flowcharting/Extended/Database.sml | 50 ++++++ .../stencils/Flowcharting/Extended/Database.xpm | Bin 0 -> 1927 bytes .../stencils/Flowcharting/Extended/Makefile.am | 13 ++ .../stencils/Flowcharting/Extended/Process.sml | 36 +++++ .../stencils/Flowcharting/Extended/Process.xpm | Bin 0 -> 1377 bytes .../Flowcharting/Extended/Source_or_Sink.sml | 25 +++ .../Flowcharting/Extended/Source_or_Sink.xpm | Bin 0 -> 770 bytes .../kiviopart/stencils/Flowcharting/Extended/desc | 5 + .../stencils/Flowcharting/Extended/icon.xpm | Bin 0 -> 407 bytes .../stencils/Flowcharting/Logic/Makefile.am | 27 ++++ .../kiviopart/stencils/Flowcharting/Logic/and.sml | 36 +++++ .../kiviopart/stencils/Flowcharting/Logic/and.xpm | 64 ++++++++ .../stencils/Flowcharting/Logic/buffer.sml | 25 +++ .../stencils/Flowcharting/Logic/buffer.xpm | 40 +++++ .../stencils/Flowcharting/Logic/connector.sml | 25 +++ .../stencils/Flowcharting/Logic/connector.xpm | 21 +++ kivio/kiviopart/stencils/Flowcharting/Logic/desc | 6 + .../kiviopart/stencils/Flowcharting/Logic/icon.xpm | 171 +++++++++++++++++++++ .../stencils/Flowcharting/Logic/inverter.sml | 29 ++++ .../stencils/Flowcharting/Logic/inverter.xpm | 48 ++++++ .../kiviopart/stencils/Flowcharting/Logic/nand.sml | 39 +++++ .../kiviopart/stencils/Flowcharting/Logic/nand.xpm | 62 ++++++++ .../kiviopart/stencils/Flowcharting/Logic/nor.sml | 39 +++++ .../kiviopart/stencils/Flowcharting/Logic/nor.xpm | 63 ++++++++ .../kiviopart/stencils/Flowcharting/Logic/not.sml | 23 +++ .../kiviopart/stencils/Flowcharting/Logic/not.xpm | 18 +++ kivio/kiviopart/stencils/Flowcharting/Logic/or.sml | 38 +++++ kivio/kiviopart/stencils/Flowcharting/Logic/or.xpm | 64 ++++++++ .../kiviopart/stencils/Flowcharting/Logic/xor.sml | 45 ++++++ .../kiviopart/stencils/Flowcharting/Logic/xor.xpm | 63 ++++++++ kivio/kiviopart/stencils/Flowcharting/Makefile.am | 5 + kivio/kiviopart/stencils/Flowcharting/desc | 5 + kivio/kiviopart/stencils/Flowcharting/icon.xpm | 26 ++++ 79 files changed, 2835 insertions(+) create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LICENSE create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.am create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.spy create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/desc create mode 100644 kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/icon.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Database.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Database.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.am create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Process.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/desc create mode 100644 kivio/kiviopart/stencils/Flowcharting/Extended/icon.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.am create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/and.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/and.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/buffer.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/buffer.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/connector.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/connector.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/desc create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/icon.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/inverter.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/nand.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/nor.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/nor.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/not.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/not.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/or.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/or.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/xor.xpm create mode 100644 kivio/kiviopart/stencils/Flowcharting/Makefile.am create mode 100644 kivio/kiviopart/stencils/Flowcharting/desc create mode 100644 kivio/kiviopart/stencils/Flowcharting/icon.xpm (limited to 'kivio/kiviopart/stencils/Flowcharting') diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.sml new file mode 100644 index 00000000..704e66b0 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.sml @@ -0,0 +1,34 @@ + + + + + + <Id data="Card"/> + <Description data="Basic flowcharting card shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="36.0" defaultAspect="0.75"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioConnectorTarget x="7.2" y="9.0"/> + <KivioConnectorTarget x="14.4" y="0.0"/> + <KivioConnectorTarget x="43.2" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Polygon" name="Card"> + <KivioPoint x="0.0" y="18.0"/> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="72.0" y="36.0"/> + <KivioPoint x="0.0" y="36.0"/> + <KivioPoint x="0.0" y="18.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="36.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.xpm new file mode 100644 index 00000000..63270d94 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Card.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Card_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@#################@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml new file mode 100644 index 00000000..2fa28f24 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Dave Marotti"/> + <Title data="Data"/> + <Id data="Data"/> + <Description data="Data shape for flowcharting"/> + <Version data="1.0"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="14.4" y="0.0"/> + <KivioConnectorTarget x="43.2" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="64.8" y="27.0"/> + <KivioConnectorTarget x="57.6" y="54.0"/> + <KivioConnectorTarget x="28.8" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="7.2" y="27.0"/> + <KivioShape type="Polygon" name="Data"> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="57.6" y="54.0"/> + <KivioPoint x="0.0" y="54.0"/> + <KivioPoint x="14.4" y="0.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="14.4" y="0.0" w="43.2" h="54.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.xpm new file mode 100644 index 00000000..27ea5319 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Data_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@###############@@@@.+", +".+@@@@@@@@@#$$$$$$$$$$$$$#+@@@.+", +".+@@@@@@@@#$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@@@#$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$#+@@@@@@@@.+", +".+@@@@###############+@@@@@@@@.+", +".+@@@@@+++++++++++++++@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.sml new file mode 100644 index 00000000..e069d4ac --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Decision"/> + <Id data="Decision"/> + <Description data="Basic flowcharting decision shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="54.0" y="13.5"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="54.0" y="40.5"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="18.0" y="40.5"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioConnectorTarget x="18.0" y="13.5"/> + <KivioShape type="Polygon" name="Decision"> + <KivioPoint x="36.0" y="0.0"/> + <KivioPoint x="72.0" y="27.0"/> + <KivioPoint x="36.0" y="54.0"/> + <KivioPoint x="0.0" y="27.0"/> + <KivioPoint x="36.0" y="0.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="18.0" y="13.5" w="36.0" h="27.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.xpm new file mode 100644 index 00000000..8ac835bf --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Decision.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Decision_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@#@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@#$#@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@#$$$#@@@@@@@@@@@@.+", +".+@@@@@@@@@@#$$$$$#@@@@@@@@@@@.+", +".+@@@@@@@@@#$$$$$$$#@@@@@@@@@@.+", +".+@@@@@@@@#$$$$$$$$$#@@@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$#@@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#@@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$#@@@@@.+", +".+@@@@+#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@+#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@+#$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@@+#$$$$$$$$$#+@@@@@@@@.+", +".+@@@@@@@@+#$$$$$$$#+@@@@@@@@@.+", +".+@@@@@@@@@+#$$$$$#+@@@@@@@@@@.+", +".+@@@@@@@@@@+#$$$#+@@@@@@@@@@@.+", +".+@@@@@@@@@@@+#$#+@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@+#+@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@+@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.sml new file mode 100644 index 00000000..21661b74 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.sml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Direct Data"/> + <Id data="Direct Data"/> + <Description data="Basic flowcharting direct data shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="10.8" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="61.2" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="61.2" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="10.8" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="ClosedPath" name="Direct Data"> + <KivioPoint x="36.0" y="54.0"/> + + <KivioPoint x="10.8" y="54.0" type="bezier"/> + <KivioPoint x="-3.6" y="36.0" type="bezier"/> + <KivioPoint x="-3.6" y="18.0" type="bezier"/> + <KivioPoint x="10.8" y="0.0" type="bezier"/> + + <KivioPoint x="61.2" y="0.0" type="bezier"/> + <KivioPoint x="75.6" y="18.0" type="bezier"/> + <KivioPoint x="75.6" y="36.0" type="bezier"/> + <KivioPoint x="61.2" y="54.0" type="bezier"/> + + <KivioPoint x="36.0" y="54.0"/> + </KivioShape> + <KivioShape type="Bezier" name="Direct Data Line"> + <KivioPoint x="61.2" y="54.0" type="bezier"/> + <KivioPoint x="46.8" y="36.0" type="bezier"/> + <KivioPoint x="46.8" y="18.0" type="bezier"/> + <KivioPoint x="61.2" y="0.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="61.2" h="54.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.xpm new file mode 100644 index 00000000..c0ee88c2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/DirectData.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * DirectData_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@#################@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#$#+@@@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@#$$$$$$$$$$$$$$$#$$$$$#+@@.+", +".+@@#$$$$$$$$$$$$$$$#$$$$$#+@@.+", +".+@@#$$$$$$$$$$$$$$$#$$$$$#+@@.+", +".+@@#$$$$$$$$$$$$$$$#$$$$$#+@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$#$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#$#+@@@@.+", +".+@@@@@#################+@@@@@.+", +".+@@@@@@++++++++++++++++@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml new file mode 100644 index 00000000..f07580d2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Display"/> + <Id data="Display"/> + <Description data="Basic flowcharting display shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="63.9" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="63.9" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioShape type="ClosedPath" name="Display"> + <KivioPoint x="0.0" y="27.0" type="bezier"/> + <KivioPoint x="3.6" y="13.5" type="bezier"/> + <KivioPoint x="14.4" y="0.0" type="bezier"/> + <KivioPoint x="28.8" y="0.0" type="bezier"/> + + <KivioPoint x="63.9" y="0.0" type="bezier"/> + <KivioPoint x="74.7" y="6.75" type="bezier"/> + <KivioPoint x="74.7" y="47.25" type="bezier"/> + <KivioPoint x="63.9" y="54.0" type="bezier"/> + + <KivioPoint x="28.8" y="54.0" type="bezier"/> + <KivioPoint x="14.4" y="54.0" type="bezier"/> + <KivioPoint x="3.6" y="40.5" type="bezier"/> + <KivioPoint x="0.0" y="27.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.xpm new file mode 100644 index 00000000..96ffc694 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Display_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@############@@@@@@@.+", +".+@@@@@@@##$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@@##$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@@@@############+@@@@@@.+", +".+@@@@@@@@@@++++++++++++@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.sml new file mode 100644 index 00000000..619e7371 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.sml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="magic"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Document"/> + <Id data="Document"/> + <Description data="Flowcharting Document Stencil"/> + <Version data="1.0"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="49.0"/> + <KivioConnectorTarget x="36.0" y="49.0"/> + <KivioConnectorTarget x="0.0" y="49.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <Dimensions w="72" h="54"/> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + <KivioLineStyle color="#000000" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="0.0" y="0.0" type="bezier"/> + <KivioPoint x="7.86507" y="0.0" type="bezier"/> + <KivioPoint x="72.0" y="0.0" type="bezier"/> + <KivioPoint x="72.0" y="0.0" type="bezier"/> + + <KivioPoint x="72.0" y="0.0" type="bezier"/> + <KivioPoint x="72.0" y="0.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="56.5001" y="37.7124" type="bezier"/> + <KivioPoint x="36" y="49.0" type="bezier"/> + + <KivioPoint x="36" y="49.0" type="bezier"/> + <KivioPoint x="15.4999" y="60.2861" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0" y="10.8992" type="bezier"/> + <KivioPoint x="-0.0" y="0.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="text" x="0.0" y="0.0" w="72.0" h="43.9"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.xpm new file mode 100644 index 00000000..b4a1c618 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Document.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Document_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@#####################@@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$####$$$$#+@@@.+", +".+@@@#$$$$$$$$$$#++++##$$#+@@@.+", +".+@@@@#$$$$$$$##+@@@@@@#$#+@@@.+", +".+@@@@@#$$$$$#++@@@@@@@@##+@@@.+", +".+@@@@@@#####+@@@@@@@@@@@#+@@@.+", +".+@@@@@@@++++@@@@@@@@@@@@@+@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.sml new file mode 100644 index 00000000..3a7a50ae --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.sml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Internal Storage"/> + <Id data="Internal Storage"/> + <Description data="Internal storage shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="54.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="27.0" y="0.0"/> + <KivioConnectorTarget x="54.0" y="0.0"/> + <KivioConnectorTarget x="54.0" y="27.0"/> + <KivioConnectorTarget x="54.0" y="54.0"/> + <KivioConnectorTarget x="27.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="InternalStorage" x="0.0" y="0.0" w="54.0" h="54.0"/> + <KivioShape type="LineArray" name="Lines"> + <Line x1="7.2" y1="0.0" x2="7.2" y2="54.0"/> + <Line x1="0" y1="7.2" x2="54.0" y2="7.2"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="7.2" y="7.2" w="46.8" h="46.8"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.xpm new file mode 100644 index 00000000..5e85a8f3 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/InternalStorage.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * InternalStorage_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@################@@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@################+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$#$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@################+@@@@@.+", +".+@@@@@@@++++++++++++++++@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LICENSE b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LICENSE new file mode 100644 index 00000000..aaa0701a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LICENSE @@ -0,0 +1,3 @@ +This stencil set is distributed under the terms of BSD license. +The full terms of this license are available from kdelibs/doc/common/bsd-license.html + diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml new file mode 100644 index 00000000..199072a6 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Loop Limit"/> + <Id data="Loop Limit"/> + <Description data="Basic flowcharting loop limit shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="36.0"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioConnectorTarget x="7.2" y="9.0"/> + <KivioConnectorTarget x="14.4" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="57.6" y="0.0"/> + <KivioConnectorTarget x="64.8" y="9.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioShape type="Polygon" name="Loop Limit"> + <KivioPoint x="0.0" y="36.0"/> + <KivioPoint x="0.0" y="18.0"/> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="57.6" y="0.0"/> + <KivioPoint x="72.0" y="18.0"/> + <KivioPoint x="72.0" y="36.0"/> + <KivioPoint x="0.0" y="36.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="36.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.xpm new file mode 100644 index 00000000..eee856ef --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * LoopLimit_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@##############@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.am b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.am new file mode 100644 index 00000000..ebc527b9 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.am @@ -0,0 +1,44 @@ +basicdir = $(kde_datadir)/kivio/stencils/Flowcharting/BasicFlowcharting + +basic_DATA = Card.sml Card.xpm Data.sml Data.xpm Decision.sml Decision.xpm DirectData.sml DirectData.xpm Display.sml Display.xpm Document.sml Document.xpm InternalStorage.sml InternalStorage.xpm LoopLimit.sml LoopLimit.xpm ManualInput.sml ManualInput.xpm ManualOperation.sml ManualOperation.xpm OffPageRef.sml OffPageRef.xpm OnPageRef.sml OnPageRef.xpm PaperTape.sml PaperTape.xpm PredefinedProcess.sml PredefinedProcess.xpm Preperation.sml Preperation.xpm Process.sml Process.xpm SequentialData.sml SequentialData.xpm StoredData.sml StoredData.xpm Terminator.sml Terminator.xpm desc icon.xpm +EXTRA_DIST = \ + Card.sml\ + Card.xpm\ + Data.sml\ + Data.xpm\ + Decision.sml\ + Decision.xpm\ + DirectData.sml\ + DirectData.xpm\ + Display.sml\ + Display.xpm\ + Document.sml\ + Document.xpm\ + InternalStorage.sml\ + InternalStorage.xpm\ + LoopLimit.sml\ + LoopLimit.xpm\ + ManualInput.sml\ + ManualInput.xpm\ + ManualOperation.sml\ + ManualOperation.xpm\ + OffPageRef.sml\ + OffPageRef.xpm\ + OnPageRef.sml\ + OnPageRef.xpm\ + PaperTape.sml\ + PaperTape.xpm\ + PredefinedProcess.sml\ + PredefinedProcess.xpm\ + Preperation.sml\ + Preperation.xpm\ + Process.sml\ + Process.xpm\ + SequentialData.sml\ + SequentialData.xpm\ + StoredData.sml\ + StoredData.xpm\ + Terminator.sml\ + Terminator.xpm\ + desc\ + icon.xpm diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.sml new file mode 100644 index 00000000..d6104506 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Manual Input"/> + <Id data="Manual Input"/> + <Description data="Basic flowcharting manual input shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="21.6"/> + <KivioConnectorTarget x="36.0" y="10.8"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="37.8"/> + <KivioShape type="Polygon" name="Manual Input"> + <KivioPoint x="0.0" y="21.6"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="72.0" y="54.0"/> + <KivioPoint x="0.0" y="54.0"/> + <KivioPoint x="0.0" y="21.6"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="21.6" w="72.0" h="32.4" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.xpm new file mode 100644 index 00000000..a2d5c188 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualInput.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * ManualInput_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@##@@@@.+", +".+@@@@@@@@@@@@@@@@@@@###$#+@@@.+", +".+@@@@@@@@@@@@@@@@###$$$$#+@@@.+", +".+@@@@@@@@@@@@@###$$$$$$$#+@@@.+", +".+@@@@@@@@@@###$$$$$$$$$$#+@@@.+", +".+@@@@@@@###$$$$$$$$$$$$$#+@@@.+", +".+@@@@###$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.sml new file mode 100644 index 00000000..bc452400 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Manual Operation"/> + <Id data="Manual Operation"/> + <Description data="Basic flowcharting manual operation shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="36.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="66.6" y="18.0"/> + <KivioConnectorTarget x="61.2" y="36.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="10.8" y="36.0"/> + <KivioConnectorTarget x="5.4" y="18.0"/> + <KivioShape type="Polygon" name="Manual Operation"> + <KivioPoint x="0.0" y="0.0"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="61.2" y="36.0"/> + <KivioPoint x="10.8" y="36.0"/> + <KivioPoint x="0.0" y="0.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="10.8" y="0.0" w="50.4" h="36.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.xpm new file mode 100644 index 00000000..ce5702b0 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/ManualOperation.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * ManualOperation_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@######################@@@@.+", +".+@@#$$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$#+@@@@@@@@.+", +".+@@@@@@@############+@@@@@@@@.+", +".+@@@@@@@@++++++++++++@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.sml new file mode 100644 index 00000000..a6c83d8a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.sml @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Off-Page Reference"/> + <Id data="Off-Page Reference"/> + <Description data="Off-Page Reference"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="72.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="54.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="72.0"/> + <KivioConnectorTarget x="18.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioShape type="Polygon" name="Off-Page Reference"> + <KivioPoint x="0.0" y="0.0"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="72.0" y="36.0"/> + <KivioPoint x="36.0" y="72.0"/> + <KivioPoint x="0.0" y="36.0"/> + <KivioPoint x="0.0" y="0.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0" /> +</KivioShapeStencil> + diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.xpm new file mode 100644 index 00000000..b337302d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OffPageRef.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * OffPageRef_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@#################@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@@@#$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@@@@#$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@@@@@#$$$$$$$#+@@@@@@@@.+", +".+@@@@@@@@@@@#$$$$$#+@@@@@@@@@.+", +".+@@@@@@@@@@@@#$$$#+@@@@@@@@@@.+", +".+@@@@@@@@@@@@@#$#+@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@#+@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.sml new file mode 100644 index 00000000..4c3bdce2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.sml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="On-Page Reference"/> + <Id data="On-Page Reference"/> + <Description data="On-Page Reference"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="72.0"/> + <KivioConnectorTarget x="10.544156" y="10.544156"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="61.455844" y="10.544156"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="61.455844" y="61.455844"/> + <KivioConnectorTarget x="36.0" y="72.0"/> + <KivioConnectorTarget x="10.544156" y="61.455844"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioShape type="Ellipse" name="On-Page Reference" x="0.0" w="72.0" y="0.0" h="72.0"/> + <KivioShape type="TextBox" name="Text" x="10.544156" y="10.544156" w="50.911688" h="50.911688" /> +</KivioShapeStencil> + diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.xpm new file mode 100644 index 00000000..0d8fa225 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/OnPageRef.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * OnPageRef_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@#####@@@@@@@@@@@@.+", +".+@@@@@@@@@##$$$$$##@@@@@@@@@@.+", +".+@@@@@@@##$$$$$$$$$##@@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@@##$$$$$$$$$##+@@@@@@@.+", +".+@@@@@@@@@##$$$$$##++@@@@@@@@.+", +".+@@@@@@@@@@@#####++@@@@@@@@@@.+", +".+@@@@@@@@@@@@++++@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.sml new file mode 100644 index 00000000..7eb19908 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.sml @@ -0,0 +1,58 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="magic"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Paper Tape"/> + <Id data="Paper Tape"/> + <Description data="Flowcharting Paper Tape Stencil"/> + <Version data="1.0"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72" h="54"/> + <KivioConnectorTarget x="71.9922" y="5.0719"/> + <KivioConnectorTarget x="0.0316901" y="5.0719"/> + <KivioConnectorTarget x="36.0485" y="5.0719"/> + <KivioConnectorTarget x="0.00174427" y="27.0902"/> + <KivioConnectorTarget x="0.0488968" y="49.0783"/> + <KivioConnectorTarget x="71.9654" y="49.0742"/> + <KivioConnectorTarget x="36.0017" y="49.027"/> + <KivioConnectorTarget x="72.0087" y="27.068"/> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + <KivioLineStyle color="#000000" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="0" y="5.0" type="bezier"/> + <KivioPoint x="0.0" y="5.0" type="bezier"/> + <KivioPoint x="15.4914" y="16.2206" type="bezier"/> + <KivioPoint x="36.0" y="5.0" type="bezier"/> + + <KivioPoint x="36.0" y="5.0" type="bezier"/> + <KivioPoint x="56.5341" y="-6.15444" type="bezier"/> + <KivioPoint x="72.0" y="5.0" type="bezier"/> + <KivioPoint x="72.0" y="5.0" type="bezier"/> + + <KivioPoint x="72" y="5.0" type="bezier"/> + <KivioPoint x="72" y="5.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="72" y="49.0" type="bezier"/> + <KivioPoint x="56.5341" y="37.84556" type="bezier"/> + <KivioPoint x="36" y="48.9715" type="bezier"/> + + <KivioPoint x="36" y="48.9715" type="bezier"/> + <KivioPoint x="15.4914" y="60.2202" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0" y="49.0" type="bezier"/> + <KivioPoint x="0.0" y="5.0" type="bezier"/> + <KivioPoint x="0.0" y="5.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="text" x="0.0" y="10.2" w="72.0" h="33.6"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.xpm new file mode 100644 index 00000000..359a4e27 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PaperTape.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * PaperTape_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@####@@@@@@@@@.+", +".+@@@#@@@@@@@@@@#$$$$##@@@@@@@.+", +".+@@@##@@@@@@@##$$$$$$$#@@@@@@.+", +".+@@@#$#@@@@@#$$$$$$$$$$#@@@@@.+", +".+@@@#$$#####$$$$$$$$$$$$#@@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$####$$$$#+@@@.+", +".+@@@#$$$$$$$$$$#++++##$$#+@@@.+", +".+@@@@#$$$$$$$##+@@@@@@#$#+@@@.+", +".+@@@@@#$$$$$#++@@@@@@@@##+@@@.+", +".+@@@@@@#####+@@@@@@@@@@@#+@@@.+", +".+@@@@@@@++++@@@@@@@@@@@@@+@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml new file mode 100644 index 00000000..452e048a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Predefined Process"/> + <Id data="Predefined Process"/> + <Description data="Predefined process shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Process" x="0" y="0" w="72" h="54"/> + <KivioShape type="LineArray" name="Lines"> + <Line x1="7.2" x2="7.2" y1="0" y2="54"/> + <Line x1="64.8" x2="64.8" y1="0" y2="54"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="7.2" y="0.0" w="57.6" h="54.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.xpm new file mode 100644 index 00000000..8cffc4d2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * PredefinedProcess_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@####################@@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#@@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#@@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@#$$#$$$$$$$$$$$$#$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.sml new file mode 100644 index 00000000..f79d2a51 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.sml @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Preparation"/> + <Id data="Preperation"/> + <Description data="Basic flowcharting preparation shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="72.0"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioConnectorTarget x="7.2" y="18.0"/> + <KivioConnectorTarget x="14.4" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="57.6" y="0.0"/> + <KivioConnectorTarget x="64.8" y="18.0"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="64.8" y="54.0"/> + <KivioConnectorTarget x="57.6" y="72.0"/> + <KivioConnectorTarget x="36.0" y="72.0"/> + <KivioConnectorTarget x="14.4" y="72.0"/> + <KivioConnectorTarget x="7.2" y="54.0"/> + <KivioShape type="Polygon" name="Decision"> + <KivioPoint x="0.0" y="36.0"/> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="57.6" y="0.0"/> + <KivioPoint x="72.0" y="36.0"/> + <KivioPoint x="57.6" y="72.0"/> + <KivioPoint x="14.4" y="72.0"/> + <KivioPoint x="0.0" y="36.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="7.2" y="18.0" w="57.6" h="36.0" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.xpm new file mode 100644 index 00000000..9642ac27 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Preperation.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Preperation_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@##############@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$$#+@@.+", +".+@@@#$$$$$$$$$$$$$$$$$$$$#+@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@@##############+@@@@@@.+", +".+@@@@@@@@++++++++++++++@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.sml new file mode 100644 index 00000000..94d129ac --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.sml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Process"/> + <Id data="Process"/> + <Description data="Basic flowcharting process shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Process" x="0.0" y="0.0" w="72.0" h="54.0"/> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.xpm new file mode 100644 index 00000000..346a7199 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Process.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * TaggedProcess_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@####################@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.spy b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.spy new file mode 100644 index 00000000..fc01b542 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.spy @@ -0,0 +1,112 @@ +<?xml version="1.0"?> +<KivioPyStencil creator="vi"> + <KivioPyStencilSpawnerInfo> + <Author data="Dmitry Poplavsky"/> + <Title data="Python"/> + <Id data="Python"/> + <Description data="Basic flowcharting card shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="dima@kde.org"/> + <AutoUpdate data="off"/> + </KivioPyStencilSpawnerInfo> + +<init code="Python"> +<![CDATA[ + +# defined variables : x, y, w, h, x2=x+w, y2=y+h + +x=70 +y=40 +w=100 +h=100 + +x2=x+w +y2=y+w + +style = { + "color" : "blue", + "bgcolor" : "white", + "linewidth" : 1, + } + +connections = [] + +connector_targets = [ { "x":x+2, "y":y-2 }, + { "x":x+2, "y":y2-2 }, + { "x":x2-2, "y":y+2 }, + { "x":x2-2, "y":y2-2 }, + { "x": x+w/2, "y":y } + ] + + +shapes = { + "rect" :{ + "type" : "Rectangle", + "fillstyle" : "solid", + "x" : x+2, + "y" : y+2, + "w" : w-4, + "h" : w-4 + }, + "rect2" :{ + "type" : "Rectangle", + "color" : [250,40,40], + "bgcolor" : "darkgreen", + "selected" : { "bgcolor" : "blue", "fillstyle":"solid" }, + "fillstyle" : "solid", + "x" : x+w-35, + "y" : y+h-35, + "w" : 20, + "h" : 20 + }, + "rect3" :{ + "type" : "Ellipse", + "color" : [250,40,40], + "selected" : { "color":[40,200,40] }, + "x" : x+15, + "y" : y+15, + "w" : 20, + "h" : 20, + "rx": 15, + "ry": 15 + }, + "text" : { + "type" : "TextBox", + "x" : x+5, + "y" : y+5, + "w" : w-10, + "h" : h-10, + "text" : "2" + } + } + +]]> +</init> + +<resize> +<![CDATA[ + +# as default all coords are scalled, and this code will be runned +# defined variables : x, y, w, h, x2=x+w, y2=y+h and all variables , defined in <init> +connector_targets = [ { "x":x+2, "y":y-2 }, + { "x":x+2, "y":y2-2 }, + { "x":x2-2, "y":y+2 }, + { "x":x2-2, "y":y2-2 }, + { "x":(x+x2)/2, "y":y } + ] + +shapes["rect2"]["x"] = x+w-35 +shapes["rect2"]["y"] = y+h-35 +shapes["rect2"]["w"] = 20 +shapes["rect2"]["h"] = 20 + +if ( shapes["text"]["text"] == "1" ): + stencil = curLayer().firstStencil() + stencil.setText( "x:"+str(x)+" y:"+str(y) ) + +]]> +</resize> + +</KivioPyStencil> + diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.xpm new file mode 100644 index 00000000..bd33d03f --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PyStencil.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * TaggedProcess_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@####################@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$####$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$#$$$#$$$$$$$$$$#+@@@.+", +".+@@@@#$$$#$$$#$$#$$#$$$$#+@@@.+", +".+@@@@#$$$###$$$$$#$#$$$$#+@@@.+", +".+@@@@#$$$#$$$$$$$$#$$$$$#+@@@.+", +".+@@@@#$$$#$$$$$$$#$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@####################+@@@.+", +".+@@@@@++++++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.sml new file mode 100644 index 00000000..2fcbcce7 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Sequential Data"/> + <Id data="Sequential Data"/> + <Description data="Sequential Data"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="72.0"/> + <KivioConnectorTarget x="10.544156" y="10.544156"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="61.455844" y="10.544156"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="61.455844" y="61.455844"/> + <KivioConnectorTarget x="36.0" y="72.0"/> + <KivioConnectorTarget x="10.544156" y="61.455844"/> + <KivioConnectorTarget x="0.0" y="36.0"/> + <KivioConnectorTarget x="72.0" y="72.0"/> + <KivioShape type="Ellipse" name="Sequential Data" x="0.0" w="72.0" y="0.0" h="72.0"/> + <KivioShape type="Polyline" name="Line"> + <KivioPoint x="36.0" y="72.0"/> + <KivioPoint x="72.0" y="72.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="10.544156" y="10.544156" w="50.911688" h="50.911688" /> +</KivioShapeStencil> + diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.xpm new file mode 100644 index 00000000..6c4605a0 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/SequentialData.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * OnPageRef_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@#####@@@@@@@@@@@@.+", +".+@@@@@@@@@##$$$$$##@@@@@@@@@@.+", +".+@@@@@@@##$$$$$$$$$##@@@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@@@#$$$$$$$$$$$#+@@@@@@@.+", +".+@@@@@@@##$$$$$$$$$##+@@@@@@@.+", +".+@@@@@@@@@##$$$$$##++@@@@@@@@.+", +".+@@@@@@@@@@@###########@@@@@@.+", +".+@@@@@@@@@@@@++++++++++@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml new file mode 100644 index 00000000..6a727990 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Stored Data"/> + <Id data="Stored Data"/> + <Description data="Basic flowcharting stored data shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="61.2" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="ClosedPath" name="Stored Data"> + <KivioPoint x="36.0" y="54.0"/> + + <KivioPoint x="10.8" y="54.0" type="bezier"/> + <KivioPoint x="-3.6" y="36.0" type="bezier"/> + <KivioPoint x="-3.6" y="18.0" type="bezier"/> + <KivioPoint x="10.8" y="0.0" type="bezier"/> + + <KivioPoint x="72.0" y="0.0" type="bezier"/> + <KivioPoint x="57.6" y="18.0" type="bezier"/> + <KivioPoint x="57.6" y="36.0" type="bezier"/> + <KivioPoint x="72.0" y="54.0" type="bezier"/> + + <KivioPoint x="36.0" y="54.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="61.2" h="54.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.xpm new file mode 100644 index 00000000..d7146804 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * StoredData_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@#################@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$#+@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@@#################@@@@.+", +".+@@@@@@@@+++++++++++++++++@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml new file mode 100644 index 00000000..769d1f5d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Terminator"/> + <Id data="Terminator"/> + <Description data="Terminator shape"/> + <Version data="0.1"/> + <Web data="kivio.sourceforge.net"/> + <Email data="lndshark@speakeasy.net"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="36.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioShape type="ClosedPath" name="Terminator"> + <KivioPoint x="36.0" y="36.0"/> + + <KivioPoint x="18.0" y="36.0" type="bezier"/> + <KivioPoint x="12.0" y="36.0" type="bezier"/> + <KivioPoint x="0.0" y="24.0" type="bezier"/> + <KivioPoint x="0.0" y="18.0" type="bezier"/> + + <KivioPoint x="0.0" y="18.0" type="bezier"/> + <KivioPoint x="0.0" y="12.0" type="bezier"/> + <KivioPoint x="12.0" y="0.0" type="bezier"/> + <KivioPoint x="18.0" y="0.0" type="bezier"/> + + <KivioPoint x="54" y="0.0" type="bezier"/> + <KivioPoint x="60" y="0.0" type="bezier"/> + <KivioPoint x="72" y="12.0" type="bezier"/> + <KivioPoint x="72" y="18.0" type="bezier"/> + + <KivioPoint x="72" y="18" type="bezier"/> + <KivioPoint x="72" y="24" type="bezier"/> + <KivioPoint x="60" y="36" type="bezier"/> + <KivioPoint x="54" y="36" type="bezier"/> + + <KivioPoint x="36.0" y="36"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="36.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.xpm new file mode 100644 index 00000000..36ae63e5 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char * Terminator_xpm[] = { +"32 32 6 1", +" c None", +". c #F8FCF8", +"+ c #808080", +"@ c #C0C0C0", +"# c #000000", +"$ c #FFFFFF", +"...............................+", +".+++++++++++++++++++++++++++++.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@##############@@@@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#@@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#@@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#@@@@.+", +".+@@@@#$$$$$$$$$$$$$$$$$$#+@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+", +".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+", +".+@@@@@@@##############+@@@@@@.+", +".+@@@@@@@@+++++++++++++@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+", +"...............................+", +"++++++++++++++++++++++++++++++++"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/desc b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/desc new file mode 100644 index 00000000..e495c766 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/desc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<KivioStencilSpawnerSet> + <Title data="Basic Flowcharting Shapes"/> + <Id data="Dave Marotti - Basic Flowcharting Shapes I"/> + <Description>The basic stencils needed to create flowcharts</Description> +</KivioStencilSpawnerSet> diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/icon.xpm b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/icon.xpm new file mode 100644 index 00000000..48f21f81 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/icon.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static const char * _icon_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #B5B8FF", +"@ c #FFFFFF", +"# c #3C43C4", +"$ c #C6FFC4", +"% c #57C158", +" ", +" ...... ", +" .++++.@ ", +" .+###.@ ", +" .+###...... ", +" .+###.@@@@.@ ", +" ......@ .@ ", +" @@@@@@ .@ ", +" .@ ", +" .......... ", +" .$$$$$$$$$$. ", +" .$%%%%%%%%%%%. ", +" .$%%%%%%%%%%%.@", +" .%%%%%%%%%%.@ ", +" ..........@ ", +" @@@@@@@@@ "}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.sml b/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.sml new file mode 100644 index 00000000..c96361ce --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.sml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Data Store"/> + <Id data="Data Store"/> + <Description data="Data Store shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="150.0" h="50.0"/> + <KivioConnectorTarget x="0.0" y="25.0"/> + <KivioConnectorTarget x="75.0" y="0.0"/> + <KivioConnectorTarget x="75.0" y="50.0"/> + <KivioShape type="ClosedPath" name="Data_Store"> + <KivioPoint x="0" y="0"/> + <KivioPoint x="150" y="0"/> + <KivioPoint x="35" y="0"/> + <KivioPoint x="35" y="50"/> + <KivioPoint x="150" y="50"/> + <KivioPoint x="0" y="50"/> + <KivioPoint x="0" y="0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="40.0" y="5.0" w="150.0" h="50.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.xpm b/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.xpm new file mode 100644 index 00000000..be1222dd Binary files /dev/null and b/kivio/kiviopart/stencils/Flowcharting/Extended/Data_Store.xpm differ diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Database.sml b/kivio/kiviopart/stencils/Flowcharting/Extended/Database.sml new file mode 100644 index 00000000..b1d1a835 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Database.sml @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Database"/> + <Id data="database"/> + <Description data="Database shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="80.0" h="100.0"/> + <KivioConnectorTarget x="0.0" y="50.0"/> + <KivioConnectorTarget x="80.0" y="50.0"/> + <KivioConnectorTarget x="40.0" y="6.2"/> + <KivioConnectorTarget x="40.0" y="95.0"/> + <KivioShape type="ClosedPath" name="Direct Database Line"> + <KivioFillStyle colorStyle="1" color="#2a7fd9"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="25"/> + <KivioPoint x="0" y="75" type="bezier"/> + <KivioPoint x="15" y="100" type="bezier"/> + <KivioPoint x="65" y="100" type="bezier"/> + <KivioPoint x="80" y="75" type="bezier"/> + <KivioPoint x="80" y="25"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Database"> + <KivioFillStyle colorStyle="1" color="#2a7fd9"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="25"/> + + <KivioPoint x="0" y="25" type="bezier"/> + <KivioPoint x="15" y="0" type="bezier"/> + <KivioPoint x="65" y="0" type="bezier"/> + <KivioPoint x="80" y="25" type="bezier"/> + + <KivioPoint x="80" y="25"/> + <KivioPoint x="80" y="75"/> + + <KivioPoint x="80" y="25" type="bezier"/> + <KivioPoint x="65" y="50" type="bezier"/> + <KivioPoint x="15" y="50" type="bezier"/> + <KivioPoint x="0" y="25" type="bezier"/> + + <KivioPoint x="0" y="75"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="5.0" y="40.0" w="70.0" h="50.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Database.xpm b/kivio/kiviopart/stencils/Flowcharting/Extended/Database.xpm new file mode 100644 index 00000000..0a135408 Binary files /dev/null and b/kivio/kiviopart/stencils/Flowcharting/Extended/Database.xpm differ diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.am b/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.am new file mode 100644 index 00000000..07404f79 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.am @@ -0,0 +1,13 @@ +extendeddir = $(kde_datadir)/kivio/stencils/Flowcharting/Extended + +extended_DATA = \ +Database.sml \ +Database.xpm \ +Data_Store.sml \ +Data_Store.xpm \ +desc \ +icon.xpm \ +Process.sml \ +Process.xpm \ +Source_or_Sink.sml \ +Source_or_Sink.xpm diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml new file mode 100644 index 00000000..57229b1a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Process"/> + <Id data="Process"/> + <Description data="Process shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="80.0" h="100.0"/> + <KivioConnectorTarget x="0.0" y="50.0"/> + <KivioConnectorTarget x="80.0" y="50.0"/> + <KivioConnectorTarget x="40.0" y="6.2"/> + <KivioConnectorTarget x="40.0" y="95.0"/> + <KivioShape type="ClosedPath" name="Process"> + <KivioPoint x="0" y="25" type="bezier"/> + <KivioPoint x="15" y="0" type="bezier"/> + <KivioPoint x="65" y="0" type="bezier"/> + <KivioPoint x="80" y="25" type="bezier"/> + <KivioPoint x="80" y="80" type="bezier"/> + <KivioPoint x="65" y="100" type="bezier"/> + <KivioPoint x="15" y="100" type="bezier"/> + <KivioPoint x="00" y="80" type="bezier"/> + + <KivioPoint x="0" y="35"/> + <KivioPoint x="80" y="35"/> + <KivioPoint x="0" y="35"/> + <KivioPoint x="0" y="25"/> + + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="30.0" w="100.0" h="70.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Process.xpm b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.xpm new file mode 100644 index 00000000..bbe82870 Binary files /dev/null and b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.xpm differ diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.sml b/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.sml new file mode 100644 index 00000000..c68f8a79 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.sml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Source or Sink"/> + <Id data="Source or Sink"/> + <Description data="Source or Sink shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Source_or_Sink" x="0.0" y="0.0" w="72.0" h="54.0"/> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.xpm b/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.xpm new file mode 100644 index 00000000..c070b804 Binary files /dev/null and b/kivio/kiviopart/stencils/Flowcharting/Extended/Source_or_Sink.xpm differ diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/desc b/kivio/kiviopart/stencils/Flowcharting/Extended/desc new file mode 100644 index 00000000..c2106b31 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/desc @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<KivioStencilSpawnerSet> + <Title data="Flowcharting Shapes"/> + <Id data="Kivio - Flowcharting Shapes"/> +</KivioStencilSpawnerSet> diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/icon.xpm b/kivio/kiviopart/stencils/Flowcharting/Extended/icon.xpm new file mode 100644 index 00000000..02804921 Binary files /dev/null and b/kivio/kiviopart/stencils/Flowcharting/Extended/icon.xpm differ diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.am b/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.am new file mode 100644 index 00000000..820bc859 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.am @@ -0,0 +1,27 @@ + +logicdir = $(kde_datadir)/kivio/stencils/Flowcharting/Logic + +SHAPES = \ + and.sml \ + and.xpm \ + buffer.sml \ + buffer.xpm \ + connector.sml \ + connector.xpm \ + inverter.sml \ + inverter.xpm \ + nand.sml \ + nand.xpm \ + nor.sml \ + nor.xpm \ + not.sml \ + not.xpm \ + or.sml \ + or.xpm \ + xor.sml \ + xor.xpm \ + icon.xpm + +EXTRA_DIST = $(SHAPES) desc + +logic_DATA = $(SHAPES) desc diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml new file mode 100644 index 00000000..84cbdfef --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="And"/> + <Id data="And"/> + <Description data="Logical And Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <KivioConnectorTarget x="20.0" y="00.0"/> + <KivioConnectorTarget x="20.0" y="50.0"/> + <KivioConnectorTarget x="10.0" y="50.0"/> + <KivioConnectorTarget x="30.0" y="50.0"/> + <Dimensions w="40.0" h="50.0" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="And"> + <KivioPoint x="20.0" y="00.0" type="bezier"/> + <KivioPoint x="40.0" y="00.0" type="bezier"/> + <KivioPoint x="40.0" y="30.0" type="bezier"/> + <KivioPoint x="40.0" y="50.0" type="bezier"/> + + <KivioPoint x="40.0" y="50.0" type="bezier"/> + <KivioPoint x="30.0" y="50.0" type="bezier"/> + <KivioPoint x="20.0" y="50.0" type="bezier"/> + <KivioPoint x="00.0" y="50.0" type="bezier"/> + + <KivioPoint x="00.0" y="50.0" type="bezier"/> + <KivioPoint x="00.0" y="20.0" type="bezier"/> + <KivioPoint x="00.0" y="00.0" type="bezier"/> + <KivioPoint x="20.0" y="00.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40.0" h="50.0" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/and.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/and.xpm new file mode 100644 index 00000000..ac28e30d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/and.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"21 25 33 1", +" c #000000", +". c #0b0b0b", +"X c #131313", +"o c #191919", +"O c #242424", +"+ c #2a2a2a", +"@ c #343434", +"# c #3d3d3d", +"$ c #434343", +"% c #4b4b4b", +"& c #535353", +"* c #5a5a5a", +"= c #636363", +"- c gray42", +"; c #747474", +": c #7d7d7d", +"> c #808080", +", c gray56", +"< c #959595", +"1 c #9b9b9b", +"2 c #a4a4a4", +"3 c #ababab", +"4 c #b4b4b4", +"5 c #bbbbbb", +"6 c #c3c3c3", +"7 c gray80", +"8 c #d4d4d4", +"9 c #dbdbdb", +"0 c #e4e4e4", +"q c gray92", +"w c #f3f3f3", +"e c #fefefe", +"r c None", +/* pixels */ +"rrrrrrr5;$.o%>9rrrrrr", +"rrrrrw* .1rrrrr", +"rrrr0o :4q92- *rrrr", +"rrrr% +8rrrrrr2. 1rrr", +"rrr3 .0rrrrrrrr2 Xqrr", +"rreo <rrrrrrrrrr$ -rr", +"rr5 Orrrrrrrrrrr8 Xwr", +"rr- :rrrrrrrrrrrrO 5r", +"reX 8rrrrrrrrrrrr> *r", +"r9 orrrrrrrrrrrrr7 +r", +"r3 %rrrrrrrrrrrrrw .w", +"r: ;rrrrrrrrrrrrrrO 8", +"r& 2rrrrrrrrrrrrrr& 2", +"r# 5rrrrrrrrrrrrrr- ,", +"rO 9rrrrrrrrrrrrrr> :", +"r. qrrrrrrrrrrrrrr1 *", +"r errrrrrrrrrrrrr3 &", +"e rrrrrrrrrrrrrrr4 %", +"w .rrrrrrrrrrrrrrr4 %", +"w .rrrrrrrrrrrrrrr5 $", +"q .rrrrrrrrrrrrrrr5 #", +"q orrrrrrrrrrrrrrr7 @", +"0 .>::::>::::>:::>= @", +"9 +", +"q>>>>>>>>>>:>>>>>>:><" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.sml new file mode 100644 index 00000000..30f7d81d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.sml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Buffer"/> + <Id data="Buffer"/> + <Description data="Logical Buffer Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <KivioConnectorTarget x="15" y="0"/> + <KivioConnectorTarget x="7.5" y="25"/> + <KivioConnectorTarget x="15" y="25"/> + <KivioConnectorTarget x="22.5" y="25"/> + <Dimensions w="30" h="25" defaultAspect="1"/> + <KivioShape type="Polygon" name="Buffer"> + <KivioPoint x="15" y="0"/> + <KivioPoint x="30" y="25"/> + <KivioPoint x="0" y="25"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="30" h="25" /> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.xpm new file mode 100644 index 00000000..3ec97ae2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/buffer.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"13 12 22 1", +" c gray1", +". c #0b0b0b", +"X c #131313", +"o c #2d2d2d", +"O c #323232", +"+ c #393939", +"@ c #484848", +"# c #5c5c5c", +"$ c #646464", +"% c #6c6c6c", +"& c #747474", +"* c gray47", +"= c gray61", +"- c #a2a2a2", +"; c #b3b3b3", +": c #bbbbbb", +"> c #d7d7d7", +", c #d9d9d9", +"< c #e4e4e4", +"1 c #f6f6f6", +"2 c #fefefe", +"3 c None", +/* pixels */ +"33333<&333333", +"33333+ >33333", +"3333;.%o33333", +"3331X-1X-3333", +"333*o33;X1333", +"33<.>333O$333", +"33+#3333<.,33", +"3;.133333%O33", +"2X=3333331X-3", +"*.========#X1", +"@OOOOOOOOOOO:", +"3333333333333" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/connector.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/connector.sml new file mode 100644 index 00000000..342a56cb --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/connector.sml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Connector"/> + <Id data="Connector"/> + <Description data="Logical Connection Point"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="2.5" y="5"/> + <KivioConnectorTarget x="2.5" y="0"/> + <KivioConnectorTarget x="0" y="2.5"/> + <KivioConnectorTarget x="5" y="2.5"/> + + <Dimensions w="5" h="5" defaultAspect="1"/> + <KivioShape type="Ellipse" name="Connector" x="0" w="5" y="0" h="5"> + <KivioFillStyle colorStyle="1" color="#000000"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="5" h="5" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/connector.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/connector.xpm new file mode 100644 index 00000000..91f62bae --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/connector.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"7 7 8 1", +" c black", +". c gray5", +"X c #565656", +"o c #939393", +"O c #c8c8c8", +"+ c LightGray", +"@ c #fefefe", +"# c None", +/* pixels */ +"##@+###", +"#@X.O##", +"@X .O#", +"o .@", +"@X .O#", +"#@X.O##", +"##@O###" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/desc b/kivio/kiviopart/stencils/Flowcharting/Logic/desc new file mode 100644 index 00000000..074bbd4a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/desc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<KivioStencilSpawnerSet> + <Title data="Logic Shapes"/> + <Id data="Ian Reinhart Geiser - Logic Shapes"/> + <Description>The basic stencils needed to create binary logic diagrams</Description> +</KivioStencilSpawnerSet> diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/icon.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/icon.xpm new file mode 100644 index 00000000..efa9ac51 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/icon.xpm @@ -0,0 +1,171 @@ +/* XPM */ +static char *icon[]={ +"16 16 152 2", +"Qt c None", +"#A c #000000", +".w c #0058c0", +"#3 c #010101", +"#D c #030303", +"#i c #050505", +"#d c #070707", +"#o c #080808", +"#l c #090909", +".n c #0a0a0a", +"#J c #0b0b0b", +".k c #0c0c0c", +".V c #0e0e0e", +".t c #0f0f0f", +"#L c #111111", +"ak c #121212", +"#4 c #141414", +".D c #171717", +"#E c #1a1a1a", +".c c #1d1d1d", +"#2 c #1e1e1e", +"#K c #202020", +".I c #262626", +".Q c #282828", +"#I c #292929", +"ab c #2a2a2a", +".d c #2c2c2c", +".2 c #2d2d2d", +"#5 c #2e2e2e", +".N c #2f2f2f", +"#u c #303030", +".8 c #323232", +".y c #333333", +".j c #3a3a3a", +".H c #3b3b3b", +"#N c #3c3c3c", +".9 c #3d3d3d", +".u c #3e3e3e", +".m c #444444", +"#f c #454545", +".R c #484848", +"#z c #494949", +"aj c #4b4b4b", +"#6 c #4c4d4f", +".E c #4d4d4d", +".o c #4e4e4e", +"#k c #505050", +"#F c #515151", +"#e c #515354", +"#a c #535353", +"#t c #545454", +"#v c #595959", +"#p c #595b5e", +".l c #5b5b5b", +".1 c #5c5c5c", +"#j c #5c6065", +"#9 c #666666", +".X c #686868", +"#H c #6a6a6a", +"ac c #6b6d6f", +"#G c #747474", +"#s c #757575", +"at c #767676", +"#w c #777777", +".W c #777a7e", +"#0 c #7a7a7a", +".s c #7b7b7b", +".5 c #7c7c7c", +".b c #86888a", +"#X c #8a8b8d", +"aa c #8c8c8c", +"ai c #8c8e91", +".z c #8f9498", +"#r c #949494", +".e c #959799", +".4 c #969ca1", +".U c #979797", +"#7 c #999a9c", +"#O c #9a9a9a", +"#S c #9aa2ab", +"#x c #9d9d9d", +"as c #9ea2a6", +"#T c #9ea6ae", +".C c #a1a4a7", +"#R c #a4acb5", +"ad c #a8acb0", +".i c #a9abad", +"an c #aaaaaa", +"#U c #acb4bc", +"#M c #aeaeae", +".P c #b0b3b5", +".Y c #b0b3b7", +".3 c #b0b6bb", +".x c #b1b4b8", +"## c #b4babf", +".J c #b5b8bb", +"#1 c #b6b6b6", +"#q c #b6bbc0", +".G c #b6bcc1", +"#Q c #b6bec6", +"#C c #b7b7b7", +"#Z c #b9b9b9", +".p c #bbbdbe", +".O c #bdc4cb", +"#n c #c0c0c0", +".v c #c0c3c7", +"#8 c #c3c3c3", +"#h c #c5c5c5", +".M c #c5cbd2", +"ao c #c7cbcf", +".F c #c7ccd2", +"ah c #c8ccd0", +"au c #c8cfd6", +".a c #c8d0d9", +"#y c #c9c9c9", +"#P c #cacfd3", +".S c #cad4de", +"#. c #cbd0d6", +"al c #cccccc", +"#V c #ccd1d6", +"#m c #cdd8e3", +"#g c #d0dbe6", +"ae c #d2d6da", +"#B c #d3dae1", +".7 c #d3dee9", +".f c #d4dce4", +"#Y c #d5d5d5", +"#W c #d6d8da", +"a. c #d8d8d8", +"#b c #d8e3ee", +".0 c #d9e4ef", +"#c c #dadada", +"ar c #dae2ea", +".r c #dde5ed", +".6 c #dee8f4", +".A c #dfeaf5", +"a# c #e0eaf6", +".T c #e2ecf8", +"am c #e2edf8", +".B c #e4eef9", +"ag c #e5e9ee", +"ap c #e5effb", +".Z c #e5f0fc", +"av c #e5f1fd", +".L c #e6f2fe", +".K c #e7f2fd", +".# c #e8f2fc", +"aq c #e8f3fe", +".h c #e9f2fb", +".g c #eaf4fe", +".q c #edf5fe", +"af c #f2f6fa", +"QtQtQtQt.#.a.b.c.d.e.f.gQtQtQtQt", +"QtQtQt.h.i.j.k.l.m.n.o.p.qQtQtQt", +"QtQt.r.s.t.u.v.w.w.x.y.c.z.AQtQt", +"Qt.B.C.D.E.F.w.w.w.w.G.H.I.J.KQt", +".L.M.N.u.O.w.w.w.w.w.w.P.Q.R.SQt", +".T.U.V.W.w.w.w.w.w.w.w.w.X.k.Y.Z", +".0.1.2.3.w.w.w.w.w.w.w.w.4.c.5.6", +".7.8.9#..w.w.w.w.w.w.w.w##.N#a#b", +"#c#d#e.w.w.w.w.w.w.w.w.w.w#f.c#g", +"#h#i#j.w.w.w.w.w.w.w.w.w.w#k#l#m", +"#n#o#p#q#r#s#t#u.j#v#w#x#y#z#A#B", +"#C#D.D#E.t.d#F#G#H.E#I#J#K#L#A#c", +"#M#d#N#O#P#Q#R#S#T#U#V#W#X.N#i#Y", +"#Z#0#1#0.u#2#J#3#i#4#5#6#7#8#9a.", +"a#aa.Vabacadaeafagahaiajak.Nal.K", +"aman#HaoapQtQtQtQtQtaqarasatauav"}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml new file mode 100644 index 00000000..01e624d4 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Inverter"/> + <Id data="Inverter"/> + <Description data="Logical Inverter Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + + <KivioConnectorTarget x="16" y="0"/> + <KivioConnectorTarget x="8" y="34"/> + <KivioConnectorTarget x="16" y="34"/> + <KivioConnectorTarget x="22" y="34"/> + + <Dimensions w="30" h="34" defaultAspect="1"/> + <KivioShape type="Polygon" name="Buffer"> + <KivioPoint x="16" y="10"/> + <KivioPoint x="30" y="34"/> + <KivioPoint x="0" y="34"/> + </KivioShape> + <KivioShape type="Ellipse" name="Connector" x="11" y="00" w="10" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="30" h="34" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.xpm new file mode 100644 index 00000000..24bdcdbe --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"12 13 29 1", +" c gray1", +". c #0b0b0b", +"X c #151515", +"o c gray10", +"O c #232323", +"+ c #2a2a2a", +"@ c #313131", +"# c gray24", +"$ c #454545", +"% c #494949", +"& c gray33", +"* c gray36", +"= c #6a6a6a", +"- c gray46", +"; c #7a7a7a", +": c gray52", +"> c #8d8d8d", +", c #9b9b9b", +"< c #a2a2a2", +"1 c #b1b1b1", +"2 c gray72", +"3 c #c3c3c3", +"4 c gray79", +"5 c gray84", +"6 c #e7e7e7", +"7 c #ececec", +"8 c #f3f3f3", +"9 c #fefefe", +"0 c None", +/* pixels */ +"000009=90000", +"00008O.$9000", +"0000*.8 >000", +"00007oX+9000", +"00000; 10000", +"00007.-X9000", +"0000$&0+-000", +"0003.705 700", +"009o>000*#00", +"00:O90008.20", +"07.400000,o9", +"0% @@@@@@+ ;", +"9<,,,,,,,,,1" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml new file mode 100644 index 00000000..0e47060c --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Nand"/> + <Id data="Nand"/> + <Description data="Logical Nand Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20.0" y="00.0"/> + <KivioConnectorTarget x="20.0" y="60.0"/> + <KivioConnectorTarget x="10.0" y="60.0"/> + <KivioConnectorTarget x="30.0" y="60.0"/> + + <Dimensions w="40.0" h="60.0" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="And"> + <KivioPoint x="20.0" y="10.0" type="bezier"/> + <KivioPoint x="40.0" y="10.0" type="bezier"/> + <KivioPoint x="40.0" y="40.0" type="bezier"/> + <KivioPoint x="40.0" y="60.0" type="bezier"/> + + <KivioPoint x="40.0" y="60.0" type="bezier"/> + <KivioPoint x="30.0" y="60.0" type="bezier"/> + <KivioPoint x="20.0" y="60.0" type="bezier"/> + <KivioPoint x="00.0" y="60.0" type="bezier"/> + + <KivioPoint x="00.0" y="60.0" type="bezier"/> + <KivioPoint x="00.0" y="30.0" type="bezier"/> + <KivioPoint x="00.0" y="10.0" type="bezier"/> + <KivioPoint x="20.0" y="10.0" type="bezier"/> + </KivioShape> + <KivioShape type="Ellipse" name="Connector" x="15" y="00" w="10" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40.0" h="60.0" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/nand.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.xpm new file mode 100644 index 00000000..35f2ae3a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"19 25 31 1", +" c #000000", +". c #0a0a0a", +"X c #131313", +"o c #1b1b1b", +"O c #232323", +"+ c gray16", +"@ c #353535", +"# c gray24", +"$ c gray27", +"% c #494949", +"& c gray32", +"* c #5b5b5b", +"= c #6c6c6c", +"- c #727272", +"; c #7a7a7a", +": c #838383", +"> c #8e8e8e", +", c #939393", +"< c #9a9a9a", +"1 c #a2a2a2", +"2 c #acacac", +"3 c #b0b0b0", +"4 c #bebebe", +"5 c #c5c5c5", +"6 c #cdcdcd", +"7 c #d2d2d2", +"8 c #e4e4e4", +"9 c #e9e9e9", +"0 c #f4f4f4", +"q c #fefefe", +"w c None", +/* pixels */ +"wwwwwwww2 ;wwwwwwww", +"wwwwwww2 . ;wwwwwww", +"wwwwww6& o +4wwwwww", +"wwww0= $9wwww", +"www9o *<:1-X .6www", +"www& O6wwwww8# O0ww", +"ww2 .8wwwwwww0+ ;ww", +"wqo ,wwwwwwwww6 8w", +"w5 oqwwwwwwwwww& >w", +"w= -wwwwwwwwwww2 @w", +"wo 6wwwwwwwwwww0. 9", +"0 qwwwwwwwwwwww# 4", +"6 Owwwwwwwwwwwww* <", +"3 %wwwwwwwwwwwww: ;", +"> =wwwwwwwwwwwww1 *", +"= >wwwwwwwwwwwww5 @", +"% 3wwwwwwwwwwwww8 .", +"O 6wwwwwwwwwwwwwq. ", +"o 8wwwwwwwwwwwwwwX ", +"X 8wwwwwwwwwwwwwwo ", +"X 9wwwwwwwwwwwwwwo ", +". 9wwwwwwwwwwwwwwO ", +". 0wwwwwwwwwwwwww+ ", +" 444444444444444O ", +" " +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/nor.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/nor.sml new file mode 100644 index 00000000..5af7a29e --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/nor.sml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Nor"/> + <Id data="Nor"/> + <Description data="Logical Nor Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20" y="0"/> + <KivioConnectorTarget x="10" y="54"/> + <KivioConnectorTarget x="20" y="52.5"/> + <KivioConnectorTarget x="30" y="54"/> + + <Dimensions w="40" h="60" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="Or"> + <KivioPoint x="20" y="10" type="bezier"/> + <KivioPoint x="40" y="20" type="bezier"/> + <KivioPoint x="40" y="30" type="bezier"/> + <KivioPoint x="40" y="60" type="bezier"/> + + <KivioPoint x="40" y="60" type="bezier"/> + <KivioPoint x="30" y="50" type="bezier"/> + <KivioPoint x="10" y="50" type="bezier"/> + <KivioPoint x="0" y="60" type="bezier"/> + + <KivioPoint x="0" y="60" type="bezier"/> + <KivioPoint x="0" y="40" type="bezier"/> + <KivioPoint x="0" y="20" type="bezier"/> + <KivioPoint x="20" y="10" type="bezier"/> + </KivioShape> + <KivioShape type="Ellipse" name="Connector" x="15" y="00" w="10" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40.0" h="60.0" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/nor.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/nor.xpm new file mode 100644 index 00000000..2bf4a49e --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/nor.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"19 25 32 1", +" c #010101", +". c #0a0a0a", +"X c gray9", +"o c gray11", +"O c #242424", +"+ c #2c2c2c", +"@ c #353535", +"# c #3c3c3c", +"$ c gray26", +"% c #4a4a4a", +"& c #535353", +"* c gray35", +"= c #636363", +"- c #6b6b6b", +"; c #727272", +": c #7c7c7c", +"> c #848484", +", c #898989", +"< c #929292", +"1 c #999999", +"2 c #a3a3a3", +"3 c #acacac", +"4 c #b1b1b1", +"5 c #bbbbbb", +"6 c #c2c2c2", +"7 c #cbcbcb", +"8 c #d9d9d9", +"9 c #e4e4e4", +"0 c #eaeaea", +"q c #f2f2f2", +"w c #fefefe", +"e c None", +/* pixels */ +"eeeeeeee< 1eeeeeeee", +"eeeeeee, . 1eeeeeee", +"eeeeeee= X ;eeeeeee", +"eeeeee8# $8eeeeee", +"eeeee5 .&. .6eeeee", +"eeee4 *qeq% 5eeee", +"eee6 ;eeeew- 7eee", +"eeqO =eeeeeew* Oqee", +"ee: +weeeeeeeqO ,ee", +"eq 6eeeeeeeee5 .qe", +"e< %eeeeeeeeeee$ 1e", +"e+ 3eeeeeeeeeee2 #e", +"0 .weeeeeeeeeeeq q", +"5 @eeeeeeeeeeeee+ 7", +"1 =eeeeeeeeeeeee* 2", +"- ,eeeeeeeeeeeee: :", +"% 3eeeeeeeeeeeee2 *", +"o 8eeeeeeeeeeeee7 O", +" weeeeeeeeeeeeeq .", +" eeeeeeeeeeeeeew ", +" .eeee631>136eeew ", +" .e9= .=9e ", +" .= %=:=% = ", +" ;6eeeeeee6- ", +" @0eeeeeeeeeee9@ " +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/not.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/not.sml new file mode 100644 index 00000000..7a66c1e6 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/not.sml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Not"/> + <Id data="Not"/> + <Description data="Logical Not Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="5" y="10"/> + <KivioConnectorTarget x="5" y="0"/> + <KivioConnectorTarget x="0" y="5"/> + <KivioConnectorTarget x="10" y="5"/> + + <Dimensions w="10" h="10" defaultAspect="1"/> + <KivioShape type="Ellipse" name="Connector" x="0" w="10" y="0" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="10" h="10" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/not.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/not.xpm new file mode 100644 index 00000000..23ff913d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/not.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"5 6 6 1", +" c gray15", +". c #343434", +"X c #969696", +"o c #aeaeae", +"O c #fefefe", +"+ c None", +/* pixels */ +"++oO+", +"+X .O", +"X.OX.", +"X.OX.", +"+X .O", +"++oO+" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/or.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/or.sml new file mode 100644 index 00000000..0c10401f --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/or.sml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Or"/> + <Id data="Or"/> + <Description data="Logical Or Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20" y="0"/> + <KivioConnectorTarget x="10" y="44"/> + <KivioConnectorTarget x="20" y="42.5"/> + <KivioConnectorTarget x="30" y="44"/> + + <Dimensions w="40" h="50" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="Or"> + <KivioPoint x="20" y="0" type="bezier"/> + <KivioPoint x="40" y="10" type="bezier"/> + <KivioPoint x="40" y="30" type="bezier"/> + <KivioPoint x="40" y="50" type="bezier"/> + + <KivioPoint x="40" y="50" type="bezier"/> + <KivioPoint x="30" y="40" type="bezier"/> + <KivioPoint x="10" y="40" type="bezier"/> + <KivioPoint x="0" y="50" type="bezier"/> + + <KivioPoint x="0" y="50" type="bezier"/> + <KivioPoint x="0" y="30" type="bezier"/> + <KivioPoint x="0" y="10" type="bezier"/> + <KivioPoint x="20" y="00" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40" h="50" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/or.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/or.xpm new file mode 100644 index 00000000..f10e0ac3 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/or.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"20 27 31 1", +" c #000000", +". c #0b0b0b", +"X c #121212", +"o c #1b1b1b", +"O c gray14", +"+ c #2b2b2b", +"@ c #323232", +"# c #3b3b3b", +"$ c #424242", +"% c #545454", +"& c #5a5a5a", +"* c #626262", +"= c #6b6b6b", +"- c gray45", +"; c #7c7c7c", +": c #838383", +"> c #8d8d8d", +", c #929292", +"< c #9d9d9d", +"1 c #a4a4a4", +"2 c gray71", +"3 c #bcbcbc", +"4 c #c5c5c5", +"5 c #cbcbcb", +"6 c #d2d2d2", +"7 c #dbdbdb", +"8 c #e2e2e2", +"9 c #ebebeb", +"0 c #f3f3f3", +"q c #fefefe", +"w c None", +/* pixels */ +"wwwwwwwww0qwwwwwwwww", +"wwwwwwww3O+5wwwwwwww", +"wwwwww0* =0wwwwww", +"wwwww7o ,; o9wwwww", +"wwww7o +8ww7+ O9wwww", +"www9X #0wwww9+ O0www", +"www* +0wwwwww0O -www", +"ww4 7wwwwwwww5 6ww", +"ww+ ;wwwwwwwwww= $ww", +"w6 .0wwwwwwwwww0 7w", +"w- =wwwwwwwwwwww% :w", +"wo 5wwwwwwwwwwww3 +w", +"0 qwwwwwwwwwwww0 q", +"5 +wwwwwwwwwwwwwwo 7", +"1 %wwwwwwwwwwwwww$ 2", +"; ;wwwwwwwwwwwwww= >", +"% 1wwwwwwwwwwwwww, *", +"+ 5wwwwwwwwwwwwww3 #", +"o 7wwwwwwwwwwwwww6 +", +"X 9wwwwwwwwwwwwww6 O", +"X 9wq6>&#o+$&,6ww7 O", +". 9<o +17 o", +" o X*137631&. o X", +" +10wwwwwwwwq<o X", +" *0wwwwwwwwwwww0& .", +".1wwwwwwwwwwwwwwww,X", +"7wwwwwwwwwwwwwwwwww4" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml new file mode 100644 index 00000000..7e6a1533 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Xor"/> + <Id data="Xor"/> + <Description data="Logical Xor Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20" y="0"/> + <KivioConnectorTarget x="10" y="54"/> + <KivioConnectorTarget x="20" y="52.5"/> + <KivioConnectorTarget x="30" y="54"/> + + <Dimensions w="40" h="60" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="Or"> + <KivioPoint x="20" y="0" type="bezier"/> + <KivioPoint x="40" y="10" type="bezier"/> + <KivioPoint x="40" y="30" type="bezier"/> + <KivioPoint x="40" y="50" type="bezier"/> + + <KivioPoint x="40" y="50" type="bezier"/> + <KivioPoint x="30" y="40" type="bezier"/> + <KivioPoint x="10" y="40" type="bezier"/> + <KivioPoint x="0" y="50" type="bezier"/> + + <KivioPoint x="0" y="50" type="bezier"/> + <KivioPoint x="0" y="30" type="bezier"/> + <KivioPoint x="0" y="10" type="bezier"/> + <KivioPoint x="20" y="00" type="bezier"/> + </KivioShape> + + <KivioShape type="OpenPath" name="X"> + <KivioPoint x="0" y="60" type="bezier"/> + <KivioPoint x="10" y="50" type="bezier"/> + <KivioPoint x="30" y="50" type="bezier"/> + <KivioPoint x="40" y="60" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40" h="60" /> +</KivioShapeStencil> \ No newline at end of file diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/xor.xpm b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.xpm new file mode 100644 index 00000000..b3608b6a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"18 24 33 1", +" c #000000", +". c #0b0b0b", +"X c #131313", +"o c #1b1b1b", +"O c #232323", +"+ c #2c2c2c", +"@ c #323232", +"# c gray23", +"$ c #434343", +"% c gray29", +"& c #535353", +"* c #5b5b5b", +"= c #636363", +"- c #6b6b6b", +"; c #737373", +": c #7c7c7c", +"> c #848484", +", c gray55", +"< c #929292", +"1 c #9a9a9a", +"2 c #a4a4a4", +"3 c #aaaaaa", +"4 c #b4b4b4", +"5 c #bdbdbd", +"6 c gray77", +"7 c #cbcbcb", +"8 c #d4d4d4", +"9 c #dbdbdb", +"0 c gray90", +"q c #eaeaea", +"w c #f3f3f3", +"e c #fefefe", +"r c None", +/* pixels */ +"rrrrrrr4o@7rrrrrrr", +"rrrrrw* ,errrrr", +"rrrrw@ .1; &errrr", +"rrrwO X9rr6. *rrrr", +"rrr: o0rrrr7. 3rrr", +"rr9 6rrrrrr1 Xwrr", +"rr= =rrrrrrre@ ,rr", +"rw. 9rrrrrrrr3 +rr", +"r3 @rrrrrrrrre. 9r", +"r> :rrrrrrrrrr% 3r", +"r* 1rrrrrrrrrr; ,r", +"r@ 6rrrrrrrrrr1 *r", +"e. qrrrrrrrrrr6 @r", +"0 Xrrrrrrrrrrrq .r", +"9 orrrrrrrrrrrw .r", +"9 Orw72;$&:28ee r", +"8 O>. o1 e", +"7 O&>42:&X w", +"6 @5rrrrrrre3o w", +"6 =wq<#o .+-6rq$ q", +"61w; X5e;q", +"r9X &28eq7:o -er", +"r* +0rrrrrrre: 9r", +"re-wrrrrrrrrrr63rr" +}; diff --git a/kivio/kiviopart/stencils/Flowcharting/Makefile.am b/kivio/kiviopart/stencils/Flowcharting/Makefile.am new file mode 100644 index 00000000..ce0139b0 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = BasicFlowcharting Logic Extended + +flowchartingdir = $(kde_datadir)/kivio/stencils/Flowcharting + +flowcharting_DATA = desc icon.xpm diff --git a/kivio/kiviopart/stencils/Flowcharting/desc b/kivio/kiviopart/stencils/Flowcharting/desc new file mode 100644 index 00000000..060eff9a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/desc @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<KivioStencilSpawnerSetCollection> + <Title data="Flowcharting Collections"/> + <Id data="theKompany.com - Flowcharting Collections I"/> +</KivioStencilSpawnerSetCollection> diff --git a/kivio/kiviopart/stencils/Flowcharting/icon.xpm b/kivio/kiviopart/stencils/Flowcharting/icon.xpm new file mode 100644 index 00000000..48f21f81 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/icon.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static const char * _icon_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #B5B8FF", +"@ c #FFFFFF", +"# c #3C43C4", +"$ c #C6FFC4", +"% c #57C158", +" ", +" ...... ", +" .++++.@ ", +" .+###.@ ", +" .+###...... ", +" .+###.@@@@.@ ", +" ......@ .@ ", +" @@@@@@ .@ ", +" .@ ", +" .......... ", +" .$$$$$$$$$$. ", +" .$%%%%%%%%%%%. ", +" .$%%%%%%%%%%%.@", +" .%%%%%%%%%%.@ ", +" ..........@ ", +" @@@@@@@@@ "}; -- cgit v1.2.1