Documentation/Source/eric5.UI.Browser.html

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3358
57af7e9fda48
child 3458
64bbac483843
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
157 <td>Public method to get the count of items selected.</td> 157 <td>Public method to get the count of items selected.</td>
158 </tr><tr> 158 </tr><tr>
159 <td><a href="#Browser.getSelectedItemsCountCategorized">getSelectedItemsCountCategorized</a></td> 159 <td><a href="#Browser.getSelectedItemsCountCategorized">getSelectedItemsCountCategorized</a></td>
160 <td>Public method to get a categorized count of selected items.</td> 160 <td>Public method to get a categorized count of selected items.</td>
161 </tr><tr> 161 </tr><tr>
162 <td><a href="#Browser.handleInterpreterChanged">handleInterpreterChanged</a></td>
163 <td>Public slot to handle a change of the debug client's interpreter.</td>
164 </tr><tr>
162 <td><a href="#Browser.handlePreferencesChanged">handlePreferencesChanged</a></td> 165 <td><a href="#Browser.handlePreferencesChanged">handlePreferencesChanged</a></td>
163 <td>Public slot used to handle the preferencesChanged signal.</td> 166 <td>Public slot used to handle the preferencesChanged signal.</td>
164 </tr><tr> 167 </tr><tr>
165 <td><a href="#Browser.handleProgramChange">handleProgramChange</a></td> 168 <td><a href="#Browser.handleProgramChange">handleProgramChange</a></td>
166 <td>Public slot to handle the programChange signal.</td> 169 <td>Public slot to handle the programChange signal.</td>
344 are the unicode representation of the classes given in the 347 are the unicode representation of the classes given in the
345 filter (i.e. unicode(filterClass)). The dictionary contains 348 filter (i.e. unicode(filterClass)). The dictionary contains
346 an additional entry with key "sum", that stores the sum of 349 an additional entry with key "sum", that stores the sum of
347 all selected entries fulfilling the filter criteria. 350 all selected entries fulfilling the filter criteria.
348 </dd> 351 </dd>
352 </dl><a NAME="Browser.handleInterpreterChanged" ID="Browser.handleInterpreterChanged"></a>
353 <h4>Browser.handleInterpreterChanged</h4>
354 <b>handleInterpreterChanged</b>(<i>interpreter</i>)
355 <p>
356 Public slot to handle a change of the debug client's interpreter.
357 </p><dl>
358 <dt><i>interpreter</i></dt>
359 <dd>
360 interpreter of the debug client (string)
361 </dd>
349 </dl><a NAME="Browser.handlePreferencesChanged" ID="Browser.handlePreferencesChanged"></a> 362 </dl><a NAME="Browser.handlePreferencesChanged" ID="Browser.handlePreferencesChanged"></a>
350 <h4>Browser.handlePreferencesChanged</h4> 363 <h4>Browser.handlePreferencesChanged</h4>
351 <b>handlePreferencesChanged</b>(<i></i>) 364 <b>handlePreferencesChanged</b>(<i></i>)
352 <p> 365 <p>
353 Public slot used to handle the preferencesChanged signal. 366 Public slot used to handle the preferencesChanged signal.

eric ide

mercurial