

Public Member Functions | |
| def | __init__ (self, node, canvas) |
| def | myMove (self, dx, dy) |
| def | link (self, obj) |
| def | addInLink (self, link) |
Public Member Functions inherited from gui.GraphViewer.PortItem | |
| def | moveBy (self, dx, dy) |
| def | getObj (self) |
| def | popup (self, canvasView) |
| def | connect (self) |
| def | tooltip (self, view, pos) |
Private Attributes | |
| __inList | |
Additional Inherited Members | |
Public Attributes inherited from gui.GraphViewer.PortItem | |
| node | |
| context | |
Definition at line 318 of file GraphViewer.py.
| def gui.GraphViewer.InPortItem.__init__ | ( | self, | |
| node, | |||
| canvas | |||
| ) |
Reimplemented from gui.GraphViewer.PortItem.
Definition at line 319 of file GraphViewer.py.
| def gui.GraphViewer.InPortItem.addInLink | ( | self, | |
| link | |||
| ) |
Definition at line 334 of file GraphViewer.py.
References gui.CItems.InControlItem.__inList, gui.CItems.InPortItem.__inList, and gui.GraphViewer.InPortItem.__inList.
| def gui.GraphViewer.InPortItem.link | ( | self, | |
| obj | |||
| ) |
Reimplemented from gui.GraphViewer.PortItem.
Definition at line 328 of file GraphViewer.py.
References gui.CItems.LinkItem.canvas, and gui.graph.Graph.canvas.
| def gui.GraphViewer.InPortItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) |
Reimplemented from gui.GraphViewer.PortItem.
Definition at line 323 of file GraphViewer.py.
References gui.CItems.InControlItem.__inList, gui.CItems.InPortItem.__inList, gui.GraphViewer.InPortItem.__inList, YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
Referenced by gui.CItems.TextItem.moveBy(), and gui.CItems.PointItem.moveBy().
|
private |
Definition at line 321 of file GraphViewer.py.
Referenced by gui.CItems.InControlItem.addInLink(), gui.CItems.InPortItem.addInLink(), gui.GraphViewer.InPortItem.addInLink(), gui.CItems.InControlItem.myMove(), gui.CItems.InPortItem.myMove(), and gui.GraphViewer.InPortItem.myMove().