eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html

branch
eric7
changeset 9148
b31f0d894b55
parent 8596
d64760b2da50
diff -r bbf3af40c223 -r b31f0d894b55 eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html
--- a/eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html	Sun Jun 12 16:05:27 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html	Mon Jun 13 16:39:53 2022 +0200
@@ -118,9 +118,9 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UI.UserInterface)</dt>
 <dd>
-reference to the user interface object (UI.UserInterface)
+reference to the user interface object
 </dd>
 </dl>
 <a NAME="TranslatorPlugin.__initialize" ID="TranslatorPlugin.__initialize"></a>
@@ -140,7 +140,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of None and activation status (boolean)
+tuple of None and activation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (None, bool)
 </dd>
 </dl>
 <a NAME="TranslatorPlugin.deactivate" ID="TranslatorPlugin.deactivate"></a>
@@ -159,7 +165,7 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
 the key of the value to get
 </dd>
@@ -170,6 +176,12 @@
 the requested setting
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+any
+</dd>
+</dl>
 <a NAME="TranslatorPlugin.getPreferencesDefault" ID="TranslatorPlugin.getPreferencesDefault"></a>
 <h4>TranslatorPlugin.getPreferencesDefault</h4>
 <b>getPreferencesDefault</b>(<i>key</i>)
@@ -179,7 +191,7 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
 the key of the value to get
 </dd>
@@ -190,6 +202,12 @@
 the requested setting
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+any
+</dd>
+</dl>
 <a NAME="TranslatorPlugin.setPreferences" ID="TranslatorPlugin.setPreferences"></a>
 <h4>TranslatorPlugin.setPreferences</h4>
 <b>setPreferences</b>(<i>key, value</i>)
@@ -199,11 +217,11 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
-the key of the setting to be set (string)
+the key of the setting to be set
 </dd>
-<dt><i>value</i></dt>
+<dt><i>value</i> (any)</dt>
 <dd>
 the value to be set
 </dd>
@@ -220,7 +238,7 @@
 </p>
 <dl>
 
-<dt><i>configDlg</i></dt>
+<dt><i>configDlg</i> (ConfigurationWidget)</dt>
 <dd>
 reference to the configuration dialog
 </dd>
@@ -231,6 +249,12 @@
 reference to the configuration page
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+TranslatorPage
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -247,6 +271,12 @@
 dictionary containing the relevant data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial