61 <td><a href="#UMLDialog.__init__">UMLDialog</a></td> |
61 <td><a href="#UMLDialog.__init__">UMLDialog</a></td> |
62 <td>Constructor</td> |
62 <td>Constructor</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="#UMLDialog.setDiagramName">setDiagramName</a></td> |
64 <td><a href="#UMLDialog.setDiagramName">setDiagramName</a></td> |
65 <td>Public slot to set the diagram name.</td> |
65 <td>Public slot to set the diagram name.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#UMLDialog.show">show</a></td> |
|
68 <td>Overriden method to show the dialog.</td> |
66 </tr> |
69 </tr> |
67 </table> |
70 </table> |
68 <h3>Static Methods</h3> |
71 <h3>Static Methods</h3> |
69 <table> |
72 <table> |
70 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
71 </table> |
74 </table> |
72 <a NAME="UMLDialog.__init__" ID="UMLDialog.__init__"></a> |
75 <a NAME="UMLDialog.__init__" ID="UMLDialog.__init__"></a> |
73 <h4>UMLDialog (Constructor)</h4> |
76 <h4>UMLDialog (Constructor)</h4> |
74 <b>UMLDialog</b>(<i>diagramName="Unnamed", parent=None, name=None</i>) |
77 <b>UMLDialog</b>(<i>buildFunction=None, diagramName="Unnamed", parent=None, name=None</i>) |
75 <p> |
78 <p> |
76 Constructor |
79 Constructor |
77 </p><dl> |
80 </p><dl> |
78 <dt><i>parent</i></dt> |
81 <dt><i>buildFunction</i></dt> |
|
82 <dd> |
|
83 function to build the diagram contents (function) |
|
84 </dd><dt><i>diagramName</i></dt> |
|
85 <dd> |
|
86 name of the diagram (string) |
|
87 </dd><dt><i>parent</i></dt> |
79 <dd> |
88 <dd> |
80 parent widget of the view (QWidget) |
89 parent widget of the view (QWidget) |
81 </dd><dt><i>name</i></dt> |
90 </dd><dt><i>name</i></dt> |
82 <dd> |
91 <dd> |
83 name of the view widget (string) |
92 name of the view widget (string) |