Documentation/Source/eric6.Helpviewer.HelpWindow.html

changeset 5745
4f4316e83318
parent 5727
c8842a8d1167
child 6123
39cd368143db
--- a/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sat May 27 18:51:22 2017 +0200
+++ b/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sun May 28 16:59:18 2017 +0200
@@ -190,6 +190,12 @@
 <td><a href="#HelpWindow.__copy">__copy</a></td>
 <td>Private slot called to handle the copy action.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__createTextEncodingAction">__createTextEncodingAction</a></td>
+<td>Private method to create an action for the text encoding menu.</td>
+</tr><tr>
+<td><a href="#HelpWindow.__createTextEncodingSubmenu">__createTextEncodingSubmenu</a></td>
+<td>Private method to create a text encoding sub menu.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__currentChanged">__currentChanged</a></td>
 <td>Private slot to handle the currentChanged signal.</td>
 </tr><tr>
@@ -939,7 +945,39 @@
 <b>__copy</b>(<i></i>)
 <p>
         Private slot called to handle the copy action.
-</p><a NAME="HelpWindow.__currentChanged" ID="HelpWindow.__currentChanged"></a>
+</p><a NAME="HelpWindow.__createTextEncodingAction" ID="HelpWindow.__createTextEncodingAction"></a>
+<h4>HelpWindow.__createTextEncodingAction</h4>
+<b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu</i>)
+<p>
+        Private method to create an action for the text encoding menu.
+</p><dl>
+<dt><i>codec</i> (str)</dt>
+<dd>
+name of the codec to create an action for
+</dd><dt><i>defaultCodec</i> (str)</dt>
+<dd>
+name of the default codec
+</dd><dt><i>parentMenu</i> (QMenu)</dt>
+<dd>
+reference to the parent menu
+</dd>
+</dl><a NAME="HelpWindow.__createTextEncodingSubmenu" ID="HelpWindow.__createTextEncodingSubmenu"></a>
+<h4>HelpWindow.__createTextEncodingSubmenu</h4>
+<b>__createTextEncodingSubmenu</b>(<i>title, codecNames, parentMenu</i>)
+<p>
+        Private method to create a text encoding sub menu.
+</p><dl>
+<dt><i>title</i> (str)</dt>
+<dd>
+title of the menu
+</dd><dt><i>codecNames</i> (list of str)</dt>
+<dd>
+list of codec names for the menu
+</dd><dt><i>parentMenu</i> (QMenu)</dt>
+<dd>
+reference to the parent menu
+</dd>
+</dl><a NAME="HelpWindow.__currentChanged" ID="HelpWindow.__currentChanged"></a>
 <h4>HelpWindow.__currentChanged</h4>
 <b>__currentChanged</b>(<i>index</i>)
 <p>

eric ide

mercurial