Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 314
c1379cab7697
parent 256
04083f42042d
child 350
db40effc5c65
equal deleted inserted replaced
313:4872737993ab 314:c1379cab7697
218 <td>Private slot used to show the previous tab.</td> 218 <td>Private slot used to show the previous tab.</td>
219 </tr><tr> 219 </tr><tr>
220 <td><a href="#HelpWindow.__printFile">__printFile</a></td> 220 <td><a href="#HelpWindow.__printFile">__printFile</a></td>
221 <td>Private slot called to print the displayed file.</td> 221 <td>Private slot called to print the displayed file.</td>
222 </tr><tr> 222 </tr><tr>
223 <td><a href="#HelpWindow.__printFilePdf">__printFilePdf</a></td>
224 <td>Private slot called to print the displayed file to PDF.</td>
225 </tr><tr>
226 <td><a href="#HelpWindow.__printPdfRequested">__printPdfRequested</a></td>
227 <td>Private slot to handle a print to PDF request.</td>
228 </tr><tr>
223 <td><a href="#HelpWindow.__printPreview">__printPreview</a></td> 229 <td><a href="#HelpWindow.__printPreview">__printPreview</a></td>
224 <td>Public slot to generate a print preview.</td> 230 <td>Public slot to generate a print preview.</td>
225 </tr><tr> 231 </tr><tr>
226 <td><a href="#HelpWindow.__printPreviewFile">__printPreviewFile</a></td> 232 <td><a href="#HelpWindow.__printPreviewFile">__printPreviewFile</a></td>
227 <td>Private slot called to show a print preview of the displayed file.</td> 233 <td>Private slot called to show a print preview of the displayed file.</td>
339 </tr><tr> 345 </tr><tr>
340 <td><a href="#HelpWindow.__tabContextMenuMoveRight">__tabContextMenuMoveRight</a></td> 346 <td><a href="#HelpWindow.__tabContextMenuMoveRight">__tabContextMenuMoveRight</a></td>
341 <td>Private method to move a tab one position to the right.</td> 347 <td>Private method to move a tab one position to the right.</td>
342 </tr><tr> 348 </tr><tr>
343 <td><a href="#HelpWindow.__tabContextMenuPrint">__tabContextMenuPrint</a></td> 349 <td><a href="#HelpWindow.__tabContextMenuPrint">__tabContextMenuPrint</a></td>
350 <td>Private method to print the selected tab.</td>
351 </tr><tr>
352 <td><a href="#HelpWindow.__tabContextMenuPrintPdf">__tabContextMenuPrintPdf</a></td>
344 <td>Private method to print the selected tab.</td> 353 <td>Private method to print the selected tab.</td>
345 </tr><tr> 354 </tr><tr>
346 <td><a href="#HelpWindow.__tabContextMenuPrintPreview">__tabContextMenuPrintPreview</a></td> 355 <td><a href="#HelpWindow.__tabContextMenuPrintPreview">__tabContextMenuPrintPreview</a></td>
347 <td>Private method to show a print preview of the selected tab.</td> 356 <td>Private method to show a print preview of the selected tab.</td>
348 </tr><tr> 357 </tr><tr>
850 </p><dl> 859 </p><dl>
851 <dt><i>browser</i></dt> 860 <dt><i>browser</i></dt>
852 <dd> 861 <dd>
853 reference to the browser to be printed (HelpBrowserWV) 862 reference to the browser to be printed (HelpBrowserWV)
854 </dd> 863 </dd>
864 </dl><a NAME="HelpWindow.__printFilePdf" ID="HelpWindow.__printFilePdf"></a>
865 <h4>HelpWindow.__printFilePdf</h4>
866 <b>__printFilePdf</b>(<i>browser = None</i>)
867 <p>
868 Private slot called to print the displayed file to PDF.
869 </p><dl>
870 <dt><i>browser</i></dt>
871 <dd>
872 reference to the browser to be printed (HelpBrowserWV)
873 </dd>
874 </dl><a NAME="HelpWindow.__printPdfRequested" ID="HelpWindow.__printPdfRequested"></a>
875 <h4>HelpWindow.__printPdfRequested</h4>
876 <b>__printPdfRequested</b>(<i>frame</i>)
877 <p>
878 Private slot to handle a print to PDF request.
879 </p><dl>
880 <dt><i>frame</i></dt>
881 <dd>
882 reference to the frame to be printed (QWebFrame)
883 </dd>
855 </dl><a NAME="HelpWindow.__printPreview" ID="HelpWindow.__printPreview"></a> 884 </dl><a NAME="HelpWindow.__printPreview" ID="HelpWindow.__printPreview"></a>
856 <h4>HelpWindow.__printPreview</h4> 885 <h4>HelpWindow.__printPreview</h4>
857 <b>__printPreview</b>(<i>printer</i>) 886 <b>__printPreview</b>(<i>printer</i>)
858 <p> 887 <p>
859 Public slot to generate a print preview. 888 Public slot to generate a print preview.
1108 </p><a NAME="HelpWindow.__tabContextMenuPrint" ID="HelpWindow.__tabContextMenuPrint"></a> 1137 </p><a NAME="HelpWindow.__tabContextMenuPrint" ID="HelpWindow.__tabContextMenuPrint"></a>
1109 <h4>HelpWindow.__tabContextMenuPrint</h4> 1138 <h4>HelpWindow.__tabContextMenuPrint</h4>
1110 <b>__tabContextMenuPrint</b>(<i></i>) 1139 <b>__tabContextMenuPrint</b>(<i></i>)
1111 <p> 1140 <p>
1112 Private method to print the selected tab. 1141 Private method to print the selected tab.
1142 </p><a NAME="HelpWindow.__tabContextMenuPrintPdf" ID="HelpWindow.__tabContextMenuPrintPdf"></a>
1143 <h4>HelpWindow.__tabContextMenuPrintPdf</h4>
1144 <b>__tabContextMenuPrintPdf</b>(<i></i>)
1145 <p>
1146 Private method to print the selected tab.
1113 </p><a NAME="HelpWindow.__tabContextMenuPrintPreview" ID="HelpWindow.__tabContextMenuPrintPreview"></a> 1147 </p><a NAME="HelpWindow.__tabContextMenuPrintPreview" ID="HelpWindow.__tabContextMenuPrintPreview"></a>
1114 <h4>HelpWindow.__tabContextMenuPrintPreview</h4> 1148 <h4>HelpWindow.__tabContextMenuPrintPreview</h4>
1115 <b>__tabContextMenuPrintPreview</b>(<i></i>) 1149 <b>__tabContextMenuPrintPreview</b>(<i></i>)
1116 <p> 1150 <p>
1117 Private method to show a print preview of the selected tab. 1151 Private method to show a print preview of the selected tab.

eric ide

mercurial