--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslatorPage.html Sun Dec 10 16:23:29 2017 +0100 @@ -0,0 +1,131 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslatorPage</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslatorPage</h1> +<p> +Module implementing the Time Tracker configuration page. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#TranslatorPage">TranslatorPage</a></td> +<td>Class implementing the Time Tracker configuration page.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="TranslatorPage" ID="TranslatorPage"></a> +<h2>TranslatorPage</h2> +<p> + Class implementing the Time Tracker configuration page. +</p> +<h3>Derived from</h3> +ConfigurationPageBase, Ui_TranslatorPage +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#TranslatorPage.__init__">TranslatorPage</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#TranslatorPage.__checkedLanguageItems">__checkedLanguageItems</a></td> +<td>Private method to get a list of checked language items.</td> +</tr><tr> +<td><a href="#TranslatorPage.on_defaultButton_clicked">on_defaultButton_clicked</a></td> +<td>Private slot to set the default languages.</td> +</tr><tr> +<td><a href="#TranslatorPage.on_languagesList_itemChanged">on_languagesList_itemChanged</a></td> +<td>Private slot to handle the selection of an item.</td> +</tr><tr> +<td><a href="#TranslatorPage.on_setButton_clicked">on_setButton_clicked</a></td> +<td>Private slot to set or unset all items.</td> +</tr><tr> +<td><a href="#TranslatorPage.save">save</a></td> +<td>Public slot to save the Pyramid configuration.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="TranslatorPage.__init__" ID="TranslatorPage.__init__"></a> +<h4>TranslatorPage (Constructor)</h4> +<b>TranslatorPage</b>(<i>plugin</i>) +<p> + Constructor +</p><dl> +<dt><i>plugin</i></dt> +<dd> +reference to the plugin object +</dd> +</dl><a NAME="TranslatorPage.__checkedLanguageItems" ID="TranslatorPage.__checkedLanguageItems"></a> +<h4>TranslatorPage.__checkedLanguageItems</h4> +<b>__checkedLanguageItems</b>(<i></i>) +<p> + Private method to get a list of checked language items. +</p><dl> +<dt>Returns:</dt> +<dd> +list of checked language items (list of QListWidgetItem) +</dd> +</dl><a NAME="TranslatorPage.on_defaultButton_clicked" ID="TranslatorPage.on_defaultButton_clicked"></a> +<h4>TranslatorPage.on_defaultButton_clicked</h4> +<b>on_defaultButton_clicked</b>(<i></i>) +<p> + Private slot to set the default languages. +</p><a NAME="TranslatorPage.on_languagesList_itemChanged" ID="TranslatorPage.on_languagesList_itemChanged"></a> +<h4>TranslatorPage.on_languagesList_itemChanged</h4> +<b>on_languagesList_itemChanged</b>(<i>item</i>) +<p> + Private slot to handle the selection of an item. +</p><dl> +<dt><i>item</i></dt> +<dd> +reference to the changed item (QListWidgetItem) +</dd> +</dl><a NAME="TranslatorPage.on_setButton_clicked" ID="TranslatorPage.on_setButton_clicked"></a> +<h4>TranslatorPage.on_setButton_clicked</h4> +<b>on_setButton_clicked</b>(<i></i>) +<p> + Private slot to set or unset all items. +</p><a NAME="TranslatorPage.save" ID="TranslatorPage.save"></a> +<h4>TranslatorPage.save</h4> +<b>save</b>(<i></i>) +<p> + Public slot to save the Pyramid configuration. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file