瀏覽代碼

feat(nodes): Add flowchart symbols (#377)

pull/451/head
安丹梅 3 年之前
committed by GitHub
父節點
當前提交
f19c3a62b8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 26 個文件被更改,包括 134 次插入0 次删除
  1. +107
    -0
      diagrams/programming/flowchart.py
  2. +27
    -0
      docs/nodes/programming.md
  3. 二進制
      resources/programming/flowchart/action.png
  4. 二進制
      resources/programming/flowchart/collate.png
  5. 二進制
      resources/programming/flowchart/database.png
  6. 二進制
      resources/programming/flowchart/decision.png
  7. 二進制
      resources/programming/flowchart/delay.png
  8. 二進制
      resources/programming/flowchart/display.png
  9. 二進制
      resources/programming/flowchart/document.png
  10. 二進制
      resources/programming/flowchart/input-output.png
  11. 二進制
      resources/programming/flowchart/inspection.png
  12. 二進制
      resources/programming/flowchart/internal-storage.png
  13. 二進制
      resources/programming/flowchart/loop-limit.png
  14. 二進制
      resources/programming/flowchart/manual-input.png
  15. 二進制
      resources/programming/flowchart/manual-loop.png
  16. 二進制
      resources/programming/flowchart/merge.png
  17. 二進制
      resources/programming/flowchart/multiple-documents.png
  18. 二進制
      resources/programming/flowchart/off-page-connector-left.png
  19. 二進制
      resources/programming/flowchart/off-page-connector-right.png
  20. 二進制
      resources/programming/flowchart/or.png
  21. 二進制
      resources/programming/flowchart/predefined-process.png
  22. 二進制
      resources/programming/flowchart/preparation.png
  23. 二進制
      resources/programming/flowchart/sort.png
  24. 二進制
      resources/programming/flowchart/start-end.png
  25. 二進制
      resources/programming/flowchart/stored-data.png
  26. 二進制
      resources/programming/flowchart/summing-junction.png

+ 107
- 0
diagrams/programming/flowchart.py 查看文件

@@ -0,0 +1,107 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Programming


class _Flowchart(_Programming):
_type = "flowchart"
_icon_dir = "resources/programming/flowchart"


class Action(_Flowchart):
_icon = "action.png"


class Collate(_Flowchart):
_icon = "collate.png"


class Database(_Flowchart):
_icon = "database.png"


class Decision(_Flowchart):
_icon = "decision.png"


class Delay(_Flowchart):
_icon = "delay.png"


class Display(_Flowchart):
_icon = "display.png"


class Document(_Flowchart):
_icon = "document.png"


class InputOutput(_Flowchart):
_icon = "input-output.png"


class Inspection(_Flowchart):
_icon = "inspection.png"


class InternalStorage(_Flowchart):
_icon = "internal-storage.png"


class LoopLimit(_Flowchart):
_icon = "loop-limit.png"


class ManualInput(_Flowchart):
_icon = "manual-input.png"


class ManualLoop(_Flowchart):
_icon = "manual-loop.png"


class Merge(_Flowchart):
_icon = "merge.png"


class MultipleDocuments(_Flowchart):
_icon = "multiple-documents.png"


class OffPageConnectorLeft(_Flowchart):
_icon = "off-page-connector-left.png"


class OffPageConnectorRight(_Flowchart):
_icon = "off-page-connector-right.png"


class Or(_Flowchart):
_icon = "or.png"


class PredefinedProcess(_Flowchart):
_icon = "predefined-process.png"


class Preparation(_Flowchart):
_icon = "preparation.png"


class Sort(_Flowchart):
_icon = "sort.png"


class StartEnd(_Flowchart):
_icon = "start-end.png"


class StoredData(_Flowchart):
_icon = "stored-data.png"


class SummingJunction(_Flowchart):
_icon = "summing-junction.png"


# Aliases

+ 27
- 0
docs/nodes/programming.md 查看文件

@@ -5,6 +5,33 @@ title: Programming

Node classes list of programming provider.

## programming.flowchart

- **diagrams.programming.flowchart.Action**
- **diagrams.programming.flowchart.Collate**
- **diagrams.programming.flowchart.Database**
- **diagrams.programming.flowchart.Decision**
- **diagrams.programming.flowchart.Delay**
- **diagrams.programming.flowchart.Display**
- **diagrams.programming.flowchart.Document**
- **diagrams.programming.flowchart.InputOutput**
- **diagrams.programming.flowchart.Inspection**
- **diagrams.programming.flowchart.InternalStorage**
- **diagrams.programming.flowchart.LoopLimit**
- **diagrams.programming.flowchart.ManualInput**
- **diagrams.programming.flowchart.ManualLoop**
- **diagrams.programming.flowchart.Merge**
- **diagrams.programming.flowchart.MultipleDocuments**
- **diagrams.programming.flowchart.OffPageConnectorLeft**
- **diagrams.programming.flowchart.OffPageConnectorRight**
- **diagrams.programming.flowchart.Or**
- **diagrams.programming.flowchart.PredefinedProcess**
- **diagrams.programming.flowchart.Preparation**
- **diagrams.programming.flowchart.Sort**
- **diagrams.programming.flowchart.StartEnd**
- **diagrams.programming.flowchart.StoredData**
- **diagrams.programming.flowchart.SummingJunction**

## programming.framework

- **diagrams.programming.framework.Angular**


二進制
resources/programming/flowchart/action.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 826 B

二進制
resources/programming/flowchart/collate.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 2.9 KiB

二進制
resources/programming/flowchart/database.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 12 KiB

二進制
resources/programming/flowchart/decision.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 13 KiB

二進制
resources/programming/flowchart/delay.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 4.9 KiB

二進制
resources/programming/flowchart/display.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 8.5 KiB

二進制
resources/programming/flowchart/document.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 5.4 KiB

二進制
resources/programming/flowchart/input-output.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 6.1 KiB

二進制
resources/programming/flowchart/inspection.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.1 KiB

二進制
resources/programming/flowchart/internal-storage.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 1.4 KiB

二進制
resources/programming/flowchart/loop-limit.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 1.7 KiB

二進制
resources/programming/flowchart/manual-input.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 5.2 KiB

二進制
resources/programming/flowchart/manual-loop.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 5.8 KiB

二進制
resources/programming/flowchart/merge.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 1.6 KiB

二進制
resources/programming/flowchart/multiple-documents.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 6.2 KiB

二進制
resources/programming/flowchart/off-page-connector-left.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 2.0 KiB

二進制
resources/programming/flowchart/off-page-connector-right.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 1.9 KiB

二進制
resources/programming/flowchart/or.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.4 KiB

二進制
resources/programming/flowchart/predefined-process.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 1.4 KiB

二進制
resources/programming/flowchart/preparation.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.4 KiB

二進制
resources/programming/flowchart/sort.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 2.7 KiB

二進制
resources/programming/flowchart/start-end.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 4.8 KiB

二進制
resources/programming/flowchart/stored-data.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.9 KiB

二進制
resources/programming/flowchart/summing-junction.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 8.8 KiB

Loading…
取消
儲存