src/eric7/Documentation/Source/eric7.Graphics.UMLDialog.html

branch
eric7
changeset 10595
59579e8aff98
parent 10479
856476537696
equal deleted inserted replaced
10593:b7ebfc2e47d4 10595:59579e8aff98
80 <tr> 80 <tr>
81 <td><a href="#UMLDialog.__readJsonGraphicsFile">__readJsonGraphicsFile</a></td> 81 <td><a href="#UMLDialog.__readJsonGraphicsFile">__readJsonGraphicsFile</a></td>
82 <td>Private method to read an eric graphics file using the JSON based file format.</td> 82 <td>Private method to read an eric graphics file using the JSON based file format.</td>
83 </tr> 83 </tr>
84 <tr> 84 <tr>
85 <td><a href="#UMLDialog.__readLineBasedGraphicsFile">__readLineBasedGraphicsFile</a></td>
86 <td>Private method to read an eric graphics file using the old line based file format.</td>
87 </tr>
88 <tr>
89 <td><a href="#UMLDialog.__relayout">__relayout</a></td> 85 <td><a href="#UMLDialog.__relayout">__relayout</a></td>
90 <td>Private method to re-layout the diagram.</td> 86 <td>Private method to re-layout the diagram.</td>
91 </tr> 87 </tr>
92 <tr> 88 <tr>
93 <td><a href="#UMLDialog.__save">__save</a></td> 89 <td><a href="#UMLDialog.__save">__save</a></td>
255 <dt>Return Type:</dt> 251 <dt>Return Type:</dt>
256 <dd> 252 <dd>
257 bool 253 bool
258 </dd> 254 </dd>
259 </dl> 255 </dl>
260 <a NAME="UMLDialog.__readLineBasedGraphicsFile" ID="UMLDialog.__readLineBasedGraphicsFile"></a>
261 <h4>UMLDialog.__readLineBasedGraphicsFile</h4>
262 <b>__readLineBasedGraphicsFile</b>(<i>filename</i>)
263 <p>
264 Private method to read an eric graphics file using the old line
265 based file format.
266 </p>
267
268 <dl>
269
270 <dt><i>filename</i> (str)</dt>
271 <dd>
272 name of the file to be read
273 </dd>
274 </dl>
275 <dl>
276 <dt>Return:</dt>
277 <dd>
278 flag indicating success
279 </dd>
280 </dl>
281 <dl>
282 <dt>Return Type:</dt>
283 <dd>
284 bool
285 </dd>
286 </dl>
287 <a NAME="UMLDialog.__relayout" ID="UMLDialog.__relayout"></a> 256 <a NAME="UMLDialog.__relayout" ID="UMLDialog.__relayout"></a>
288 <h4>UMLDialog.__relayout</h4> 257 <h4>UMLDialog.__relayout</h4>
289 <b>__relayout</b>(<i></i>) 258 <b>__relayout</b>(<i></i>)
290 <p> 259 <p>
291 Private method to re-layout the diagram. 260 Private method to re-layout the diagram.
312 name of the file to write to 281 name of the file to write to
313 </dd> 282 </dd>
314 </dl> 283 </dl>
315 <a NAME="UMLDialog.__showInvalidDataMessage" ID="UMLDialog.__showInvalidDataMessage"></a> 284 <a NAME="UMLDialog.__showInvalidDataMessage" ID="UMLDialog.__showInvalidDataMessage"></a>
316 <h4>UMLDialog.__showInvalidDataMessage</h4> 285 <h4>UMLDialog.__showInvalidDataMessage</h4>
317 <b>__showInvalidDataMessage</b>(<i>filename, linenum=-1</i>) 286 <b>__showInvalidDataMessage</b>(<i>filename</i>)
318 <p> 287 <p>
319 Private slot to show a message dialog indicating an invalid data file. 288 Private slot to show a message dialog indicating an invalid data file.
320 </p> 289 </p>
321 290
322 <dl> 291 <dl>
323 292
324 <dt><i>filename</i> (str)</dt> 293 <dt><i>filename</i> (str)</dt>
325 <dd> 294 <dd>
326 name of the file containing the invalid data 295 name of the file containing the invalid data
327 </dd>
328 <dt><i>linenum</i> (int)</dt>
329 <dd>
330 number of the invalid line
331 </dd> 296 </dd>
332 </dl> 297 </dl>
333 <a NAME="UMLDialog.__writeJsonGraphicsFile" ID="UMLDialog.__writeJsonGraphicsFile"></a> 298 <a NAME="UMLDialog.__writeJsonGraphicsFile" ID="UMLDialog.__writeJsonGraphicsFile"></a>
334 <h4>UMLDialog.__writeJsonGraphicsFile</h4> 299 <h4>UMLDialog.__writeJsonGraphicsFile</h4>
335 <b>__writeJsonGraphicsFile</b>(<i>filename</i>) 300 <b>__writeJsonGraphicsFile</b>(<i>filename</i>)

eric ide

mercurial