81 <tr> |
81 <tr> |
82 <td><a href="#BlackFormattingDialog.__finish">__finish</a></td> |
82 <td><a href="#BlackFormattingDialog.__finish">__finish</a></td> |
83 <td>Private method to perform some actions after the run was performed or canceled.</td> |
83 <td>Private method to perform some actions after the run was performed or canceled.</td> |
84 </tr> |
84 </tr> |
85 <tr> |
85 <tr> |
|
86 <td><a href="#BlackFormattingDialog.__formatButtonClicked">__formatButtonClicked</a></td> |
|
87 <td>Private slot handling the selection of the 'Format Code' button.</td> |
|
88 </tr> |
|
89 <tr> |
86 <td><a href="#BlackFormattingDialog.__formatManyFiles">__formatManyFiles</a></td> |
90 <td><a href="#BlackFormattingDialog.__formatManyFiles">__formatManyFiles</a></td> |
87 <td>Private method to format the list of files according the configuration using multiple processes in parallel.</td> |
91 <td>Private method to format the list of files according the configuration using multiple processes in parallel.</td> |
88 </tr> |
92 </tr> |
89 <tr> |
93 <tr> |
90 <td><a href="#BlackFormattingDialog.__formatOneFile">__formatOneFile</a></td> |
94 <td><a href="#BlackFormattingDialog.__formatOneFile">__formatOneFile</a></td> |
91 <td>Private method to format the list of files according the configuration.</td> |
95 <td>Private method to format the list of files according the configuration.</td> |
92 </tr> |
96 </tr> |
93 <tr> |
97 <tr> |
94 <td><a href="#BlackFormattingDialog.__handleBlackFormattingResult">__handleBlackFormattingResult</a></td> |
98 <td><a href="#BlackFormattingDialog.__handleBlackFormattingResult">__handleBlackFormattingResult</a></td> |
95 <td>Private slot to handle the result of a black reformatting action.</td> |
99 <td>Private slot to handle the result of a black reformatting action.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#BlackFormattingDialog.__performAction">__performAction</a></td> |
|
103 <td>Private method to exceute the requested formatting action.</td> |
96 </tr> |
104 </tr> |
97 <tr> |
105 <tr> |
98 <td><a href="#BlackFormattingDialog.__populateStatusFilterCombo">__populateStatusFilterCombo</a></td> |
106 <td><a href="#BlackFormattingDialog.__populateStatusFilterCombo">__populateStatusFilterCombo</a></td> |
99 <td>Private method to populate the status filter combo box with allowed selections.</td> |
107 <td>Private method to populate the status filter combo box with allowed selections.</td> |
100 </tr> |
108 </tr> |
203 <b>__finish</b>(<i></i>) |
211 <b>__finish</b>(<i></i>) |
204 |
212 |
205 <p> |
213 <p> |
206 Private method to perform some actions after the run was performed or canceled. |
214 Private method to perform some actions after the run was performed or canceled. |
207 </p> |
215 </p> |
|
216 <a NAME="BlackFormattingDialog.__formatButtonClicked" ID="BlackFormattingDialog.__formatButtonClicked"></a> |
|
217 <h4>BlackFormattingDialog.__formatButtonClicked</h4> |
|
218 <b>__formatButtonClicked</b>(<i></i>) |
|
219 |
|
220 <p> |
|
221 Private slot handling the selection of the 'Format Code' button. |
|
222 </p> |
208 <a NAME="BlackFormattingDialog.__formatManyFiles" ID="BlackFormattingDialog.__formatManyFiles"></a> |
223 <a NAME="BlackFormattingDialog.__formatManyFiles" ID="BlackFormattingDialog.__formatManyFiles"></a> |
209 <h4>BlackFormattingDialog.__formatManyFiles</h4> |
224 <h4>BlackFormattingDialog.__formatManyFiles</h4> |
210 <b>__formatManyFiles</b>(<i>files</i>) |
225 <b>__formatManyFiles</b>(<i>files</i>) |
211 |
226 |
212 <p> |
227 <p> |
255 <dt><i>data</i> (str)</dt> |
270 <dt><i>data</i> (str)</dt> |
256 <dd> |
271 <dd> |
257 action data (error message or unified diff) |
272 action data (error message or unified diff) |
258 </dd> |
273 </dd> |
259 </dl> |
274 </dl> |
|
275 <a NAME="BlackFormattingDialog.__performAction" ID="BlackFormattingDialog.__performAction"></a> |
|
276 <h4>BlackFormattingDialog.__performAction</h4> |
|
277 <b>__performAction</b>(<i></i>) |
|
278 |
|
279 <p> |
|
280 Private method to exceute the requested formatting action. |
|
281 </p> |
260 <a NAME="BlackFormattingDialog.__populateStatusFilterCombo" ID="BlackFormattingDialog.__populateStatusFilterCombo"></a> |
282 <a NAME="BlackFormattingDialog.__populateStatusFilterCombo" ID="BlackFormattingDialog.__populateStatusFilterCombo"></a> |
261 <h4>BlackFormattingDialog.__populateStatusFilterCombo</h4> |
283 <h4>BlackFormattingDialog.__populateStatusFilterCombo</h4> |
262 <b>__populateStatusFilterCombo</b>(<i></i>) |
284 <b>__populateStatusFilterCombo</b>(<i></i>) |
263 |
285 |
264 <p> |
286 <p> |