Public Member Functions | |
def | __init__ |
def | moveBy |
def | show |
def | getObj |
def | popup |
def | tooltip |
def | browse |
def | selected |
Public Attributes | |
inports | |
outports | |
Definition at line 356 of file GraphViewer.py.
def gui.GraphViewer.Cell.__init__ | ( | self, | |
canvas | |||
) |
Definition at line 357 of file GraphViewer.py.
def gui.GraphViewer.Cell.browse | ( | self | ) |
Definition at line 401 of file GraphViewer.py.
Referenced by gui.GraphViewer.Cell.popup().
def gui.GraphViewer.Cell.getObj | ( | self | ) |
Definition at line 385 of file GraphViewer.py.
def gui.GraphViewer.Cell.moveBy | ( | self, | |
dx, | |||
dy | |||
) |
Definition at line 371 of file GraphViewer.py.
References gui.GraphViewer.Cell.inports, gui.CItems.Cell.inports, gui.GraphViewer.Cell.outports, and gui.CItems.Cell.outports.
def gui.GraphViewer.Cell.popup | ( | self, | |
canvasView | |||
) |
Definition at line 388 of file GraphViewer.py.
References gui.GraphViewer.Cell.browse(), and gui.CItems.Cell.browse().
def gui.GraphViewer.Cell.selected | ( | self | ) |
Definition at line 404 of file GraphViewer.py.
def gui.GraphViewer.Cell.show | ( | self | ) |
Definition at line 378 of file GraphViewer.py.
References gui.GraphViewer.Cell.inports, gui.CItems.Cell.inports, gui.GraphViewer.Cell.outports, and gui.CItems.Cell.outports.
def gui.GraphViewer.Cell.tooltip | ( | self, | |
view, | |||
pos | |||
) |
Definition at line 396 of file GraphViewer.py.
References YACS::HMI::presentationtype_parser.height(), YACS::HMI::presentationtype_parser.width(), YACS::HMI::linkPoint.x, YACS::HMI::presentationtype_parser.x(), YACS::HMI::linkPoint.y, and YACS::HMI::presentationtype_parser.y().
gui.GraphViewer.Cell.inports |
Definition at line 361 of file GraphViewer.py.
Referenced by gui.GraphViewer.Cell.moveBy(), and gui.GraphViewer.Cell.show().
gui.GraphViewer.Cell.outports |
Definition at line 362 of file GraphViewer.py.
Referenced by gui.GraphViewer.Cell.moveBy(), and gui.GraphViewer.Cell.show().