

Public Member Functions | |
| def | __init__ (self, canvas) |
| def | moveBy (self, dx, dy) |
| def | show (self) |
| def | getObj (self) |
| def | popup (self, canvasView) |
| def | tooltip (self, view, pos) |
| def | browse (self) |
| def | selected (self) |
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.CItems.Cell.popup(), and 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.CItems.Cell.inports, gui.GraphViewer.Cell.inports, gui.CItems.Cell.outports, and gui.GraphViewer.Cell.outports.
| def gui.GraphViewer.Cell.popup | ( | self, | |
| canvasView | |||
| ) |
Definition at line 388 of file GraphViewer.py.
References gui.CItems.Cell.browse(), and gui.GraphViewer.Cell.browse().
Referenced by gui.GraphViewer.GraphViewer.contentsMousePressEvent().
| def gui.GraphViewer.Cell.selected | ( | self | ) |
Definition at line 404 of file GraphViewer.py.
Referenced by gui.browser_catalog.Browser.handleBut1(), and gui.GraphViewer.GraphViewer.selectItem().
| def gui.GraphViewer.Cell.show | ( | self | ) |
Definition at line 378 of file GraphViewer.py.
References gui.CItems.Cell.inports, gui.GraphViewer.Cell.inports, gui.CItems.Cell.outports, and gui.GraphViewer.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.CItems.Cell.moveBy(), gui.GraphViewer.Cell.moveBy(), gui.CItems.Cell.show(), and gui.GraphViewer.Cell.show().
| gui.GraphViewer.Cell.outports |
Definition at line 362 of file GraphViewer.py.
Referenced by gui.CItems.Cell.moveBy(), gui.GraphViewer.Cell.moveBy(), gui.CItems.Cell.show(), and gui.GraphViewer.Cell.show().