

Public Member Functions | |
| def | __init__ (self, node, port, canvas) |
| def | myMove (self, dx, dy) |
| def | link (self, obj) |
| def | addOutLink (self, link) |
| def | links (self) |
Public Member Functions inherited from gui.CItems.PortItem | |
| def | moveBy (self, dx, dy) |
| def | getObj (self) |
| def | popup (self, canvasView) |
| def | connect (self) |
| def | tooltip (self, view, pos) |
| def | selected (self) |
Private Attributes | |
| __outList | |
Additional Inherited Members | |
Public Attributes inherited from gui.CItems.PortItem | |
| port | |
| item | |
| node | |
| context | |
| def gui.CItems.OutPortItem.__init__ | ( | self, | |
| node, | |||
| port, | |||
| canvas | |||
| ) |
Reimplemented from gui.CItems.PortItem.
Reimplemented in gui.CItems.OutStreamItem.
| def gui.CItems.OutPortItem.addOutLink | ( | self, | |
| link | |||
| ) |
Definition at line 469 of file CItems.py.
References gui.CItems.OutControlItem.__outList, gui.CItems.OutPortItem.__outList, and gui.GraphViewer.OutPortItem.__outList.
| def gui.CItems.OutPortItem.link | ( | self, | |
| obj | |||
| ) |
Reimplemented from gui.CItems.PortItem.
Definition at line 461 of file CItems.py.
References gui.CItems.LinkItem.canvas, and gui.graph.Graph.canvas.
| def gui.CItems.OutPortItem.links | ( | self | ) |
Definition at line 472 of file CItems.py.
References gui.CItems.OutControlItem.__outList, gui.CItems.OutPortItem.__outList, and gui.GraphViewer.OutPortItem.__outList.
| def gui.CItems.OutPortItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) |
Reimplemented from gui.CItems.PortItem.
Definition at line 456 of file CItems.py.
References gui.CItems.OutControlItem.__outList, gui.CItems.OutPortItem.__outList, gui.GraphViewer.OutPortItem.__outList, 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 454 of file CItems.py.
Referenced by gui.CItems.OutControlItem.addOutLink(), gui.CItems.OutPortItem.addOutLink(), gui.GraphViewer.OutPortItem.addOutLink(), gui.CItems.OutControlItem.links(), gui.CItems.OutPortItem.links(), gui.CItems.OutControlItem.myMove(), gui.CItems.OutPortItem.myMove(), and gui.GraphViewer.OutPortItem.myMove().