--- a/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sat Apr 21 18:02:04 2018 +0200 +++ b/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sun Apr 22 14:01:39 2018 +0200 @@ -78,6 +78,9 @@ <td><a href="#CodeDocumentationViewer.__init__">CodeDocumentationViewer</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#CodeDocumentationViewer.__selectProvider">__selectProvider</a></td> +<td>Private method to select a provider programmatically.</td> +</tr><tr> <td><a href="#CodeDocumentationViewer.__setHtml">__setHtml</a></td> <td>Private slot to set the prepared HTML text.</td> </tr><tr> @@ -93,6 +96,9 @@ <td><a href="#CodeDocumentationViewer.__showTextViewer">__showTextViewer</a></td> <td>Private slot to show the selected viewer.</td> </tr><tr> +<td><a href="#CodeDocumentationViewer.__unregisterTimerTimeout">__unregisterTimerTimeout</a></td> +<td>Private slot handling the timeout signal of the unregister timer.</td> +</tr><tr> <td><a href="#CodeDocumentationViewer.documentationReady">documentationReady</a></td> <td>Public method to provide the documentation info to the viewer.</td> </tr><tr> @@ -138,6 +144,16 @@ <dd> reference to the parent widget </dd> +</dl><a NAME="CodeDocumentationViewer.__selectProvider" ID="CodeDocumentationViewer.__selectProvider"></a> +<h4>CodeDocumentationViewer.__selectProvider</h4> +<b>__selectProvider</b>(<i>provider</i>) +<p> + Private method to select a provider programmatically. +</p><dl> +<dt><i>provider</i> (str)</dt> +<dd> +name of the provider to be selected +</dd> </dl><a NAME="CodeDocumentationViewer.__setHtml" ID="CodeDocumentationViewer.__setHtml"></a> <h4>CodeDocumentationViewer.__setHtml</h4> <b>__setHtml</b>(<i>html</i>) @@ -178,7 +194,12 @@ <dd> flag indicating the rich text viewer </dd> -</dl><a NAME="CodeDocumentationViewer.documentationReady" ID="CodeDocumentationViewer.documentationReady"></a> +</dl><a NAME="CodeDocumentationViewer.__unregisterTimerTimeout" ID="CodeDocumentationViewer.__unregisterTimerTimeout"></a> +<h4>CodeDocumentationViewer.__unregisterTimerTimeout</h4> +<b>__unregisterTimerTimeout</b>(<i></i>) +<p> + Private slot handling the timeout signal of the unregister timer. +</p><a NAME="CodeDocumentationViewer.documentationReady" ID="CodeDocumentationViewer.documentationReady"></a> <h4>CodeDocumentationViewer.documentationReady</h4> <b>documentationReady</b>(<i>documentationInfo, isWarning=False, isDocWarning=False</i>) <p>