94 <td>Private slot called, when a new editor was opened.</td> |
94 <td>Private slot called, when a new editor was opened.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#RadonMetricsPlugin.__editorRawMetrics">__editorRawMetrics</a></td> |
96 <td><a href="#RadonMetricsPlugin.__editorRawMetrics">__editorRawMetrics</a></td> |
97 <td>Private slot to handle the raw code metrics action of the editor show menu.</td> |
97 <td>Private slot to handle the raw code metrics action of the editor show menu.</td> |
98 </tr><tr> |
98 </tr><tr> |
|
99 <td><a href="#RadonMetricsPlugin.__editorRenamed">__editorRenamed</a></td> |
|
100 <td>Private slot called, when an editor was renamed.</td> |
|
101 </tr><tr> |
99 <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td> |
102 <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td> |
100 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
103 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
101 </tr><tr> |
104 </tr><tr> |
102 <td><a href="#RadonMetricsPlugin.__initialize">__initialize</a></td> |
105 <td><a href="#RadonMetricsPlugin.__initialize">__initialize</a></td> |
103 <td>Private slot to (re)initialize the plugin.</td> |
106 <td>Private slot to (re)initialize the plugin.</td> |
234 <h4>RadonMetricsPlugin.__editorRawMetrics</h4> |
237 <h4>RadonMetricsPlugin.__editorRawMetrics</h4> |
235 <b>__editorRawMetrics</b>(<i></i>) |
238 <b>__editorRawMetrics</b>(<i></i>) |
236 <p> |
239 <p> |
237 Private slot to handle the raw code metrics action of the editor show |
240 Private slot to handle the raw code metrics action of the editor show |
238 menu. |
241 menu. |
239 </p><a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> |
242 </p><a NAME="RadonMetricsPlugin.__editorRenamed" ID="RadonMetricsPlugin.__editorRenamed"></a> |
|
243 <h4>RadonMetricsPlugin.__editorRenamed</h4> |
|
244 <b>__editorRenamed</b>(<i>editor</i>) |
|
245 <p> |
|
246 Private slot called, when an editor was renamed. |
|
247 </p><dl> |
|
248 <dt><i>editor</i> (QScintilla.Editor)</dt> |
|
249 <dd> |
|
250 reference to the renamed editor |
|
251 </dd> |
|
252 </dl><a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> |
240 <h4>RadonMetricsPlugin.__editorShowMenu</h4> |
253 <h4>RadonMetricsPlugin.__editorShowMenu</h4> |
241 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
254 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
242 <p> |
255 <p> |
243 Private slot called, when the the editor context menu or a submenu is |
256 Private slot called, when the the editor context menu or a submenu is |
244 about to be shown. |
257 about to be shown. |