118 <tr> |
118 <tr> |
119 <td><a href="#ProjectSourcesBrowser.__loadDiagram">__loadDiagram</a></td> |
119 <td><a href="#ProjectSourcesBrowser.__loadDiagram">__loadDiagram</a></td> |
120 <td>Private slot to load a diagram from file.</td> |
120 <td>Private slot to load a diagram from file.</td> |
121 </tr> |
121 </tr> |
122 <tr> |
122 <tr> |
|
123 <td><a href="#ProjectSourcesBrowser.__performFormatWithBlack">__performFormatWithBlack</a></td> |
|
124 <td>Private method to format the selected project sources using the 'Black' tool.</td> |
|
125 </tr> |
|
126 <tr> |
123 <td><a href="#ProjectSourcesBrowser.__showApplicationDiagram">__showApplicationDiagram</a></td> |
127 <td><a href="#ProjectSourcesBrowser.__showApplicationDiagram">__showApplicationDiagram</a></td> |
124 <td>Private method to handle the application diagram context menu action.</td> |
128 <td>Private method to handle the application diagram context menu action.</td> |
125 </tr> |
129 </tr> |
126 <tr> |
130 <tr> |
127 <td><a href="#ProjectSourcesBrowser.__showClassDiagram">__showClassDiagram</a></td> |
131 <td><a href="#ProjectSourcesBrowser.__showClassDiagram">__showClassDiagram</a></td> |
152 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
156 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
153 </tr> |
157 </tr> |
154 <tr> |
158 <tr> |
155 <td><a href="#ProjectSourcesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
159 <td><a href="#ProjectSourcesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
156 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
160 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
|
161 </tr> |
|
162 <tr> |
|
163 <td><a href="#ProjectSourcesBrowser.__showContextMenuFormatting">__showContextMenuFormatting</a></td> |
|
164 <td>Private slot called before the Code Formatting menu is shown.</td> |
157 </tr> |
165 </tr> |
158 <tr> |
166 <tr> |
159 <td><a href="#ProjectSourcesBrowser.__showContextMenuGraphics">__showContextMenuGraphics</a></td> |
167 <td><a href="#ProjectSourcesBrowser.__showContextMenuGraphics">__showContextMenuGraphics</a></td> |
160 <td>Private slot called before the checks menu is shown.</td> |
168 <td>Private slot called before the checks menu is shown.</td> |
161 </tr> |
169 </tr> |
309 <b>__loadDiagram</b>(<i></i>) |
317 <b>__loadDiagram</b>(<i></i>) |
310 |
318 |
311 <p> |
319 <p> |
312 Private slot to load a diagram from file. |
320 Private slot to load a diagram from file. |
313 </p> |
321 </p> |
|
322 <a NAME="ProjectSourcesBrowser.__performFormatWithBlack" ID="ProjectSourcesBrowser.__performFormatWithBlack"></a> |
|
323 <h4>ProjectSourcesBrowser.__performFormatWithBlack</h4> |
|
324 <b>__performFormatWithBlack</b>(<i>action</i>) |
|
325 |
|
326 <p> |
|
327 Private method to format the selected project sources using the 'Black' tool. |
|
328 </p> |
|
329 <p> |
|
330 Following actions are supported. |
|
331 <ul> |
|
332 <li>BlackFormattingAction.Format - the code reformatting is performed</li> |
|
333 <li>BlackFormattingAction.Check - a check is performed, if code formatting |
|
334 is necessary</li> |
|
335 <li>BlackFormattingAction.Diff - a unified diff of potential code formatting |
|
336 changes is generated</li> |
|
337 </ul> |
|
338 </p> |
|
339 <dl> |
|
340 |
|
341 <dt><i>action</i> (BlackFormattingAction)</dt> |
|
342 <dd> |
|
343 formatting operation to be performed |
|
344 </dd> |
|
345 </dl> |
314 <a NAME="ProjectSourcesBrowser.__showApplicationDiagram" ID="ProjectSourcesBrowser.__showApplicationDiagram"></a> |
346 <a NAME="ProjectSourcesBrowser.__showApplicationDiagram" ID="ProjectSourcesBrowser.__showApplicationDiagram"></a> |
315 <h4>ProjectSourcesBrowser.__showApplicationDiagram</h4> |
347 <h4>ProjectSourcesBrowser.__showApplicationDiagram</h4> |
316 <b>__showApplicationDiagram</b>(<i></i>) |
348 <b>__showApplicationDiagram</b>(<i></i>) |
317 |
349 |
318 <p> |
350 <p> |
371 <h4>ProjectSourcesBrowser.__showContextMenuDirMulti</h4> |
403 <h4>ProjectSourcesBrowser.__showContextMenuDirMulti</h4> |
372 <b>__showContextMenuDirMulti</b>(<i></i>) |
404 <b>__showContextMenuDirMulti</b>(<i></i>) |
373 |
405 |
374 <p> |
406 <p> |
375 Private slot called by the dirMultiMenu aboutToShow signal. |
407 Private slot called by the dirMultiMenu aboutToShow signal. |
|
408 </p> |
|
409 <a NAME="ProjectSourcesBrowser.__showContextMenuFormatting" ID="ProjectSourcesBrowser.__showContextMenuFormatting"></a> |
|
410 <h4>ProjectSourcesBrowser.__showContextMenuFormatting</h4> |
|
411 <b>__showContextMenuFormatting</b>(<i></i>) |
|
412 |
|
413 <p> |
|
414 Private slot called before the Code Formatting menu is shown. |
376 </p> |
415 </p> |
377 <a NAME="ProjectSourcesBrowser.__showContextMenuGraphics" ID="ProjectSourcesBrowser.__showContextMenuGraphics"></a> |
416 <a NAME="ProjectSourcesBrowser.__showContextMenuGraphics" ID="ProjectSourcesBrowser.__showContextMenuGraphics"></a> |
378 <h4>ProjectSourcesBrowser.__showContextMenuGraphics</h4> |
417 <h4>ProjectSourcesBrowser.__showContextMenuGraphics</h4> |
379 <b>__showContextMenuGraphics</b>(<i></i>) |
418 <b>__showContextMenuGraphics</b>(<i></i>) |
380 |
419 |