Public Member Functions | |
def | __init__ |
def | myMove |
def | link |
def | addInLink |
def | tooltip |
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 | |
__inList | |
Additional Inherited Members | |
Public Attributes inherited from gui.CItems.ControlItem | |
port | |
node | |
item | |
context | |
def gui.CItems.InControlItem.link | ( | self, | |
obj | |||
) |
Definition at line 331 of file CItems.py.
References gui.graph.Graph.canvas, and gui.CItems.LinkItem.canvas.
def gui.CItems.InControlItem.myMove | ( | self, | |
dx, | |||
dy | |||
) |
Definition at line 326 of file CItems.py.
References gui.CItems.InControlItem.__inList, YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
def gui.CItems.InControlItem.tooltip | ( | self, | |
view, | |||
pos | |||
) |
Definition at line 342 of file CItems.py.
References YACS::HMI::presentationtype_parser.height(), and YACS::HMI::presentationtype_parser.width().
|
private |
Definition at line 324 of file CItems.py.
Referenced by gui.GraphViewer.InPortItem.myMove(), gui.CItems.InControlItem.myMove(), and gui.CItems.InPortItem.myMove().