

Public Member Functions | |
| def | __init__ | 
| def | myMove | 
| def | link | 
| def | addOutLink | 
| def | tooltip | 
| def | links | 
  Public Member Functions inherited from gui.CItems.ControlItem | |
| def | __init__ | 
| def | moveBy | 
| def | myMove | 
| def | getObj | 
| def | popup | 
| def | connect | 
| def | link | 
| def | tooltip | 
| def | selected | 
Private Attributes | |
| __outList | |
Additional Inherited Members | |
  Public Attributes inherited from gui.CItems.ControlItem | |
| port | |
| node | |
| item | |
| context | |
| def gui.CItems.OutControlItem.addOutLink | ( | self, | |
| link | |||
| ) | 
| def gui.CItems.OutControlItem.link | ( | self, | |
| obj | |||
| ) | 
Definition at line 358 of file CItems.py.
References gui.graph.Graph.canvas, and gui.CItems.LinkItem.canvas.
| def gui.CItems.OutControlItem.links | ( | self | ) | 
| def gui.CItems.OutControlItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
Definition at line 353 of file CItems.py.
References gui.CItems.OutControlItem.__outList, YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
| def gui.CItems.OutControlItem.tooltip | ( | self, | |
| view, | |||
| pos | |||
| ) | 
Definition at line 369 of file CItems.py.
References YACS::HMI::presentationtype_parser.height(), and YACS::HMI::presentationtype_parser.width().
      
  | 
  private | 
Definition at line 351 of file CItems.py.
Referenced by gui.CItems.OutControlItem.links(), gui.CItems.OutPortItem.links(), gui.GraphViewer.OutPortItem.myMove(), gui.CItems.OutControlItem.myMove(), and gui.CItems.OutPortItem.myMove().