Public Member Functions | |
| def | __init__ |
Public Attributes | |
| is_selected | |
| element_moved | |
| mouse_pressed | |
| time | |
| press_coor | |
Private Member Functions | |
| def | _get_unique_id |
Private Attributes | |
| _old_selected_port | |
| _new_selected_port | |
FlowGraph is the data structure to store graphical signal blocks, graphical inputs and outputs, and the connections between inputs and outputs.
Definition at line 40 of file FlowGraph.py.
| def grc.gui.elements.FlowGraph.FlowGraph.__init__ | ( | self, | ||
| args, | ||||
| kwargs | ||||
| ) |
FlowGraph contructor. Create a list for signal blocks and connections. Connect mouse handlers.
Definition at line 47 of file FlowGraph.py.
| def grc.gui.elements.FlowGraph.FlowGraph._get_unique_id | ( | self, | ||
base_id = '' | ||||
| ) | [private] |
Get a unique id starting with the base id.
| base_id | the id starts with this and appends a count |
Definition at line 65 of file FlowGraph.py.
Definition at line 54 of file FlowGraph.py.
Definition at line 56 of file FlowGraph.py.
Definition at line 57 of file FlowGraph.py.
Definition at line 59 of file FlowGraph.py.
Definition at line 60 of file FlowGraph.py.
Definition at line 62 of file FlowGraph.py.
Definition at line 63 of file FlowGraph.py.
1.5.4