113 <td><a href="#RadonMetricsPlugin.__editorRenamed">__editorRenamed</a></td> |
113 <td><a href="#RadonMetricsPlugin.__editorRenamed">__editorRenamed</a></td> |
114 <td>Private slot called, when an editor was renamed.</td> |
114 <td>Private slot called, when an editor was renamed.</td> |
115 </tr> |
115 </tr> |
116 <tr> |
116 <tr> |
117 <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td> |
117 <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td> |
118 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
118 <td></td> |
119 </tr> |
119 </tr> |
120 <tr> |
120 <tr> |
121 <td><a href="#RadonMetricsPlugin.__initialize">__initialize</a></td> |
121 <td><a href="#RadonMetricsPlugin.__initialize">__initialize</a></td> |
122 <td>Private slot to (re)initialize the plugin.</td> |
122 <td>Private slot to (re)initialize the plugin.</td> |
123 </tr> |
123 </tr> |
157 <td><a href="#RadonMetricsPlugin.__projectRawMetrics">__projectRawMetrics</a></td> |
157 <td><a href="#RadonMetricsPlugin.__projectRawMetrics">__projectRawMetrics</a></td> |
158 <td>Private slot used to calculate raw code metrics for the project.</td> |
158 <td>Private slot used to calculate raw code metrics for the project.</td> |
159 </tr> |
159 </tr> |
160 <tr> |
160 <tr> |
161 <td><a href="#RadonMetricsPlugin.__projectShowMenu">__projectShowMenu</a></td> |
161 <td><a href="#RadonMetricsPlugin.__projectShowMenu">__projectShowMenu</a></td> |
162 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
162 <td></td> |
163 </tr> |
163 </tr> |
164 <tr> |
164 <tr> |
165 <td><a href="#RadonMetricsPlugin.__serviceError">__serviceError</a></td> |
165 <td><a href="#RadonMetricsPlugin.__serviceError">__serviceError</a></td> |
166 <td>Private slot handling service errors.</td> |
166 <td>Private slot handling service errors.</td> |
167 </tr> |
167 </tr> |
314 </dl> |
314 </dl> |
315 <a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> |
315 <a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> |
316 <h4>RadonMetricsPlugin.__editorShowMenu</h4> |
316 <h4>RadonMetricsPlugin.__editorShowMenu</h4> |
317 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
317 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
318 |
318 |
319 <p> |
|
320 Private slot called, when the the editor context menu or a submenu is |
|
321 about to be shown. |
|
322 </p> |
|
323 <dl> |
|
324 |
|
325 <dt><i>menuName</i> (str)</dt> |
|
326 <dd> |
|
327 name of the menu to be shown |
|
328 </dd> |
|
329 <dt><i>menu</i> (QMenu)</dt> |
|
330 <dd> |
|
331 reference to the menu |
|
332 </dd> |
|
333 <dt><i>editor</i> (Editor)</dt> |
|
334 <dd> |
|
335 reference to the editor |
|
336 </dd> |
|
337 </dl> |
|
338 <a NAME="RadonMetricsPlugin.__initialize" ID="RadonMetricsPlugin.__initialize"></a> |
319 <a NAME="RadonMetricsPlugin.__initialize" ID="RadonMetricsPlugin.__initialize"></a> |
339 <h4>RadonMetricsPlugin.__initialize</h4> |
320 <h4>RadonMetricsPlugin.__initialize</h4> |
340 <b>__initialize</b>(<i></i>) |
321 <b>__initialize</b>(<i></i>) |
341 |
322 |
342 <p> |
323 <p> |
424 </p> |
405 </p> |
425 <a NAME="RadonMetricsPlugin.__projectShowMenu" ID="RadonMetricsPlugin.__projectShowMenu"></a> |
406 <a NAME="RadonMetricsPlugin.__projectShowMenu" ID="RadonMetricsPlugin.__projectShowMenu"></a> |
426 <h4>RadonMetricsPlugin.__projectShowMenu</h4> |
407 <h4>RadonMetricsPlugin.__projectShowMenu</h4> |
427 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
408 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
428 |
409 |
429 <p> |
|
430 Private slot called, when the the project menu or a submenu is |
|
431 about to be shown. |
|
432 </p> |
|
433 <dl> |
|
434 |
|
435 <dt><i>menuName</i> (str)</dt> |
|
436 <dd> |
|
437 name of the menu to be shown |
|
438 </dd> |
|
439 <dt><i>menu</i> (QMenu)</dt> |
|
440 <dd> |
|
441 reference to the menu |
|
442 </dd> |
|
443 </dl> |
|
444 <a NAME="RadonMetricsPlugin.__serviceError" ID="RadonMetricsPlugin.__serviceError"></a> |
410 <a NAME="RadonMetricsPlugin.__serviceError" ID="RadonMetricsPlugin.__serviceError"></a> |
445 <h4>RadonMetricsPlugin.__serviceError</h4> |
411 <h4>RadonMetricsPlugin.__serviceError</h4> |
446 <b>__serviceError</b>(<i>type_, fn, msg</i>) |
412 <b>__serviceError</b>(<i>type_, fn, msg</i>) |
447 |
413 |
448 <p> |
414 <p> |