--- a/eric7/Documentation/Source/eric7.UI.Previewer.html Wed Jun 09 17:50:02 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.Previewer.html Wed Jun 09 17:51:02 2021 +0200 @@ -110,6 +110,10 @@ <td>Public slot handling a change of preferences.</td> </tr> <tr> +<td><a href="#Previewer.setSplitter">setSplitter</a></td> +<td>Public method to set the splitter.</td> +</tr> +<tr> <td><a href="#Previewer.show">show</a></td> <td>Public method to show the preview widget.</td> </tr> @@ -126,24 +130,20 @@ <a NAME="Previewer.__init__" ID="Previewer.__init__"></a> <h4>Previewer (Constructor)</h4> -<b>Previewer</b>(<i>viewmanager, splitter, parent=None</i>) +<b>Previewer</b>(<i>viewmanager, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>viewmanager</i></dt> -<dd> -reference to the viewmanager object (ViewManager) -</dd> -<dt><i>splitter</i></dt> +<dt><i>viewmanager</i> (ViewManager)</dt> <dd> -reference to the embedding splitter (QSplitter) +reference to the viewmanager object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="Previewer.__editorChanged" ID="Previewer.__editorChanged"></a> @@ -155,9 +155,9 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> -reference to the editor (Editor) +reference to the editor </dd> </dl> <a NAME="Previewer.__editorLanguageChanged" ID="Previewer.__editorLanguageChanged"></a> @@ -169,9 +169,9 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> -reference to the editor (Editor) +reference to the editor </dd> </dl> <a NAME="Previewer.__editorTextChanged" ID="Previewer.__editorTextChanged"></a> @@ -183,9 +183,9 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> -reference to the editor (Editor) +reference to the editor </dd> </dl> <a NAME="Previewer.__isPreviewable" ID="Previewer.__isPreviewable"></a> @@ -198,15 +198,21 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> -reference to an editor (Editor) +reference to an editor </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating if a preview can be shown (boolean) +flag indicating if a preview can be shown +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Previewer.__previewStateChanged" ID="Previewer.__previewStateChanged"></a> @@ -218,9 +224,9 @@ </p> <dl> -<dt><i>on</i></dt> +<dt><i>on</i> (bool)</dt> <dd> -flag indicating to show a preview (boolean) +flag indicating to show a preview </dd> </dl> <a NAME="Previewer.__processEditor" ID="Previewer.__processEditor"></a> @@ -251,6 +257,20 @@ <p> Public slot handling a change of preferences. </p> +<a NAME="Previewer.setSplitter" ID="Previewer.setSplitter"></a> +<h4>Previewer.setSplitter</h4> +<b>setSplitter</b>(<i>splitter</i>) + +<p> + Public method to set the splitter. +</p> +<dl> + +<dt><i>splitter</i> (QSplitter)</dt> +<dd> +reference to the embedding splitter +</dd> +</dl> <a NAME="Previewer.show" ID="Previewer.show"></a> <h4>Previewer.show</h4> <b>show</b>(<i></i>)