

Public Member Functions | |
| def | __init__ | 
| def | moveBy | 
| def | myMove | 
| def | getObj | 
| def | popup | 
| def | connect | 
| def | link | 
| def | tooltip | 
| def | selected | 
Public Attributes | |
| port | |
| item | |
| node | |
| context | |
| def gui.CItems.PortItem.__init__ | ( | self, | |
| node, | |||
| port, | |||
| canvas | |||
| ) | 
| def gui.CItems.PortItem.connect | ( | self | ) | 
Definition at line 407 of file CItems.py.
References gui.CItems.ControlItem.context, gui.CItems.PortItem.context, gui.CItems.ControlItem.port, and gui.CItems.PortItem.port.
Referenced by gui.browser_catalog.Browser.init().
| def gui.CItems.PortItem.getObj | ( | self | ) | 
| def gui.CItems.PortItem.link | ( | self, | |
| obj | |||
| ) | 
| def gui.CItems.PortItem.moveBy | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
| def gui.CItems.PortItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
| def gui.CItems.PortItem.popup | ( | self, | |
| canvasView | |||
| ) | 
Definition at line 398 of file CItems.py.
Referenced by gui.GraphViewer.GraphViewer.contentsMousePressEvent().
| def gui.CItems.PortItem.selected | ( | self | ) | 
The canvas item has been selected
Definition at line 424 of file CItems.py.
References gui.CItems.ControlItem.port, and gui.CItems.PortItem.port.
| def gui.CItems.PortItem.tooltip | ( | self, | |
| view, | |||
| pos | |||
| ) | 
Definition at line 418 of file CItems.py.
References YACS::HMI::presentationtype_parser.height(), and YACS::HMI::presentationtype_parser.width().
| gui.CItems.PortItem.context | 
Definition at line 399 of file CItems.py.
Referenced by gui.GraphViewer.PortItem.connect(), and gui.CItems.PortItem.connect().
| gui.CItems.PortItem.node | 
Definition at line 387 of file CItems.py.
Referenced by gui.CItems.Cell.customEvent(), and gui.CItems.Cell.selected().
| gui.CItems.PortItem.port | 
Definition at line 381 of file CItems.py.
Referenced by gui.CItems.PortItem.connect(), gui.sessions.Sessions.getChildren(), gui.Items.ItemOutPort.link(), gui.Items.ItemOutStream.link(), and gui.CItems.PortItem.selected().