Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 128
13e96bd0f5a5
parent 88
3701923bccf2
child 155
375e3c884874
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Sun Feb 28 10:36:13 2010 +0000
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Sun Feb 28 13:58:38 2010 +0000
@@ -533,6 +533,9 @@
 <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td>
 <td>Public slot to add a filename to the list of recently opened files.</td>
 </tr><tr>
+<td><a href="#ViewManager.appFocusChanged">appFocusChanged</a></td>
+<td>Public method to handle the global change of focus.</td>
+</tr><tr>
 <td><a href="#ViewManager.canCascade">canCascade</a></td>
 <td>Public method to signal if cascading of managed windows is available.</td>
 </tr><tr>
@@ -1606,6 +1609,19 @@
 <dd>
 name of the file to be added
 </dd>
+</dl><a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a>
+<h4>ViewManager.appFocusChanged</h4>
+<b>appFocusChanged</b>(<i>old, now</i>)
+<p>
+        Public method to handle the global change of focus.
+</p><dl>
+<dt><i>old</i></dt>
+<dd>
+reference to the widget loosing focus (QWidget)
+</dd><dt><i>now</i></dt>
+<dd>
+reference to the widget gaining focus (QWidget)
+</dd>
 </dl><a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a>
 <h4>ViewManager.canCascade</h4>
 <b>canCascade</b>(<i></i>)

eric ide

mercurial