eric6/Documentation/Source/eric6.Graphics.UMLDialog.html

changeset 8296
14f33eededf7
parent 8294
cb4e5bbf3a2c
equal deleted inserted replaced
8295:3f5e8b0a338e 8296:14f33eededf7
59 <h3>Derived from</h3> 59 <h3>Derived from</h3>
60 E5MainWindow 60 E5MainWindow
61 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62 62
63 <table> 63 <table>
64 <tr><td>FileVersions</td></tr><tr><td>UMLDialogType2String</td></tr> 64 <tr><td>FileVersions</td></tr><tr><td>JsonFileVersions</td></tr><tr><td>UMLDialogType2String</td></tr>
65 </table> 65 </table>
66 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67 67
68 <table> 68 <table>
69 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
89 <td>Private slot to initialize the actions.</td> 89 <td>Private slot to initialize the actions.</td>
90 </tr> 90 </tr>
91 <tr> 91 <tr>
92 <td><a href="#UMLDialog.__initToolBars">__initToolBars</a></td> 92 <td><a href="#UMLDialog.__initToolBars">__initToolBars</a></td>
93 <td>Private slot to initialize the toolbars.</td> 93 <td>Private slot to initialize the toolbars.</td>
94 </tr>
95 <tr>
96 <td><a href="#UMLDialog.__readJsonGraphicsFile">__readJsonGraphicsFile</a></td>
97 <td>Private method to read an eric graphics file using the JSON based file format.</td>
94 </tr> 98 </tr>
95 <tr> 99 <tr>
96 <td><a href="#UMLDialog.__readLineBasedGraphicsFile">__readLineBasedGraphicsFile</a></td> 100 <td><a href="#UMLDialog.__readLineBasedGraphicsFile">__readLineBasedGraphicsFile</a></td>
97 <td>Private method to read an eric graphics file using the old line based file format.</td> 101 <td>Private method to read an eric graphics file using the old line based file format.</td>
98 </tr> 102 </tr>
242 <b>__initToolBars</b>(<i></i>) 246 <b>__initToolBars</b>(<i></i>)
243 247
244 <p> 248 <p>
245 Private slot to initialize the toolbars. 249 Private slot to initialize the toolbars.
246 </p> 250 </p>
251 <a NAME="UMLDialog.__readJsonGraphicsFile" ID="UMLDialog.__readJsonGraphicsFile"></a>
252 <h4>UMLDialog.__readJsonGraphicsFile</h4>
253 <b>__readJsonGraphicsFile</b>(<i>filename</i>)
254
255 <p>
256 Private method to read an eric graphics file using the JSON based
257 file format.
258 </p>
259 <dl>
260
261 <dt><i>filename</i> (str)</dt>
262 <dd>
263 name of the file to be read
264 </dd>
265 </dl>
266 <dl>
267 <dt>Return:</dt>
268 <dd>
269 flag indicating a successful read
270 </dd>
271 </dl>
272 <dl>
273 <dt>Return Type:</dt>
274 <dd>
275 bool
276 </dd>
277 </dl>
247 <a NAME="UMLDialog.__readLineBasedGraphicsFile" ID="UMLDialog.__readLineBasedGraphicsFile"></a> 278 <a NAME="UMLDialog.__readLineBasedGraphicsFile" ID="UMLDialog.__readLineBasedGraphicsFile"></a>
248 <h4>UMLDialog.__readLineBasedGraphicsFile</h4> 279 <h4>UMLDialog.__readLineBasedGraphicsFile</h4>
249 <b>__readLineBasedGraphicsFile</b>(<i>filename</i>) 280 <b>__readLineBasedGraphicsFile</b>(<i>filename</i>)
250 281
251 <p> 282 <p>

eric ide

mercurial