Public Member Functions | |
def | __init__ |
def | myMove |
def | link |
def | addOutLink |
def | links |
Public Member Functions inherited from gui.CItems.PortItem | |
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.PortItem | |
port | |
item | |
node | |
context | |
def gui.CItems.OutPortItem.addOutLink | ( | self, | |
link | |||
) |
def gui.CItems.OutPortItem.link | ( | self, | |
obj | |||
) |
Definition at line 461 of file CItems.py.
References gui.graph.Graph.canvas, and gui.CItems.LinkItem.canvas.
def gui.CItems.OutPortItem.links | ( | self | ) |
Definition at line 472 of file CItems.py.
References gui.CItems.OutControlItem.__outList, and gui.CItems.OutPortItem.__outList.
def gui.CItems.OutPortItem.myMove | ( | self, | |
dx, | |||
dy | |||
) |
Definition at line 456 of file CItems.py.
References gui.CItems.OutControlItem.__outList, gui.CItems.OutPortItem.__outList, YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
|
private |
Definition at line 454 of file CItems.py.
Referenced by gui.CItems.OutPortItem.links(), gui.GraphViewer.OutPortItem.myMove(), and gui.CItems.OutPortItem.myMove().