99 <tr> |
99 <tr> |
100 <td><a href="#DebugUI.__init__">DebugUI</a></td> |
100 <td><a href="#DebugUI.__init__">DebugUI</a></td> |
101 <td>Constructor</td> |
101 <td>Constructor</td> |
102 </tr> |
102 </tr> |
103 <tr> |
103 <tr> |
|
104 <td><a href="#DebugUI.__applyVariablesFilters">__applyVariablesFilters</a></td> |
|
105 <td>Private slot to apply the given variables filter lists.</td> |
|
106 </tr> |
|
107 <tr> |
104 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td> |
108 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td> |
105 <td>Private method to handle the breakpoint selected signal.</td> |
109 <td>Private method to handle the breakpoint selected signal.</td> |
106 </tr> |
110 </tr> |
107 <tr> |
111 <tr> |
108 <td><a href="#DebugUI.__checkActions">__checkActions</a></td> |
112 <td><a href="#DebugUI.__checkActions">__checkActions</a></td> |
475 <dt><i>project</i></dt> |
479 <dt><i>project</i></dt> |
476 <dd> |
480 <dd> |
477 reference to the project object |
481 reference to the project object |
478 </dd> |
482 </dd> |
479 </dl> |
483 </dl> |
|
484 <a NAME="DebugUI.__applyVariablesFilters" ID="DebugUI.__applyVariablesFilters"></a> |
|
485 <h4>DebugUI.__applyVariablesFilters</h4> |
|
486 <b>__applyVariablesFilters</b>(<i>localsFilter, globalsFilter</i>) |
|
487 |
|
488 <p> |
|
489 Private slot to apply the given variables filter lists. |
|
490 </p> |
|
491 <dl> |
|
492 |
|
493 <dt><i>localsFilter</i> (list of str)</dt> |
|
494 <dd> |
|
495 variables filter for the local variables |
|
496 </dd> |
|
497 <dt><i>globalsFilter</i> (list of str)</dt> |
|
498 <dd> |
|
499 variables filter for the global variables |
|
500 </dd> |
|
501 </dl> |
480 <a NAME="DebugUI.__breakpointSelected" ID="DebugUI.__breakpointSelected"></a> |
502 <a NAME="DebugUI.__breakpointSelected" ID="DebugUI.__breakpointSelected"></a> |
481 <h4>DebugUI.__breakpointSelected</h4> |
503 <h4>DebugUI.__breakpointSelected</h4> |
482 <b>__breakpointSelected</b>(<i>act</i>) |
504 <b>__breakpointSelected</b>(<i>act</i>) |
483 |
505 |
484 <p> |
506 <p> |