Documentation/Source/eric5.UI.BrowserModel.html

changeset 3358
57af7e9fda48
parent 3018
70924c0bdaf1
child 3591
2f2a4a76dd22
--- a/Documentation/Source/eric5.UI.BrowserModel.html	Tue Mar 11 20:07:05 2014 +0100
+++ b/Documentation/Source/eric5.UI.BrowserModel.html	Wed Mar 12 18:44:34 2014 +0100
@@ -1407,6 +1407,9 @@
 <td><a href="#BrowserModel.index">index</a></td>
 <td>Public method to create an index.</td>
 </tr><tr>
+<td><a href="#BrowserModel.interpreterChanged">interpreterChanged</a></td>
+<td>Public method to handle a change of the debug client's interpreter.</td>
+</tr><tr>
 <td><a href="#BrowserModel.item">item</a></td>
 <td>Public method to get a reference to an item.</td>
 </tr><tr>
@@ -1649,6 +1652,16 @@
 <dd>
 index object (QModelIndex)
 </dd>
+</dl><a NAME="BrowserModel.interpreterChanged" ID="BrowserModel.interpreterChanged"></a>
+<h4>BrowserModel.interpreterChanged</h4>
+<b>interpreterChanged</b>(<i>interpreter</i>)
+<p>
+        Public method 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="BrowserModel.item" ID="BrowserModel.item"></a>
 <h4>BrowserModel.item</h4>
 <b>item</b>(<i>index</i>)

eric ide

mercurial