Documentation/Source/eric5.Graphics.UMLDialog.html

changeset 2027
144463496a54
parent 2026
18f2b30ed046
child 2031
c36c2eb62a75
equal deleted inserted replaced
2026:18f2b30ed046 2027:144463496a54
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)
90 </p><dl> 99 </p><dl>
91 <dt><i>name</i></dt> 100 <dt><i>name</i></dt>
92 <dd> 101 <dd>
93 diagram name (string) 102 diagram name (string)
94 </dd> 103 </dd>
95 </dl> 104 </dl><a NAME="UMLDialog.show" ID="UMLDialog.show"></a>
105 <h4>UMLDialog.show</h4>
106 <b>show</b>(<i></i>)
107 <p>
108 Overriden method to show the dialog.
109 </p>
96 <div align="right"><a href="#top">Up</a></div> 110 <div align="right"><a href="#top">Up</a></div>
97 <hr /> 111 <hr />
98 </body></html> 112 </body></html>

eric ide

mercurial