Go to the source code of this file.
Classes | |
| class | gui.GraphViewer.DynamicTip |
| class | gui.GraphViewer.GraphViewer |
| class | gui.GraphViewer.ImageItem |
| class | gui.GraphViewer.LinkItem |
| class | gui.GraphViewer.PortItem |
| class | gui.GraphViewer.InPortItem |
| class | gui.GraphViewer.OutPortItem |
| class | gui.GraphViewer.Cell |
Namespaces | |
| gui.GraphViewer | |
Variables | |
| gui.GraphViewer.app = QApplication(sys.argv) | |
| gui.GraphViewer.box = QMainWindow() | |
| gui.GraphViewer.canvas = QCanvas(800,600) | |
| gui.GraphViewer.m = GraphViewer(canvas,box,"example",0) | |
| gui.GraphViewer.c1 = Cell(canvas) | |
| gui.GraphViewer.c2 = Cell(canvas) | |