--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Fri Sep 22 17:24:02 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Sat Sep 23 15:06:36 2023 +0200 @@ -240,6 +240,10 @@ <td>Private method to initialize the viewlist context menu.</td> </tr> <tr> +<td><a href="#Listspace.__setIcon">__setIcon</a></td> +<td>Private method to set the icon for the given editor.</td> +</tr> +<tr> <td><a href="#Listspace.__showMenu">__showMenu</a></td> <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> </tr> @@ -515,6 +519,24 @@ <p> Private method to initialize the viewlist context menu. </p> +<a NAME="Listspace.__setIcon" ID="Listspace.__setIcon"></a> +<h4>Listspace.__setIcon</h4> +<b>__setIcon</b>(<i>editor, modified</i>) + +<p> + Private method to set the icon for the given editor. +</p> +<dl> + +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor to set the icon for +</dd> +<dt><i>modified</i> (bool)</dt> +<dd> +flag indicating the modification status +</dd> +</dl> <a NAME="Listspace.__showMenu" ID="Listspace.__showMenu"></a> <h4>Listspace.__showMenu</h4> <b>__showMenu</b>(<i>point</i>) @@ -586,20 +608,20 @@ </p> <a NAME="Listspace._modificationStatusChanged" ID="Listspace._modificationStatusChanged"></a> <h4>Listspace._modificationStatusChanged</h4> -<b>_modificationStatusChanged</b>(<i>m, editor</i>) +<b>_modificationStatusChanged</b>(<i>modified, editor</i>) <p> Protected slot to handle the modificationStatusChanged signal. </p> <dl> -<dt><i>m</i> (bool)</dt> +<dt><i>modified</i> (bool)</dt> <dd> flag indicating the modification status </dd> <dt><i>editor</i> (Editor)</dt> <dd> -editor window changed +editor that sent the signal </dd> </dl> <a NAME="Listspace._removeAllViews" ID="Listspace._removeAllViews"></a>