

Public Member Functions | |
| def | __init__ | 
| def | moveBy | 
| def | myMove | 
| def | getObj | 
| def | popup | 
| def | connect | 
| def | link | 
| def | tooltip | 
Public Attributes | |
| node | |
| context | |
Definition at line 280 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.__init__ | ( | self, | |
| node, | |||
| canvas | |||
| ) | 
| def gui.GraphViewer.PortItem.connect | ( | self | ) | 
Definition at line 306 of file GraphViewer.py.
References gui.CItems.ControlItem.context, gui.GraphViewer.PortItem.context, and gui.CItems.PortItem.context.
Referenced by gui.browser_catalog.Browser.init().
| def gui.GraphViewer.PortItem.getObj | ( | self | ) | 
Definition at line 294 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.link | ( | self, | |
| obj | |||
| ) | 
Definition at line 310 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.moveBy | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
Definition at line 288 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
Definition at line 291 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.popup | ( | self, | |
| canvasView | |||
| ) | 
Definition at line 297 of file GraphViewer.py.
| def gui.GraphViewer.PortItem.tooltip | ( | self, | |
| view, | |||
| pos | |||
| ) | 
Definition at line 313 of file GraphViewer.py.
References YACS::HMI::presentationtype_parser.height(), YACS::HMI::presentationtype_parser.width(), YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
| gui.GraphViewer.PortItem.context | 
Definition at line 298 of file GraphViewer.py.
Referenced by gui.GraphViewer.PortItem.connect().
| gui.GraphViewer.PortItem.node | 
Definition at line 286 of file GraphViewer.py.