Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 1228
7afaf2fca55b
parent 1196
77da430b4080
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="HelpWindow" ID="HelpWindow"></a> 43 <a NAME="HelpWindow" ID="HelpWindow"></a>
44 <h2>HelpWindow</h2> 44 <h2>HelpWindow</h2>
45 <p> 45 <p>
46 Class implementing the web browser main window. 46 Class implementing the web browser main window.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>helpClosed()</dt> 49 <dt>helpClosed()</dt>
50 <dd> 50 <dd>
51 emitted after the window was requested to close down 51 emitted after the window was requested to close down
52 </dd><dt>zoomTextOnlyChanged(bool)</dt> 52 </dd><dt>zoomTextOnlyChanged(bool)</dt>
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>_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>helpwindows</td></tr><tr><td>maxMenuFilePathLen</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>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr>
63 </table> 63 </table>
64 <h3>Class Methods</h3>
65 <table>
66 <tr>
67 <td><a href="#HelpWindow.adblockManager">adblockManager</a></td>
68 <td>Class method to get a reference to the AdBlock manager.</td>
69 </tr><tr>
70 <td><a href="#HelpWindow.bookmarksManager">bookmarksManager</a></td>
71 <td>Class method to get a reference to the bookmarks manager.</td>
72 </tr><tr>
73 <td><a href="#HelpWindow.cookieJar">cookieJar</a></td>
74 <td>Class method to get a reference to the cookie jar.</td>
75 </tr><tr>
76 <td><a href="#HelpWindow.downloadManager">downloadManager</a></td>
77 <td>Class method to get a reference to the download manager.</td>
78 </tr><tr>
79 <td><a href="#HelpWindow.helpEngine">helpEngine</a></td>
80 <td>Class method to get a reference to the help engine.</td>
81 </tr><tr>
82 <td><a href="#HelpWindow.historyManager">historyManager</a></td>
83 <td>Class method to get a reference to the history manager.</td>
84 </tr><tr>
85 <td><a href="#HelpWindow.icon">icon</a></td>
86 <td>Class method to get the icon for an URL.</td>
87 </tr><tr>
88 <td><a href="#HelpWindow.mainWindow">mainWindow</a></td>
89 <td>Class method to get a reference to the main window.</td>
90 </tr><tr>
91 <td><a href="#HelpWindow.networkAccessManager">networkAccessManager</a></td>
92 <td>Class method to get a reference to the network access manager.</td>
93 </tr><tr>
94 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td>
95 <td>Class method to get a reference to the password manager.</td>
96 </tr>
97 </table>
64 <h3>Methods</h3> 98 <h3>Methods</h3>
65 <table> 99 <table>
66 <tr> 100 <tr>
67 <td><a href="#HelpWindow.__init__">HelpWindow</a></td>
68 <td>Constructor</td>
69 </tr><tr>
70 <td><a href="#HelpWindow.__about">__about</a></td> 101 <td><a href="#HelpWindow.__about">__about</a></td>
71 <td>Private slot to show the about information.</td> 102 <td>Private slot to show the about information.</td>
72 </tr><tr> 103 </tr><tr>
73 <td><a href="#HelpWindow.__aboutQt">__aboutQt</a></td> 104 <td><a href="#HelpWindow.__aboutQt">__aboutQt</a></td>
74 <td>Private slot to show info about Qt.</td> 105 <td>Private slot to show info about Qt.</td>
119 <td>Private slot to handle the find action.</td> 150 <td>Private slot to handle the find action.</td>
120 </tr><tr> 151 </tr><tr>
121 <td><a href="#HelpWindow.__forward">__forward</a></td> 152 <td><a href="#HelpWindow.__forward">__forward</a></td>
122 <td>Private slot called to handle the forward action.</td> 153 <td>Private slot called to handle the forward action.</td>
123 </tr><tr> 154 </tr><tr>
124 <td><a href="#HelpWindow.__getWebIcon">__getWebIcon</a></td>
125 <td>Private static method to fetch the icon for a URL.</td>
126 </tr><tr>
127 <td><a href="#HelpWindow.__hideIndexWindow">__hideIndexWindow</a></td> 155 <td><a href="#HelpWindow.__hideIndexWindow">__hideIndexWindow</a></td>
128 <td>Private method to hide the index window.</td> 156 <td>Private method to hide the index window.</td>
129 </tr><tr> 157 </tr><tr>
130 <td><a href="#HelpWindow.__hideSearchWindow">__hideSearchWindow</a></td> 158 <td><a href="#HelpWindow.__hideSearchWindow">__hideSearchWindow</a></td>
131 <td>Private method to hide the search window.</td> 159 <td>Private method to hide the search window.</td>
317 <td>Private slot called to handle the zoom reset action.</td> 345 <td>Private slot called to handle the zoom reset action.</td>
318 </tr><tr> 346 </tr><tr>
319 <td><a href="#HelpWindow.__zoomTextOnly">__zoomTextOnly</a></td> 347 <td><a href="#HelpWindow.__zoomTextOnly">__zoomTextOnly</a></td>
320 <td>Private slot called to handle the zoom text only action.</td> 348 <td>Private slot called to handle the zoom text only action.</td>
321 </tr><tr> 349 </tr><tr>
322 <td><a href="#HelpWindow.adblockManager">adblockManager</a></td>
323 <td>Class method to get a reference to the AdBlock manager.</td>
324 </tr><tr>
325 <td><a href="#HelpWindow.bookmarkAll">bookmarkAll</a></td> 350 <td><a href="#HelpWindow.bookmarkAll">bookmarkAll</a></td>
326 <td>Public slot to bookmark all open tabs.</td> 351 <td>Public slot to bookmark all open tabs.</td>
327 </tr><tr> 352 </tr><tr>
328 <td><a href="#HelpWindow.bookmarksManager">bookmarksManager</a></td>
329 <td>Class method to get a reference to the bookmarks manager.</td>
330 </tr><tr>
331 <td><a href="#HelpWindow.browserAt">browserAt</a></td> 353 <td><a href="#HelpWindow.browserAt">browserAt</a></td>
332 <td>Public method to get a reference to the help browser with the given index.</td> 354 <td>Public method to get a reference to the help browser with the given index.</td>
333 </tr><tr> 355 </tr><tr>
334 <td><a href="#HelpWindow.browsers">browsers</a></td> 356 <td><a href="#HelpWindow.browsers">browsers</a></td>
335 <td>Public method to get a list of references to all help browsers.</td> 357 <td>Public method to get a list of references to all help browsers.</td>
336 </tr><tr> 358 </tr><tr>
337 <td><a href="#HelpWindow.closeEvent">closeEvent</a></td> 359 <td><a href="#HelpWindow.closeEvent">closeEvent</a></td>
338 <td>Private event handler for the close event.</td> 360 <td>Private event handler for the close event.</td>
339 </tr><tr> 361 </tr><tr>
340 <td><a href="#HelpWindow.cookieJar">cookieJar</a></td>
341 <td>Class method to get a reference to the cookie jar.</td>
342 </tr><tr>
343 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td> 362 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td>
344 <td>Public method to get a reference to the current help browser.</td> 363 <td>Public method to get a reference to the current help browser.</td>
345 </tr><tr> 364 </tr><tr>
346 <td><a href="#HelpWindow.downloadManager">downloadManager</a></td>
347 <td>Class method to get a reference to the download manager.</td>
348 </tr><tr>
349 <td><a href="#HelpWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> 365 <td><a href="#HelpWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td>
350 <td>Public method to get the last recorded keyboard modifiers.</td> 366 <td>Public method to get the last recorded keyboard modifiers.</td>
351 </tr><tr> 367 </tr><tr>
352 <td><a href="#HelpWindow.eventMouseButtons">eventMouseButtons</a></td> 368 <td><a href="#HelpWindow.eventMouseButtons">eventMouseButtons</a></td>
353 <td>Public method to get the last recorded mouse buttons.</td> 369 <td>Public method to get the last recorded mouse buttons.</td>
356 <td>Public method to get a list of all actions.</td> 372 <td>Public method to get a list of all actions.</td>
357 </tr><tr> 373 </tr><tr>
358 <td><a href="#HelpWindow.getSourceFileList">getSourceFileList</a></td> 374 <td><a href="#HelpWindow.getSourceFileList">getSourceFileList</a></td>
359 <td>Public method to get a list of all opened source files.</td> 375 <td>Public method to get a list of all opened source files.</td>
360 </tr><tr> 376 </tr><tr>
361 <td><a href="#HelpWindow.helpEngine">helpEngine</a></td>
362 <td>Class method to get a reference to the help engine.</td>
363 </tr><tr>
364 <td><a href="#HelpWindow.historyManager">historyManager</a></td>
365 <td>Class method to get a reference to the history manager.</td>
366 </tr><tr>
367 <td><a href="#HelpWindow.icon">icon</a></td>
368 <td>Class method to get the icon for an URL.</td>
369 </tr><tr>
370 <td><a href="#HelpWindow.mainWindow">mainWindow</a></td>
371 <td>Class method to get a reference to the main window.</td>
372 </tr><tr>
373 <td><a href="#HelpWindow.masterPasswordChanged">masterPasswordChanged</a></td> 377 <td><a href="#HelpWindow.masterPasswordChanged">masterPasswordChanged</a></td>
374 <td>Public slot to handle the change of the master password.</td> 378 <td>Public slot to handle the change of the master password.</td>
375 </tr><tr> 379 </tr><tr>
376 <td><a href="#HelpWindow.mousePressEvent">mousePressEvent</a></td> 380 <td><a href="#HelpWindow.mousePressEvent">mousePressEvent</a></td>
377 <td>Protected method called by a mouse press event.</td> 381 <td>Protected method called by a mouse press event.</td>
378 </tr><tr> 382 </tr><tr>
379 <td><a href="#HelpWindow.networkAccessManager">networkAccessManager</a></td>
380 <td>Class method to get a reference to the network access manager.</td>
381 </tr><tr>
382 <td><a href="#HelpWindow.newTab">newTab</a></td> 383 <td><a href="#HelpWindow.newTab">newTab</a></td>
383 <td>Public slot called to open a new help window tab.</td> 384 <td>Public slot called to open a new help window tab.</td>
384 </tr><tr> 385 </tr><tr>
385 <td><a href="#HelpWindow.newWindow">newWindow</a></td> 386 <td><a href="#HelpWindow.newWindow">newWindow</a></td>
386 <td>Public slot called to open a new help browser dialog.</td> 387 <td>Public slot called to open a new help browser dialog.</td>
391 <td><a href="#HelpWindow.openUrl">openUrl</a></td> 392 <td><a href="#HelpWindow.openUrl">openUrl</a></td>
392 <td>Public slot to load a URL from the bookmarks menu or bookmarks toolbar in the current tab.</td> 393 <td>Public slot to load a URL from the bookmarks menu or bookmarks toolbar in the current tab.</td>
393 </tr><tr> 394 </tr><tr>
394 <td><a href="#HelpWindow.openUrlNewTab">openUrlNewTab</a></td> 395 <td><a href="#HelpWindow.openUrlNewTab">openUrlNewTab</a></td>
395 <td>Public slot to load a URL from the bookmarks menu or bookmarks toolbar in a new tab.</td> 396 <td>Public slot to load a URL from the bookmarks menu or bookmarks toolbar in a new tab.</td>
396 </tr><tr>
397 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td>
398 <td>Class method to get a reference to the password manager.</td>
399 </tr><tr> 397 </tr><tr>
400 <td><a href="#HelpWindow.preferencesChanged">preferencesChanged</a></td> 398 <td><a href="#HelpWindow.preferencesChanged">preferencesChanged</a></td>
401 <td>Public slot to handle a change of preferences.</td> 399 <td>Public slot to handle a change of preferences.</td>
402 </tr><tr> 400 </tr><tr>
403 <td><a href="#HelpWindow.previewer">previewer</a></td> 401 <td><a href="#HelpWindow.previewer">previewer</a></td>
429 </tr><tr> 427 </tr><tr>
430 <td><a href="#HelpWindow.setPrivateMode">setPrivateMode</a></td> 428 <td><a href="#HelpWindow.setPrivateMode">setPrivateMode</a></td>
431 <td>Public method to set the privacy mode.</td> 429 <td>Public method to set the privacy mode.</td>
432 </tr> 430 </tr>
433 </table> 431 </table>
434 <a NAME="HelpWindow.__init__" ID="HelpWindow.__init__"></a> 432 <h3>Static Methods</h3>
433 <table>
434 <tr>
435 <td><a href="#HelpWindow.__getWebIcon">__getWebIcon</a></td>
436 <td>Private static method to fetch the icon for a URL.</td>
437 </tr>
438 </table>
439 <a NAME="HelpWindow.adblockManager" ID="HelpWindow.adblockManager"></a>
440 <h4>HelpWindow.adblockManager (class method)</h4>
441 <b>adblockManager</b>(<i></i>)
442 <p>
443 Class method to get a reference to the AdBlock manager.
444 </p><dl>
445 <dt>Returns:</dt>
446 <dd>
447 reference to the AdBlock manager (AdBlockManager)
448 </dd>
449 </dl><a NAME="HelpWindow.bookmarksManager" ID="HelpWindow.bookmarksManager"></a>
450 <h4>HelpWindow.bookmarksManager (class method)</h4>
451 <b>bookmarksManager</b>(<i></i>)
452 <p>
453 Class method to get a reference to the bookmarks manager.
454 </p><dl>
455 <dt>Returns:</dt>
456 <dd>
457 reference to the bookmarks manager (BookmarksManager)
458 </dd>
459 </dl><a NAME="HelpWindow.cookieJar" ID="HelpWindow.cookieJar"></a>
460 <h4>HelpWindow.cookieJar (class method)</h4>
461 <b>cookieJar</b>(<i></i>)
462 <p>
463 Class method to get a reference to the cookie jar.
464 </p><dl>
465 <dt>Returns:</dt>
466 <dd>
467 reference to the cookie jar (CookieJar)
468 </dd>
469 </dl><a NAME="HelpWindow.downloadManager" ID="HelpWindow.downloadManager"></a>
470 <h4>HelpWindow.downloadManager (class method)</h4>
471 <b>downloadManager</b>(<i></i>)
472 <p>
473 Class method to get a reference to the download manager.
474 </p><dl>
475 <dt>Returns:</dt>
476 <dd>
477 reference to the password manager (DownloadManager)
478 </dd>
479 </dl><a NAME="HelpWindow.helpEngine" ID="HelpWindow.helpEngine"></a>
480 <h4>HelpWindow.helpEngine (class method)</h4>
481 <b>helpEngine</b>(<i></i>)
482 <p>
483 Class method to get a reference to the help engine.
484 </p><dl>
485 <dt>Returns:</dt>
486 <dd>
487 reference to the help engine (QHelpEngine)
488 </dd>
489 </dl><a NAME="HelpWindow.historyManager" ID="HelpWindow.historyManager"></a>
490 <h4>HelpWindow.historyManager (class method)</h4>
491 <b>historyManager</b>(<i></i>)
492 <p>
493 Class method to get a reference to the history manager.
494 </p><dl>
495 <dt>Returns:</dt>
496 <dd>
497 reference to the history manager (HistoryManager)
498 </dd>
499 </dl><a NAME="HelpWindow.icon" ID="HelpWindow.icon"></a>
500 <h4>HelpWindow.icon (class method)</h4>
501 <b>icon</b>(<i>url</i>)
502 <p>
503 Class method to get the icon for an URL.
504 </p><dl>
505 <dt><i>url</i></dt>
506 <dd>
507 URL to get icon for (QUrl)
508 </dd>
509 </dl><dl>
510 <dt>Returns:</dt>
511 <dd>
512 icon for the URL (QIcon)
513 </dd>
514 </dl><a NAME="HelpWindow.mainWindow" ID="HelpWindow.mainWindow"></a>
515 <h4>HelpWindow.mainWindow (class method)</h4>
516 <b>mainWindow</b>(<i></i>)
517 <p>
518 Class method to get a reference to the main window.
519 </p><dl>
520 <dt>Returns:</dt>
521 <dd>
522 reference to the main window (HelpWindow)
523 </dd>
524 </dl><a NAME="HelpWindow.networkAccessManager" ID="HelpWindow.networkAccessManager"></a>
525 <h4>HelpWindow.networkAccessManager (class method)</h4>
526 <b>networkAccessManager</b>(<i></i>)
527 <p>
528 Class method to get a reference to the network access manager.
529 </p><dl>
530 <dt>Returns:</dt>
531 <dd>
532 reference to the network access manager (NetworkAccessManager)
533 </dd>
534 </dl><a NAME="HelpWindow.passwordManager" ID="HelpWindow.passwordManager"></a>
535 <h4>HelpWindow.passwordManager (class method)</h4>
536 <b>passwordManager</b>(<i></i>)
537 <p>
538 Class method to get a reference to the password manager.
539 </p><dl>
540 <dt>Returns:</dt>
541 <dd>
542 reference to the password manager (PasswordManager)
543 </dd>
544 </dl><a NAME="HelpWindow.__init__" ID="HelpWindow.__init__"></a>
435 <h4>HelpWindow (Constructor)</h4> 545 <h4>HelpWindow (Constructor)</h4>
436 <b>HelpWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None</i>) 546 <b>HelpWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None</i>)
437 <p> 547 <p>
438 Constructor 548 Constructor
439 </p><dl> 549 </p><dl>
576 </p><a NAME="HelpWindow.__forward" ID="HelpWindow.__forward"></a> 686 </p><a NAME="HelpWindow.__forward" ID="HelpWindow.__forward"></a>
577 <h4>HelpWindow.__forward</h4> 687 <h4>HelpWindow.__forward</h4>
578 <b>__forward</b>(<i></i>) 688 <b>__forward</b>(<i></i>)
579 <p> 689 <p>
580 Private slot called to handle the forward action. 690 Private slot called to handle the forward action.
581 </p><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a> 691 </p><a NAME="HelpWindow.__hideIndexWindow" ID="HelpWindow.__hideIndexWindow"></a>
582 <h4>HelpWindow.__getWebIcon</h4>
583 <b>__getWebIcon</b>(<i></i>)
584 <p>
585 Private static method to fetch the icon for a URL.
586 </p><dl>
587 <dt><i>url</i></dt>
588 <dd>
589 URL to get icon for (QUrl)
590 </dd>
591 </dl><dl>
592 <dt>Returns:</dt>
593 <dd>
594 icon for the URL (QIcon)
595 </dd>
596 </dl><a NAME="HelpWindow.__hideIndexWindow" ID="HelpWindow.__hideIndexWindow"></a>
597 <h4>HelpWindow.__hideIndexWindow</h4> 692 <h4>HelpWindow.__hideIndexWindow</h4>
598 <b>__hideIndexWindow</b>(<i></i>) 693 <b>__hideIndexWindow</b>(<i></i>)
599 <p> 694 <p>
600 Private method to hide the index window. 695 Private method to hide the index window.
601 </p><a NAME="HelpWindow.__hideSearchWindow" ID="HelpWindow.__hideSearchWindow"></a> 696 </p><a NAME="HelpWindow.__hideSearchWindow" ID="HelpWindow.__hideSearchWindow"></a>
992 </p><dl> 1087 </p><dl>
993 <dt><i>textOnly</i></dt> 1088 <dt><i>textOnly</i></dt>
994 <dd> 1089 <dd>
995 flag indicating to zoom text only (boolean) 1090 flag indicating to zoom text only (boolean)
996 </dd> 1091 </dd>
997 </dl><a NAME="HelpWindow.adblockManager" ID="HelpWindow.adblockManager"></a>
998 <h4>HelpWindow.adblockManager</h4>
999 <b>adblockManager</b>(<i></i>)
1000 <p>
1001 Class method to get a reference to the AdBlock manager.
1002 </p><dl>
1003 <dt>Returns:</dt>
1004 <dd>
1005 reference to the AdBlock manager (AdBlockManager)
1006 </dd>
1007 </dl><a NAME="HelpWindow.bookmarkAll" ID="HelpWindow.bookmarkAll"></a> 1092 </dl><a NAME="HelpWindow.bookmarkAll" ID="HelpWindow.bookmarkAll"></a>
1008 <h4>HelpWindow.bookmarkAll</h4> 1093 <h4>HelpWindow.bookmarkAll</h4>
1009 <b>bookmarkAll</b>(<i></i>) 1094 <b>bookmarkAll</b>(<i></i>)
1010 <p> 1095 <p>
1011 Public slot to bookmark all open tabs. 1096 Public slot to bookmark all open tabs.
1012 </p><a NAME="HelpWindow.bookmarksManager" ID="HelpWindow.bookmarksManager"></a> 1097 </p><a NAME="HelpWindow.browserAt" ID="HelpWindow.browserAt"></a>
1013 <h4>HelpWindow.bookmarksManager</h4>
1014 <b>bookmarksManager</b>(<i></i>)
1015 <p>
1016 Class method to get a reference to the bookmarks manager.
1017 </p><dl>
1018 <dt>Returns:</dt>
1019 <dd>
1020 reference to the bookmarks manager (BookmarksManager)
1021 </dd>
1022 </dl><a NAME="HelpWindow.browserAt" ID="HelpWindow.browserAt"></a>
1023 <h4>HelpWindow.browserAt</h4> 1098 <h4>HelpWindow.browserAt</h4>
1024 <b>browserAt</b>(<i>index</i>) 1099 <b>browserAt</b>(<i>index</i>)
1025 <p> 1100 <p>
1026 Public method to get a reference to the help browser with the given index. 1101 Public method to get a reference to the help browser with the given index.
1027 </p><dl> 1102 </p><dl>
1054 <dd> 1129 <dd>
1055 the close event (QCloseEvent) 1130 the close event (QCloseEvent)
1056 <br />This event is simply accepted after the history has been 1131 <br />This event is simply accepted after the history has been
1057 saved and all window references have been deleted. 1132 saved and all window references have been deleted.
1058 </dd> 1133 </dd>
1059 </dl><a NAME="HelpWindow.cookieJar" ID="HelpWindow.cookieJar"></a>
1060 <h4>HelpWindow.cookieJar</h4>
1061 <b>cookieJar</b>(<i></i>)
1062 <p>
1063 Class method to get a reference to the cookie jar.
1064 </p><dl>
1065 <dt>Returns:</dt>
1066 <dd>
1067 reference to the cookie jar (CookieJar)
1068 </dd>
1069 </dl><a NAME="HelpWindow.currentBrowser" ID="HelpWindow.currentBrowser"></a> 1134 </dl><a NAME="HelpWindow.currentBrowser" ID="HelpWindow.currentBrowser"></a>
1070 <h4>HelpWindow.currentBrowser</h4> 1135 <h4>HelpWindow.currentBrowser</h4>
1071 <b>currentBrowser</b>(<i></i>) 1136 <b>currentBrowser</b>(<i></i>)
1072 <p> 1137 <p>
1073 Public method to get a reference to the current help browser. 1138 Public method to get a reference to the current help browser.
1074 </p><dl> 1139 </p><dl>
1075 <dt>Returns:</dt> 1140 <dt>Returns:</dt>
1076 <dd> 1141 <dd>
1077 reference to the current help browser (HelpBrowser) 1142 reference to the current help browser (HelpBrowser)
1078 </dd> 1143 </dd>
1079 </dl><a NAME="HelpWindow.downloadManager" ID="HelpWindow.downloadManager"></a>
1080 <h4>HelpWindow.downloadManager</h4>
1081 <b>downloadManager</b>(<i></i>)
1082 <p>
1083 Class method to get a reference to the download manager.
1084 </p><dl>
1085 <dt>Returns:</dt>
1086 <dd>
1087 reference to the password manager (DownloadManager)
1088 </dd>
1089 </dl><a NAME="HelpWindow.eventKeyboardModifiers" ID="HelpWindow.eventKeyboardModifiers"></a> 1144 </dl><a NAME="HelpWindow.eventKeyboardModifiers" ID="HelpWindow.eventKeyboardModifiers"></a>
1090 <h4>HelpWindow.eventKeyboardModifiers</h4> 1145 <h4>HelpWindow.eventKeyboardModifiers</h4>
1091 <b>eventKeyboardModifiers</b>(<i></i>) 1146 <b>eventKeyboardModifiers</b>(<i></i>)
1092 <p> 1147 <p>
1093 Public method to get the last recorded keyboard modifiers. 1148 Public method to get the last recorded keyboard modifiers.
1124 </p><dl> 1179 </p><dl>
1125 <dt>Returns:</dt> 1180 <dt>Returns:</dt>
1126 <dd> 1181 <dd>
1127 dictionary with tab id as key and host/namespace as value 1182 dictionary with tab id as key and host/namespace as value
1128 </dd> 1183 </dd>
1129 </dl><a NAME="HelpWindow.helpEngine" ID="HelpWindow.helpEngine"></a>
1130 <h4>HelpWindow.helpEngine</h4>
1131 <b>helpEngine</b>(<i></i>)
1132 <p>
1133 Class method to get a reference to the help engine.
1134 </p><dl>
1135 <dt>Returns:</dt>
1136 <dd>
1137 reference to the help engine (QHelpEngine)
1138 </dd>
1139 </dl><a NAME="HelpWindow.historyManager" ID="HelpWindow.historyManager"></a>
1140 <h4>HelpWindow.historyManager</h4>
1141 <b>historyManager</b>(<i></i>)
1142 <p>
1143 Class method to get a reference to the history manager.
1144 </p><dl>
1145 <dt>Returns:</dt>
1146 <dd>
1147 reference to the history manager (HistoryManager)
1148 </dd>
1149 </dl><a NAME="HelpWindow.icon" ID="HelpWindow.icon"></a>
1150 <h4>HelpWindow.icon</h4>
1151 <b>icon</b>(<i>url</i>)
1152 <p>
1153 Class method to get the icon for an URL.
1154 </p><dl>
1155 <dt><i>url</i></dt>
1156 <dd>
1157 URL to get icon for (QUrl)
1158 </dd>
1159 </dl><dl>
1160 <dt>Returns:</dt>
1161 <dd>
1162 icon for the URL (QIcon)
1163 </dd>
1164 </dl><a NAME="HelpWindow.mainWindow" ID="HelpWindow.mainWindow"></a>
1165 <h4>HelpWindow.mainWindow</h4>
1166 <b>mainWindow</b>(<i></i>)
1167 <p>
1168 Class method to get a reference to the main window.
1169 </p><dl>
1170 <dt>Returns:</dt>
1171 <dd>
1172 reference to the main window (HelpWindow)
1173 </dd>
1174 </dl><a NAME="HelpWindow.masterPasswordChanged" ID="HelpWindow.masterPasswordChanged"></a> 1184 </dl><a NAME="HelpWindow.masterPasswordChanged" ID="HelpWindow.masterPasswordChanged"></a>
1175 <h4>HelpWindow.masterPasswordChanged</h4> 1185 <h4>HelpWindow.masterPasswordChanged</h4>
1176 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) 1186 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
1177 <p> 1187 <p>
1178 Public slot to handle the change of the master password. 1188 Public slot to handle the change of the master password.
1192 </p><dl> 1202 </p><dl>
1193 <dt><i>evt</i></dt> 1203 <dt><i>evt</i></dt>
1194 <dd> 1204 <dd>
1195 reference to the mouse event (QMouseEvent) 1205 reference to the mouse event (QMouseEvent)
1196 </dd> 1206 </dd>
1197 </dl><a NAME="HelpWindow.networkAccessManager" ID="HelpWindow.networkAccessManager"></a>
1198 <h4>HelpWindow.networkAccessManager</h4>
1199 <b>networkAccessManager</b>(<i></i>)
1200 <p>
1201 Class method to get a reference to the network access manager.
1202 </p><dl>
1203 <dt>Returns:</dt>
1204 <dd>
1205 reference to the network access manager (NetworkAccessManager)
1206 </dd>
1207 </dl><a NAME="HelpWindow.newTab" ID="HelpWindow.newTab"></a> 1207 </dl><a NAME="HelpWindow.newTab" ID="HelpWindow.newTab"></a>
1208 <h4>HelpWindow.newTab</h4> 1208 <h4>HelpWindow.newTab</h4>
1209 <b>newTab</b>(<i>link=None, requestData=None</i>) 1209 <b>newTab</b>(<i>link=None, requestData=None</i>)
1210 <p> 1210 <p>
1211 Public slot called to open a new help window tab. 1211 Public slot called to open a new help window tab.
1263 <dd> 1263 <dd>
1264 url to be opened (QUrl) 1264 url to be opened (QUrl)
1265 </dd><dt><i>title</i></dt> 1265 </dd><dt><i>title</i></dt>
1266 <dd> 1266 <dd>
1267 title of the bookmark (string) 1267 title of the bookmark (string)
1268 </dd>
1269 </dl><a NAME="HelpWindow.passwordManager" ID="HelpWindow.passwordManager"></a>
1270 <h4>HelpWindow.passwordManager</h4>
1271 <b>passwordManager</b>(<i></i>)
1272 <p>
1273 Class method to get a reference to the password manager.
1274 </p><dl>
1275 <dt>Returns:</dt>
1276 <dd>
1277 reference to the password manager (PasswordManager)
1278 </dd> 1268 </dd>
1279 </dl><a NAME="HelpWindow.preferencesChanged" ID="HelpWindow.preferencesChanged"></a> 1269 </dl><a NAME="HelpWindow.preferencesChanged" ID="HelpWindow.preferencesChanged"></a>
1280 <h4>HelpWindow.preferencesChanged</h4> 1270 <h4>HelpWindow.preferencesChanged</h4>
1281 <b>preferencesChanged</b>(<i></i>) 1271 <b>preferencesChanged</b>(<i></i>)
1282 <p> 1272 <p>
1379 </p><dl> 1369 </p><dl>
1380 <dt><i>on</i></dt> 1370 <dt><i>on</i></dt>
1381 <dd> 1371 <dd>
1382 flag indicating the privacy state (boolean) 1372 flag indicating the privacy state (boolean)
1383 </dd> 1373 </dd>
1374 </dl><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a>
1375 <h4>HelpWindow.__getWebIcon (static)</h4>
1376 <b>__getWebIcon</b>(<i></i>)
1377 <p>
1378 Private static method to fetch the icon for a URL.
1379 </p><dl>
1380 <dt><i>url</i></dt>
1381 <dd>
1382 URL to get icon for (QUrl)
1383 </dd>
1384 </dl><dl>
1385 <dt>Returns:</dt>
1386 <dd>
1387 icon for the URL (QIcon)
1388 </dd>
1384 </dl> 1389 </dl>
1385 <div align="right"><a href="#top">Up</a></div> 1390 <div align="right"><a href="#top">Up</a></div>
1386 <hr /> 1391 <hr />
1387 </body></html> 1392 </body></html>

eric ide

mercurial