--- a/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html Wed Nov 09 15:18:07 2022 +0100 @@ -28,7 +28,11 @@ <h3>Functions</h3> <table> -<tr><td>None</td></tr> + +<tr> +<td><a href="#createEngine">createEngine</a></td> +<td>Function to instantiate a translator engine object.</td> +</tr> </table> <hr /> <hr /> @@ -228,4 +232,37 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="createEngine" ID="createEngine"></a> +<h2>createEngine</h2> +<b>createEngine</b>(<i>plugin, parent=None</i>) + +<p> + Function to instantiate a translator engine object. +</p> +<dl> + +<dt><i>plugin</i> (TranslatorPlugin)</dt> +<dd> +reference to the plugin object +</dd> +<dt><i>parent</i> (QObject (optional))</dt> +<dd> +reference to the parent object (defaults to None) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +reference to the instantiated translator engine object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +MicrosoftEngine +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file