--- a/src/eric7/Documentation/Source/eric7.HelpViewer.HelpViewerImpl.html Wed Mar 06 09:36:09 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.HelpViewer.HelpViewerImpl.html Wed Mar 06 17:00:26 2024 +0100 @@ -131,6 +131,10 @@ <td><a href="#HelpViewerImpl.setScale">setScale</a></td> <td>Public method to set the zoom level.</td> </tr> +<tr> +<td><a href="#HelpViewerImpl.viewerType">viewerType</a></td> +<td>Public method to get the type of the help viewer implementation.</td> +</tr> </table> <h3>Static Methods</h3> @@ -141,7 +145,7 @@ <a NAME="HelpViewerImpl.__init__" ID="HelpViewerImpl.__init__"></a> <h4>HelpViewerImpl (Constructor)</h4> -<b>HelpViewerImpl</b>(<i>engine</i>) +<b>HelpViewerImpl</b>(<i>engine, viewerType</i>) <p> Constructor </p> @@ -152,6 +156,10 @@ <dd> reference to the help engine </dd> +<dt><i>viewerType</i> (EricTextEditType)</dt> +<dd> +help viewer type +</dd> </dl> <a NAME="HelpViewerImpl.gotoHistory" ID="HelpViewerImpl.gotoHistory"></a> <h4>HelpViewerImpl.gotoHistory</h4> @@ -468,6 +476,25 @@ raised when not implemented </dd> </dl> +<a NAME="HelpViewerImpl.viewerType" ID="HelpViewerImpl.viewerType"></a> +<h4>HelpViewerImpl.viewerType</h4> +<b>viewerType</b>(<i></i>) +<p> + Public method to get the type of the help viewer implementation. +</p> + +<dl> +<dt>Return:</dt> +<dd> +type of the help viewer implementation +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +EricTextEditType +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>