src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
26 </tr> 26 </tr>
27 </table> 27 </table>
28 <h3>Functions</h3> 28 <h3>Functions</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31
32 <tr>
33 <td><a href="#createEngine">createEngine</a></td>
34 <td>Function to instantiate a translator engine object.</td>
35 </tr>
32 </table> 36 </table>
33 <hr /> 37 <hr />
34 <hr /> 38 <hr />
35 <a NAME="GoogleV1Engine" ID="GoogleV1Engine"></a> 39 <a NAME="GoogleV1Engine" ID="GoogleV1Engine"></a>
36 <h2>GoogleV1Engine</h2> 40 <h2>GoogleV1Engine</h2>
233 list of str 237 list of str
234 </dd> 238 </dd>
235 </dl> 239 </dl>
236 <div align="right"><a href="#top">Up</a></div> 240 <div align="right"><a href="#top">Up</a></div>
237 <hr /> 241 <hr />
242 <hr />
243 <a NAME="createEngine" ID="createEngine"></a>
244 <h2>createEngine</h2>
245 <b>createEngine</b>(<i>plugin, parent=None</i>)
246
247 <p>
248 Function to instantiate a translator engine object.
249 </p>
250 <dl>
251
252 <dt><i>plugin</i> (TranslatorPlugin)</dt>
253 <dd>
254 reference to the plugin object
255 </dd>
256 <dt><i>parent</i> (QObject (optional))</dt>
257 <dd>
258 reference to the parent object (defaults to None)
259 </dd>
260 </dl>
261 <dl>
262 <dt>Return:</dt>
263 <dd>
264 reference to the instantiated translator engine object
265 </dd>
266 </dl>
267 <dl>
268 <dt>Return Type:</dt>
269 <dd>
270 GoogleV1Engine
271 </dd>
272 </dl>
273 <div align="right"><a href="#top">Up</a></div>
274 <hr />
238 </body></html> 275 </body></html>

eric ide

mercurial