--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Sat Sep 04 16:51:35 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Sat Sep 04 20:26:21 2021 +0200 @@ -203,6 +203,11 @@ emitted after the master password has been changed with the old and the new password </dd> +<dt>onlineStateChanged(online)</dt> +<dd> +emitted to indicate a change of the + network state +</dd> <dt>preferencesChanged()</dt> <dd> emitted after the preferences were changed @@ -522,6 +527,10 @@ <td>Private slot to start a new instance of eric.</td> </tr> <tr> +<td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td> +<td>Private slot handling changes in online state.</td> +</tr> +<tr> <td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td> <td>Private slot to open the hex editor window.</td> </tr> @@ -1018,6 +1027,10 @@ <td>Public slot to handle opening a URL.</td> </tr> <tr> +<td><a href="#UserInterface.isOnline">isOnline</a></td> +<td>Public method to get the online state.</td> +</tr> +<tr> <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> <td>Public slot to start the help viewer/web browser.</td> </tr> @@ -1899,6 +1912,20 @@ <p> Private slot to start a new instance of eric. </p> +<a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a> +<h4>UserInterface.__onlineStateChanged</h4> +<b>__onlineStateChanged</b>(<i>online</i>) + +<p> + Private slot handling changes in online state. +</p> +<dl> + +<dt><i>online</i> (bool)</dt> +<dd> +flag indicating the online state +</dd> +</dl> <a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a> <h4>UserInterface.__openHexEditor</h4> <b>__openHexEditor</b>(<i>fn=""</i>) @@ -3362,6 +3389,25 @@ URL to be shown </dd> </dl> +<a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a> +<h4>UserInterface.isOnline</h4> +<b>isOnline</b>(<i></i>) + +<p> + Public method to get the online state. +</p> +<dl> +<dt>Return:</dt> +<dd> +online state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> <h4>UserInterface.launchHelpViewer</h4> <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>)