src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.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="MyMemoryEngine" ID="MyMemoryEngine"></a> 39 <a NAME="MyMemoryEngine" ID="MyMemoryEngine"></a>
36 <h2>MyMemoryEngine</h2> 40 <h2>MyMemoryEngine</h2>
172 list of str 176 list of str
173 </dd> 177 </dd>
174 </dl> 178 </dl>
175 <div align="right"><a href="#top">Up</a></div> 179 <div align="right"><a href="#top">Up</a></div>
176 <hr /> 180 <hr />
181 <hr />
182 <a NAME="createEngine" ID="createEngine"></a>
183 <h2>createEngine</h2>
184 <b>createEngine</b>(<i>plugin, parent=None</i>)
185
186 <p>
187 Function to instantiate a translator engine object.
188 </p>
189 <dl>
190
191 <dt><i>plugin</i> (TranslatorPlugin)</dt>
192 <dd>
193 reference to the plugin object
194 </dd>
195 <dt><i>parent</i> (QObject (optional))</dt>
196 <dd>
197 reference to the parent object (defaults to None)
198 </dd>
199 </dl>
200 <dl>
201 <dt>Return:</dt>
202 <dd>
203 reference to the instantiated translator engine object
204 </dd>
205 </dl>
206 <dl>
207 <dt>Return Type:</dt>
208 <dd>
209 MyMemoryEngine
210 </dd>
211 </dl>
212 <div align="right"><a href="#top">Up</a></div>
213 <hr />
177 </body></html> 214 </body></html>

eric ide

mercurial