eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8972
54816b8f740f
parent 8970
188ff9ce8657
child 8973
ad4848b7fd9b
diff -r 0a846d71f27c -r 54816b8f740f eric7/Documentation/Source/eric7.UI.UserInterface.html
--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html	Sat Mar 05 18:10:28 2022 +0100
+++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html	Sun Mar 06 19:53:19 2022 +0100
@@ -1105,10 +1105,6 @@
 <td>Public slot to activate the debug view profile.</td>
 </tr>
 <tr>
-<td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td>
-<td>Public method to show the eric versions available for download.</td>
-</tr>
-<tr>
 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td>
 <td>Public slot to show the email dialog in a given mode.</td>
 </tr>
@@ -1153,6 +1149,14 @@
 <td>Public method to unregister a toolbar.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.upgradeEric">upgradeEric</a></td>
+<td>Public slot to upgrade the eric-ide package of the eric7 environment.</td>
+</tr>
+<tr>
+<td><a href="#UserInterface.upgradeEricPyQt">upgradeEricPyQt</a></td>
+<td>Public slot to upgrade the eric-ide and Pyqt packages of the eric7 environment.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.upgradePyQt">upgradePyQt</a></td>
 <td>Public slot to upgrade the PyQt packages of the eric7 environment.</td>
 </tr>
@@ -2081,7 +2085,8 @@
 
 <dt><i>upgradeType</i> (str)</dt>
 <dd>
-upgrade operation (one of 'pyqt')
+upgrade operation (one of 'eric', 'ericpyqt',
+            'pyqt')
 </dd>
 </dl>
 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a>
@@ -3750,13 +3755,6 @@
             be saved (boolean)
 </dd>
 </dl>
-<a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a>
-<h4>UserInterface.showAvailableVersionsInfo</h4>
-<b>showAvailableVersionsInfo</b>(<i></i>)
-
-<p>
-        Public method to show the eric versions available for download.
-</p>
 <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a>
 <h4>UserInterface.showEmailDialog</h4>
 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
@@ -3934,6 +3932,45 @@
 name of the toolbar (string).
 </dd>
 </dl>
+<a NAME="UserInterface.upgradeEric" ID="UserInterface.upgradeEric"></a>
+<h4>UserInterface.upgradeEric</h4>
+<b>upgradeEric</b>(<i></i>)
+
+<p>
+        Public slot to upgrade the eric-ide package of the eric7 environment.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a successful upgrade
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<a NAME="UserInterface.upgradeEricPyQt" ID="UserInterface.upgradeEricPyQt"></a>
+<h4>UserInterface.upgradeEricPyQt</h4>
+<b>upgradeEricPyQt</b>(<i></i>)
+
+<p>
+        Public slot to upgrade the eric-ide and Pyqt packages of the eric7
+        environment.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a successful upgrade
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="UserInterface.upgradePyQt" ID="UserInterface.upgradePyQt"></a>
 <h4>UserInterface.upgradePyQt</h4>
 <b>upgradePyQt</b>(<i></i>)

eric ide

mercurial