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

pull/451/head
安丹梅 5 years ago committed by GitHub
parent df061cd284
commit f19c3a62b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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**

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Loading…
Cancel
Save