RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html

branch
eric7
changeset 83
d3490ea9facc
parent 80
a4f2000c6687
child 87
6ae91562f0a7
equal deleted inserted replaced
82:042dcb26e7b4 83:d3490ea9facc
253 <p> 253 <p>
254 Constructor 254 Constructor
255 </p> 255 </p>
256 <dl> 256 <dl>
257 257
258 <dt><i>ui</i> (UI.UserInterface)</dt> 258 <dt><i>ui</i> (UserInterface)</dt>
259 <dd> 259 <dd>
260 reference to the user interface object 260 reference to the user interface object
261 </dd> 261 </dd>
262 </dl> 262 </dl>
263 <a NAME="RadonMetricsPlugin.__editorClosed" ID="RadonMetricsPlugin.__editorClosed"></a> 263 <a NAME="RadonMetricsPlugin.__editorClosed" ID="RadonMetricsPlugin.__editorClosed"></a>
267 <p> 267 <p>
268 Private slot called, when an editor was closed. 268 Private slot called, when an editor was closed.
269 </p> 269 </p>
270 <dl> 270 <dl>
271 271
272 <dt><i>editor</i></dt> 272 <dt><i>editor</i> (Editor)</dt>
273 <dd> 273 <dd>
274 reference to the editor (QScintilla.Editor) 274 reference to the editor
275 </dd> 275 </dd>
276 </dl> 276 </dl>
277 <a NAME="RadonMetricsPlugin.__editorCyclomaticComplexity" ID="RadonMetricsPlugin.__editorCyclomaticComplexity"></a> 277 <a NAME="RadonMetricsPlugin.__editorCyclomaticComplexity" ID="RadonMetricsPlugin.__editorCyclomaticComplexity"></a>
278 <h4>RadonMetricsPlugin.__editorCyclomaticComplexity</h4> 278 <h4>RadonMetricsPlugin.__editorCyclomaticComplexity</h4>
279 <b>__editorCyclomaticComplexity</b>(<i></i>) 279 <b>__editorCyclomaticComplexity</b>(<i></i>)
297 <p> 297 <p>
298 Private slot called, when a new editor was opened. 298 Private slot called, when a new editor was opened.
299 </p> 299 </p>
300 <dl> 300 <dl>
301 301
302 <dt><i>editor</i> (QScintilla.Editor)</dt> 302 <dt><i>editor</i> (Editor)</dt>
303 <dd> 303 <dd>
304 reference to the new editor 304 reference to the new editor
305 </dd> 305 </dd>
306 </dl> 306 </dl>
307 <a NAME="RadonMetricsPlugin.__editorRawMetrics" ID="RadonMetricsPlugin.__editorRawMetrics"></a> 307 <a NAME="RadonMetricsPlugin.__editorRawMetrics" ID="RadonMetricsPlugin.__editorRawMetrics"></a>
319 <p> 319 <p>
320 Private slot called, when an editor was renamed. 320 Private slot called, when an editor was renamed.
321 </p> 321 </p>
322 <dl> 322 <dl>
323 323
324 <dt><i>editor</i> (QScintilla.Editor)</dt> 324 <dt><i>editor</i> (Editor)</dt>
325 <dd> 325 <dd>
326 reference to the renamed editor 326 reference to the renamed editor
327 </dd> 327 </dd>
328 </dl> 328 </dl>
329 <a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> 329 <a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a>
334 Private slot called, when the the editor context menu or a submenu is 334 Private slot called, when the the editor context menu or a submenu is
335 about to be shown. 335 about to be shown.
336 </p> 336 </p>
337 <dl> 337 <dl>
338 338
339 <dt><i>menuName</i></dt> 339 <dt><i>menuName</i> (str)</dt>
340 <dd> 340 <dd>
341 name of the menu to be shown (string) 341 name of the menu to be shown
342 </dd> 342 </dd>
343 <dt><i>menu</i></dt> 343 <dt><i>menu</i> (QMenu)</dt>
344 <dd> 344 <dd>
345 reference to the menu (QMenu) 345 reference to the menu
346 </dd> 346 </dd>
347 <dt><i>editor</i></dt> 347 <dt><i>editor</i> (Editor)</dt>
348 <dd> 348 <dd>
349 reference to the editor 349 reference to the editor
350 </dd> 350 </dd>
351 </dl> 351 </dl>
352 <a NAME="RadonMetricsPlugin.__initialize" ID="RadonMetricsPlugin.__initialize"></a> 352 <a NAME="RadonMetricsPlugin.__initialize" ID="RadonMetricsPlugin.__initialize"></a>
395 Private slot called, when the the project browser context menu or a 395 Private slot called, when the the project browser context menu or a
396 submenu is about to be shown. 396 submenu is about to be shown.
397 </p> 397 </p>
398 <dl> 398 <dl>
399 399
400 <dt><i>menuName</i></dt> 400 <dt><i>menuName</i> (str)</dt>
401 <dd> 401 <dd>
402 name of the menu to be shown (string) 402 name of the menu to be shown
403 </dd> 403 </dd>
404 <dt><i>menu</i></dt> 404 <dt><i>menu</i> (QMenu)</dt>
405 <dd> 405 <dd>
406 reference to the menu (QMenu) 406 reference to the menu
407 </dd> 407 </dd>
408 </dl> 408 </dl>
409 <a NAME="RadonMetricsPlugin.__projectClosed" ID="RadonMetricsPlugin.__projectClosed"></a> 409 <a NAME="RadonMetricsPlugin.__projectClosed" ID="RadonMetricsPlugin.__projectClosed"></a>
410 <h4>RadonMetricsPlugin.__projectClosed</h4> 410 <h4>RadonMetricsPlugin.__projectClosed</h4>
411 <b>__projectClosed</b>(<i></i>) 411 <b>__projectClosed</b>(<i></i>)

eric ide

mercurial