feat(nodes): Add flowchart symbols (#377)
@ -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
|
After Width: | Height: | Size: 826 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 8.8 KiB |