Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 668
b0061a6f7484
parent 653
0540f3c52b46
child 679
b427350a9d97
equal deleted inserted replaced
666:fdd568d3533d 668:b0061a6f7484
57 </dl> 57 </dl>
58 <h3>Derived from</h3> 58 <h3>Derived from</h3>
59 QMainWindow 59 QMainWindow
60 <h3>Class Attributes</h3> 60 <h3>Class Attributes</h3>
61 <table> 61 <table>
62 <tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>helpClosed</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>privacyChanged</td></tr><tr><td>zoomTextOnlyChanged</td></tr> 62 <tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>helpClosed</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>privacyChanged</td></tr><tr><td>zoomTextOnlyChanged</td></tr>
63 </table> 63 </table>
64 <h3>Methods</h3> 64 <h3>Methods</h3>
65 <table> 65 <table>
66 <tr> 66 <tr>
67 <td><a href="#HelpWindow.__init__">HelpWindow</a></td> 67 <td><a href="#HelpWindow.__init__">HelpWindow</a></td>
227 <td>Private slot to show the bookmarks dialog.</td> 227 <td>Private slot to show the bookmarks dialog.</td>
228 </tr><tr> 228 </tr><tr>
229 <td><a href="#HelpWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td> 229 <td><a href="#HelpWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td>
230 <td>Private slot to configure the cookies handling.</td> 230 <td>Private slot to configure the cookies handling.</td>
231 </tr><tr> 231 </tr><tr>
232 <td><a href="#HelpWindow.__showDownloadsWindow">__showDownloadsWindow</a></td>
233 <td>Private slot to show the downloads dialog.</td>
234 </tr><tr>
232 <td><a href="#HelpWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td> 235 <td><a href="#HelpWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td>
233 <td>Private slot to show the search engines configuration dialog.</td> 236 <td>Private slot to show the search engines configuration dialog.</td>
234 </tr><tr> 237 </tr><tr>
235 <td><a href="#HelpWindow.__showForwardMenu">__showForwardMenu</a></td> 238 <td><a href="#HelpWindow.__showForwardMenu">__showForwardMenu</a></td>
236 <td>Private slot showing the forwards navigation menu.</td> 239 <td>Private slot showing the forwards navigation menu.</td>
319 <td><a href="#HelpWindow.cookieJar">cookieJar</a></td> 322 <td><a href="#HelpWindow.cookieJar">cookieJar</a></td>
320 <td>Class method to get a reference to the cookie jar.</td> 323 <td>Class method to get a reference to the cookie jar.</td>
321 </tr><tr> 324 </tr><tr>
322 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td> 325 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td>
323 <td>Public method to get a reference to the current help browser.</td> 326 <td>Public method to get a reference to the current help browser.</td>
327 </tr><tr>
328 <td><a href="#HelpWindow.downloadManager">downloadManager</a></td>
329 <td>Class method to get a reference to the download manager.</td>
324 </tr><tr> 330 </tr><tr>
325 <td><a href="#HelpWindow.getActions">getActions</a></td> 331 <td><a href="#HelpWindow.getActions">getActions</a></td>
326 <td>Public method to get a list of all actions.</td> 332 <td>Public method to get a list of all actions.</td>
327 </tr><tr> 333 </tr><tr>
328 <td><a href="#HelpWindow.getSourceFileList">getSourceFileList</a></td> 334 <td><a href="#HelpWindow.getSourceFileList">getSourceFileList</a></td>
758 </p><a NAME="HelpWindow.__showCookiesConfiguration" ID="HelpWindow.__showCookiesConfiguration"></a> 764 </p><a NAME="HelpWindow.__showCookiesConfiguration" ID="HelpWindow.__showCookiesConfiguration"></a>
759 <h4>HelpWindow.__showCookiesConfiguration</h4> 765 <h4>HelpWindow.__showCookiesConfiguration</h4>
760 <b>__showCookiesConfiguration</b>(<i></i>) 766 <b>__showCookiesConfiguration</b>(<i></i>)
761 <p> 767 <p>
762 Private slot to configure the cookies handling. 768 Private slot to configure the cookies handling.
769 </p><a NAME="HelpWindow.__showDownloadsWindow" ID="HelpWindow.__showDownloadsWindow"></a>
770 <h4>HelpWindow.__showDownloadsWindow</h4>
771 <b>__showDownloadsWindow</b>(<i></i>)
772 <p>
773 Private slot to show the downloads dialog.
763 </p><a NAME="HelpWindow.__showEnginesConfigurationDialog" ID="HelpWindow.__showEnginesConfigurationDialog"></a> 774 </p><a NAME="HelpWindow.__showEnginesConfigurationDialog" ID="HelpWindow.__showEnginesConfigurationDialog"></a>
764 <h4>HelpWindow.__showEnginesConfigurationDialog</h4> 775 <h4>HelpWindow.__showEnginesConfigurationDialog</h4>
765 <b>__showEnginesConfigurationDialog</b>(<i></i>) 776 <b>__showEnginesConfigurationDialog</b>(<i></i>)
766 <p> 777 <p>
767 Private slot to show the search engines configuration dialog. 778 Private slot to show the search engines configuration dialog.
975 </p><dl> 986 </p><dl>
976 <dt>Returns:</dt> 987 <dt>Returns:</dt>
977 <dd> 988 <dd>
978 reference to the current help browser (HelpBrowser) 989 reference to the current help browser (HelpBrowser)
979 </dd> 990 </dd>
991 </dl><a NAME="HelpWindow.downloadManager" ID="HelpWindow.downloadManager"></a>
992 <h4>HelpWindow.downloadManager</h4>
993 <b>downloadManager</b>(<i></i>)
994 <p>
995 Class method to get a reference to the download manager.
996 </p><dl>
997 <dt>Returns:</dt>
998 <dd>
999 reference to the password manager (DownloadManager)
1000 </dd>
980 </dl><a NAME="HelpWindow.getActions" ID="HelpWindow.getActions"></a> 1001 </dl><a NAME="HelpWindow.getActions" ID="HelpWindow.getActions"></a>
981 <h4>HelpWindow.getActions</h4> 1002 <h4>HelpWindow.getActions</h4>
982 <b>getActions</b>(<i></i>) 1003 <b>getActions</b>(<i></i>)
983 <p> 1004 <p>
984 Public method to get a list of all actions. 1005 Public method to get a list of all actions.

eric ide

mercurial