Documentation/Source/eric5.UI.Browser.html

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3358
57af7e9fda48
child 3458
64bbac483843
diff -r 96232974dcdb -r 645c12de6b0c Documentation/Source/eric5.UI.Browser.html
--- a/Documentation/Source/eric5.UI.Browser.html	Sun Mar 30 22:00:14 2014 +0200
+++ b/Documentation/Source/eric5.UI.Browser.html	Thu Apr 03 23:05:31 2014 +0200
@@ -159,6 +159,9 @@
 <td><a href="#Browser.getSelectedItemsCountCategorized">getSelectedItemsCountCategorized</a></td>
 <td>Public method to get a categorized count of selected items.</td>
 </tr><tr>
+<td><a href="#Browser.handleInterpreterChanged">handleInterpreterChanged</a></td>
+<td>Public slot to handle a change of the debug client's interpreter.</td>
+</tr><tr>
 <td><a href="#Browser.handlePreferencesChanged">handlePreferencesChanged</a></td>
 <td>Public slot used to handle the preferencesChanged signal.</td>
 </tr><tr>
@@ -346,6 +349,16 @@
             an additional entry with key "sum", that stores the sum of
             all selected entries fulfilling the filter criteria.
 </dd>
+</dl><a NAME="Browser.handleInterpreterChanged" ID="Browser.handleInterpreterChanged"></a>
+<h4>Browser.handleInterpreterChanged</h4>
+<b>handleInterpreterChanged</b>(<i>interpreter</i>)
+<p>
+        Public slot to handle a change of the debug client's interpreter.
+</p><dl>
+<dt><i>interpreter</i></dt>
+<dd>
+interpreter of the debug client (string)
+</dd>
 </dl><a NAME="Browser.handlePreferencesChanged" ID="Browser.handlePreferencesChanged"></a>
 <h4>Browser.handlePreferencesChanged</h4>
 <b>handlePreferencesChanged</b>(<i></i>)

eric ide

mercurial