--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Sun May 30 19:03:39 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Thu Jun 03 15:58:59 2021 +0200 @@ -330,6 +330,10 @@ <td>Private slot to clear the private data lists.</td> </tr> <tr> +<td><a href="#UserInterface.__commitData">__commitData</a></td> +<td>Private slot to commit unsaved data when instructed by the desktop session manager.</td> +</tr> +<tr> <td><a href="#UserInterface.__compareFiles">__compareFiles</a></td> <td>Private slot to handle the Compare Files dialog.</td> </tr> @@ -602,6 +606,10 @@ <td>Private slot to save a session to disk.</td> </tr> <tr> +<td><a href="#UserInterface.__saveState">__saveState</a></td> +<td>Private slot to save the state when instructed by the desktop session manager.</td> +</tr> +<tr> <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td> <td>Private slot to activate the edit view profile.</td> </tr> @@ -1394,6 +1402,21 @@ <p> Private slot to clear the private data lists. </p> +<a NAME="UserInterface.__commitData" ID="UserInterface.__commitData"></a> +<h4>UserInterface.__commitData</h4> +<b>__commitData</b>(<i>manager: QSessionManager</i>) + +<p> + Private slot to commit unsaved data when instructed by the desktop + session manager. +</p> +<dl> + +<dt><i>manager</i> (QSessionManager)</dt> +<dd> +reference to the desktop session manager +</dd> +</dl> <a NAME="UserInterface.__compareFiles" ID="UserInterface.__compareFiles"></a> <h4>UserInterface.__compareFiles</h4> <b>__compareFiles</b>(<i></i>) @@ -2115,6 +2138,21 @@ <p> Private slot to save a session to disk. </p> +<a NAME="UserInterface.__saveState" ID="UserInterface.__saveState"></a> +<h4>UserInterface.__saveState</h4> +<b>__saveState</b>(<i>manager: QSessionManager</i>) + +<p> + Private slot to save the state when instructed by the desktop session + manager. +</p> +<dl> + +<dt><i>manager</i> (QSessionManager)</dt> +<dd> +reference to the desktop session manager +</dd> +</dl> <a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a> <h4>UserInterface.__setEditProfile</h4> <b>__setEditProfile</b>(<i>save=True</i>)