eric6/Documentation/Source/eric6.UI.UserInterface.html

changeset 8429
ab23dbabd491
parent 8308
f39977d44009
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html	Mon Jun 14 18:25:00 2021 +0200
+++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html	Wed Jun 16 19:06:47 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>
@@ -1394,6 +1398,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</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>)

eric ide

mercurial