269 <td>Private slot to save the current page.</td> |
269 <td>Private slot to save the current page.</td> |
270 </tr><tr> |
270 </tr><tr> |
271 <td><a href="#HelpWindow.__savePageScreen">__savePageScreen</a></td> |
271 <td><a href="#HelpWindow.__savePageScreen">__savePageScreen</a></td> |
272 <td>Private slot to save the current page as a screen shot.</td> |
272 <td>Private slot to save the current page as a screen shot.</td> |
273 </tr><tr> |
273 </tr><tr> |
|
274 <td><a href="#HelpWindow.__saveVisiblePageScreen">__saveVisiblePageScreen</a></td> |
|
275 <td>Private slot to save the visible part of the current page as a screen shot.</td> |
|
276 </tr><tr> |
274 <td><a href="#HelpWindow.__searchForWord">__searchForWord</a></td> |
277 <td><a href="#HelpWindow.__searchForWord">__searchForWord</a></td> |
275 <td>Private slot to search for a word.</td> |
278 <td>Private slot to search for a word.</td> |
276 </tr><tr> |
279 </tr><tr> |
277 <td><a href="#HelpWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> |
280 <td><a href="#HelpWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> |
278 <td>Private method to set the favicons path.</td> |
281 <td>Private method to set the favicons path.</td> |
1039 <b>__savePageAs</b>(<i></i>) |
1042 <b>__savePageAs</b>(<i></i>) |
1040 <p> |
1043 <p> |
1041 Private slot to save the current page. |
1044 Private slot to save the current page. |
1042 </p><a NAME="HelpWindow.__savePageScreen" ID="HelpWindow.__savePageScreen"></a> |
1045 </p><a NAME="HelpWindow.__savePageScreen" ID="HelpWindow.__savePageScreen"></a> |
1043 <h4>HelpWindow.__savePageScreen</h4> |
1046 <h4>HelpWindow.__savePageScreen</h4> |
1044 <b>__savePageScreen</b>(<i></i>) |
1047 <b>__savePageScreen</b>(<i>visibleOnly=False</i>) |
1045 <p> |
1048 <p> |
1046 Private slot to save the current page as a screen shot. |
1049 Private slot to save the current page as a screen shot. |
|
1050 </p><dl> |
|
1051 <dt><i>visibleOnly</i></dt> |
|
1052 <dd> |
|
1053 flag indicating to just save the visible part |
|
1054 of the page (boolean) |
|
1055 </dd> |
|
1056 </dl><a NAME="HelpWindow.__saveVisiblePageScreen" ID="HelpWindow.__saveVisiblePageScreen"></a> |
|
1057 <h4>HelpWindow.__saveVisiblePageScreen</h4> |
|
1058 <b>__saveVisiblePageScreen</b>(<i></i>) |
|
1059 <p> |
|
1060 Private slot to save the visible part of the current page as a screen shot. |
1047 </p><a NAME="HelpWindow.__searchForWord" ID="HelpWindow.__searchForWord"></a> |
1061 </p><a NAME="HelpWindow.__searchForWord" ID="HelpWindow.__searchForWord"></a> |
1048 <h4>HelpWindow.__searchForWord</h4> |
1062 <h4>HelpWindow.__searchForWord</h4> |
1049 <b>__searchForWord</b>(<i></i>) |
1063 <b>__searchForWord</b>(<i></i>) |
1050 <p> |
1064 <p> |
1051 Private slot to search for a word. |
1065 Private slot to search for a word. |