88 <td><a href="#UMLDialog.__initToolBars">__initToolBars</a></td> |
88 <td><a href="#UMLDialog.__initToolBars">__initToolBars</a></td> |
89 <td>Private slot to initialize the toolbars.</td> |
89 <td>Private slot to initialize the toolbars.</td> |
90 </tr> |
90 </tr> |
91 <tr> |
91 <tr> |
92 <td><a href="#UMLDialog.__relayout">__relayout</a></td> |
92 <td><a href="#UMLDialog.__relayout">__relayout</a></td> |
93 <td>Private method to relayout the diagram.</td> |
93 <td>Private method to re-layout the diagram.</td> |
94 </tr> |
94 </tr> |
95 <tr> |
95 <tr> |
96 <td><a href="#UMLDialog.__save">__save</a></td> |
96 <td><a href="#UMLDialog.__save">__save</a></td> |
97 <td>Private slot to save the diagram with the current name.</td> |
97 <td>Private slot to save the diagram with the current name.</td> |
98 </tr> |
98 </tr> |
205 <a NAME="UMLDialog.__relayout" ID="UMLDialog.__relayout"></a> |
205 <a NAME="UMLDialog.__relayout" ID="UMLDialog.__relayout"></a> |
206 <h4>UMLDialog.__relayout</h4> |
206 <h4>UMLDialog.__relayout</h4> |
207 <b>__relayout</b>(<i></i>) |
207 <b>__relayout</b>(<i></i>) |
208 |
208 |
209 <p> |
209 <p> |
210 Private method to relayout the diagram. |
210 Private method to re-layout the diagram. |
211 </p> |
211 </p> |
212 <a NAME="UMLDialog.__save" ID="UMLDialog.__save"></a> |
212 <a NAME="UMLDialog.__save" ID="UMLDialog.__save"></a> |
213 <h4>UMLDialog.__save</h4> |
213 <h4>UMLDialog.__save</h4> |
214 <b>__save</b>(<i></i>) |
214 <b>__save</b>(<i></i>) |
215 |
215 |
223 <p> |
223 <p> |
224 Private slot to save the diagram. |
224 Private slot to save the diagram. |
225 </p> |
225 </p> |
226 <dl> |
226 <dl> |
227 |
227 |
228 <dt><i>filename</i></dt> |
228 <dt><i>filename</i> (str)</dt> |
229 <dd> |
229 <dd> |
230 name of the file to write to (string) |
230 name of the file to write to |
231 </dd> |
231 </dd> |
232 </dl> |
232 </dl> |
233 <a NAME="UMLDialog.__showInvalidDataMessage" ID="UMLDialog.__showInvalidDataMessage"></a> |
233 <a NAME="UMLDialog.__showInvalidDataMessage" ID="UMLDialog.__showInvalidDataMessage"></a> |
234 <h4>UMLDialog.__showInvalidDataMessage</h4> |
234 <h4>UMLDialog.__showInvalidDataMessage</h4> |
235 <b>__showInvalidDataMessage</b>(<i>filename, linenum=-1</i>) |
235 <b>__showInvalidDataMessage</b>(<i>filename, linenum=-1</i>) |
237 <p> |
237 <p> |
238 Private slot to show a message dialog indicating an invalid data file. |
238 Private slot to show a message dialog indicating an invalid data file. |
239 </p> |
239 </p> |
240 <dl> |
240 <dl> |
241 |
241 |
242 <dt><i>filename</i></dt> |
242 <dt><i>filename</i> (str)</dt> |
243 <dd> |
243 <dd> |
244 name of the file containing the invalid data (string) |
244 name of the file containing the invalid data |
245 </dd> |
245 </dd> |
246 <dt><i>linenum</i></dt> |
246 <dt><i>linenum</i> (int)</dt> |
247 <dd> |
247 <dd> |
248 number of the invalid line (integer) |
248 number of the invalid line |
249 </dd> |
249 </dd> |
250 </dl> |
250 </dl> |
251 <a NAME="UMLDialog.load" ID="UMLDialog.load"></a> |
251 <a NAME="UMLDialog.load" ID="UMLDialog.load"></a> |
252 <h4>UMLDialog.load</h4> |
252 <h4>UMLDialog.load</h4> |
253 <b>load</b>(<i>filename=""</i>) |
253 <b>load</b>(<i>filename=""</i>) |