forked from mingrammer/diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nodes): Add flowchart symbols (mingrammer#377)
- Loading branch information
1 parent
df061cd
commit f19c3a6
Showing
26 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.