Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html

changeset 6412
d71b094845e7
parent 6411
7fd9b7ecbcfe
--- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html	Sat Jul 07 14:38:13 2018 +0200
+++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html	Sun Jul 08 13:05:23 2018 +0200
@@ -44,7 +44,14 @@
 <p>
     Class implementing the translation engine base class containing
     default methods.
-</p>
+</p><h3>Signals</h3>
+<dl>
+<dt>availableTranslationsLoaded()</dt>
+<dd>
+emitted to indicate the availability
+        of the list of supported translation languages
+</dd>
+</dl>
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
@@ -182,6 +189,10 @@
 <p>
         Public method to get a list of supported target languages for an
         original language.
+</p><p>
+        Note: The default implementation return the list of supported languages
+        (i.e. the same as those for the source) with the given original
+        removed.
 </p><dl>
 <dt><i>original</i> (str)</dt>
 <dd>
@@ -195,7 +206,7 @@
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-None, if function is not supported; list of str otherwise
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial