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 | |
namespace | gui.GraphViewer |
Variables | |
tuple | gui.GraphViewer.app = QApplication(sys.argv) |
tuple | gui.GraphViewer.box = QMainWindow() |
tuple | gui.GraphViewer.canvas = QCanvas(800,600) |
tuple | gui.GraphViewer.m = GraphViewer(canvas,box,"example",0) |
tuple | gui.GraphViewer.c1 = Cell(canvas) |
tuple | gui.GraphViewer.c2 = Cell(canvas) |