1277:52dd5a2f1ed1 | 1278:fb0460fd00b9 |
---|---|
42 <hr /><hr /> | 42 <hr /><hr /> |
43 <a NAME="UMLGraphicsView" ID="UMLGraphicsView"></a> | 43 <a NAME="UMLGraphicsView" ID="UMLGraphicsView"></a> |
44 <h2>UMLGraphicsView</h2> | 44 <h2>UMLGraphicsView</h2> |
45 <p> | 45 <p> |
46 Class implementing a specialized E5GraphicsView for our diagrams. | 46 Class implementing a specialized E5GraphicsView for our diagrams. |
47 </p><h4>Signals</h4> | 47 </p><h3>Signals</h3> |
48 <dl> | 48 <dl> |
49 <dt>relayout()</dt> | 49 <dt>relayout()</dt> |
50 <dd> | 50 <dd> |
51 emitted to indicate a relayout of the diagram | 51 emitted to indicate a relayout of the diagram |
52 is requested | 52 is requested |
56 E5GraphicsView | 56 E5GraphicsView |
57 <h3>Class Attributes</h3> | 57 <h3>Class Attributes</h3> |
58 <table> | 58 <table> |
59 <tr><td>None</td></tr> | 59 <tr><td>None</td></tr> |
60 </table> | 60 </table> |
61 <h3>Class Methods</h3> | |
62 <table> | |
63 <tr><td>None</td></tr> | |
64 </table> | |
61 <h3>Methods</h3> | 65 <h3>Methods</h3> |
62 <table> | 66 <table> |
63 <tr> | 67 <tr> |
64 <td><a href="#UMLGraphicsView.__init__">UMLGraphicsView</a></td> | 68 <td><a href="#UMLGraphicsView.__init__">UMLGraphicsView</a></td> |
65 <td>Constructor</td> | 69 <td>Constructor</td> |
122 <td>Public method to select the given items.</td> | 126 <td>Public method to select the given items.</td> |
123 </tr><tr> | 127 </tr><tr> |
124 <td><a href="#UMLGraphicsView.setDiagramName">setDiagramName</a></td> | 128 <td><a href="#UMLGraphicsView.setDiagramName">setDiagramName</a></td> |
125 <td>Public slot to set the diagram name.</td> | 129 <td>Public slot to set the diagram name.</td> |
126 </tr> | 130 </tr> |
131 </table> | |
132 <h3>Static Methods</h3> | |
133 <table> | |
134 <tr><td>None</td></tr> | |
127 </table> | 135 </table> |
128 <a NAME="UMLGraphicsView.__init__" ID="UMLGraphicsView.__init__"></a> | 136 <a NAME="UMLGraphicsView.__init__" ID="UMLGraphicsView.__init__"></a> |
129 <h4>UMLGraphicsView (Constructor)</h4> | 137 <h4>UMLGraphicsView (Constructor)</h4> |
130 <b>UMLGraphicsView</b>(<i>scene, diagramName = "Unnamed", parent = None, name = None</i>) | 138 <b>UMLGraphicsView</b>(<i>scene, diagramName = "Unnamed", parent = None, name = None</i>) |
131 <p> | 139 <p> |