Documentation/Source/eric6.Helpviewer.HelpWindow.html

changeset 5745
4f4316e83318
parent 5727
c8842a8d1167
child 6123
39cd368143db
equal deleted inserted replaced
5744:d53474dcb9e6 5745:4f4316e83318
188 <td>Private slot to close the network monitor dialog.</td> 188 <td>Private slot to close the network monitor dialog.</td>
189 </tr><tr> 189 </tr><tr>
190 <td><a href="#HelpWindow.__copy">__copy</a></td> 190 <td><a href="#HelpWindow.__copy">__copy</a></td>
191 <td>Private slot called to handle the copy action.</td> 191 <td>Private slot called to handle the copy action.</td>
192 </tr><tr> 192 </tr><tr>
193 <td><a href="#HelpWindow.__createTextEncodingAction">__createTextEncodingAction</a></td>
194 <td>Private method to create an action for the text encoding menu.</td>
195 </tr><tr>
196 <td><a href="#HelpWindow.__createTextEncodingSubmenu">__createTextEncodingSubmenu</a></td>
197 <td>Private method to create a text encoding sub menu.</td>
198 </tr><tr>
193 <td><a href="#HelpWindow.__currentChanged">__currentChanged</a></td> 199 <td><a href="#HelpWindow.__currentChanged">__currentChanged</a></td>
194 <td>Private slot to handle the currentChanged signal.</td> 200 <td>Private slot to handle the currentChanged signal.</td>
195 </tr><tr> 201 </tr><tr>
196 <td><a href="#HelpWindow.__del__">__del__</a></td> 202 <td><a href="#HelpWindow.__del__">__del__</a></td>
197 <td>Special method called during object destruction.</td> 203 <td>Special method called during object destruction.</td>
937 </p><a NAME="HelpWindow.__copy" ID="HelpWindow.__copy"></a> 943 </p><a NAME="HelpWindow.__copy" ID="HelpWindow.__copy"></a>
938 <h4>HelpWindow.__copy</h4> 944 <h4>HelpWindow.__copy</h4>
939 <b>__copy</b>(<i></i>) 945 <b>__copy</b>(<i></i>)
940 <p> 946 <p>
941 Private slot called to handle the copy action. 947 Private slot called to handle the copy action.
942 </p><a NAME="HelpWindow.__currentChanged" ID="HelpWindow.__currentChanged"></a> 948 </p><a NAME="HelpWindow.__createTextEncodingAction" ID="HelpWindow.__createTextEncodingAction"></a>
949 <h4>HelpWindow.__createTextEncodingAction</h4>
950 <b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu</i>)
951 <p>
952 Private method to create an action for the text encoding menu.
953 </p><dl>
954 <dt><i>codec</i> (str)</dt>
955 <dd>
956 name of the codec to create an action for
957 </dd><dt><i>defaultCodec</i> (str)</dt>
958 <dd>
959 name of the default codec
960 </dd><dt><i>parentMenu</i> (QMenu)</dt>
961 <dd>
962 reference to the parent menu
963 </dd>
964 </dl><a NAME="HelpWindow.__createTextEncodingSubmenu" ID="HelpWindow.__createTextEncodingSubmenu"></a>
965 <h4>HelpWindow.__createTextEncodingSubmenu</h4>
966 <b>__createTextEncodingSubmenu</b>(<i>title, codecNames, parentMenu</i>)
967 <p>
968 Private method to create a text encoding sub menu.
969 </p><dl>
970 <dt><i>title</i> (str)</dt>
971 <dd>
972 title of the menu
973 </dd><dt><i>codecNames</i> (list of str)</dt>
974 <dd>
975 list of codec names for the menu
976 </dd><dt><i>parentMenu</i> (QMenu)</dt>
977 <dd>
978 reference to the parent menu
979 </dd>
980 </dl><a NAME="HelpWindow.__currentChanged" ID="HelpWindow.__currentChanged"></a>
943 <h4>HelpWindow.__currentChanged</h4> 981 <h4>HelpWindow.__currentChanged</h4>
944 <b>__currentChanged</b>(<i>index</i>) 982 <b>__currentChanged</b>(<i>index</i>)
945 <p> 983 <p>
946 Private slot to handle the currentChanged signal. 984 Private slot to handle the currentChanged signal.
947 </p><dl> 985 </p><dl>

eric ide

mercurial