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> |