Public Member Functions | |
def | __init__ |
def | myMove |
def | link |
def | addInLink |
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 | |
__inList | |
Additional Inherited Members | |
Public Attributes inherited from gui.GraphViewer.PortItem | |
node | |
context | |
Definition at line 318 of file GraphViewer.py.
def gui.GraphViewer.InPortItem.addInLink | ( | self, | |
link | |||
) |
Definition at line 334 of file GraphViewer.py.
def gui.GraphViewer.InPortItem.link | ( | self, | |
obj | |||
) |
Definition at line 328 of file GraphViewer.py.
References gui.graph.Graph.canvas, and gui.CItems.LinkItem.canvas.
def gui.GraphViewer.InPortItem.myMove | ( | self, | |
dx, | |||
dy | |||
) |
|
private |
Definition at line 321 of file GraphViewer.py.
Referenced by gui.GraphViewer.InPortItem.myMove().