

Public Member Functions | |
| def | __init__ | 
| def | myMove | 
| def | link | 
| def | addOutLink | 
  Public Member Functions inherited from gui.GraphViewer.PortItem | |
| def | __init__ | 
| def | moveBy | 
| def | myMove | 
| def | getObj | 
| def | popup | 
| def | connect | 
| def | link | 
| def | tooltip | 
Private Attributes | |
| __outList | |
Additional Inherited Members | |
  Public Attributes inherited from gui.GraphViewer.PortItem | |
| node | |
| context | |
Definition at line 337 of file GraphViewer.py.
| def gui.GraphViewer.OutPortItem.addOutLink | ( | self, | |
| link | |||
| ) | 
Definition at line 353 of file GraphViewer.py.
| def gui.GraphViewer.OutPortItem.link | ( | self, | |
| obj | |||
| ) | 
Definition at line 347 of file GraphViewer.py.
References gui.graph.Graph.canvas, and gui.CItems.LinkItem.canvas.
| def gui.GraphViewer.OutPortItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) | 
      
  | 
  private | 
Definition at line 340 of file GraphViewer.py.
Referenced by gui.GraphViewer.OutPortItem.myMove().