Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 314
c1379cab7697
parent 256
04083f42042d
child 350
db40effc5c65
diff -r 4872737993ab -r c1379cab7697 Documentation/Source/eric5.Helpviewer.HelpWindow.html
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Sun May 30 18:28:06 2010 +0200
+++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Sun May 30 18:53:41 2010 +0200
@@ -220,6 +220,12 @@
 <td><a href="#HelpWindow.__printFile">__printFile</a></td>
 <td>Private slot called to print the displayed file.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__printFilePdf">__printFilePdf</a></td>
+<td>Private slot called to print the displayed file to PDF.</td>
+</tr><tr>
+<td><a href="#HelpWindow.__printPdfRequested">__printPdfRequested</a></td>
+<td>Private slot to handle a print to PDF request.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__printPreview">__printPreview</a></td>
 <td>Public slot to generate a print preview.</td>
 </tr><tr>
@@ -343,6 +349,9 @@
 <td><a href="#HelpWindow.__tabContextMenuPrint">__tabContextMenuPrint</a></td>
 <td>Private method to print the selected tab.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__tabContextMenuPrintPdf">__tabContextMenuPrintPdf</a></td>
+<td>Private method to print the selected tab.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__tabContextMenuPrintPreview">__tabContextMenuPrintPreview</a></td>
 <td>Private method to show a print preview of the selected tab.</td>
 </tr><tr>
@@ -852,6 +861,26 @@
 <dd>
 reference to the browser to be printed (HelpBrowserWV)
 </dd>
+</dl><a NAME="HelpWindow.__printFilePdf" ID="HelpWindow.__printFilePdf"></a>
+<h4>HelpWindow.__printFilePdf</h4>
+<b>__printFilePdf</b>(<i>browser = None</i>)
+<p>
+        Private slot called to print the displayed file to PDF.
+</p><dl>
+<dt><i>browser</i></dt>
+<dd>
+reference to the browser to be printed (HelpBrowserWV)
+</dd>
+</dl><a NAME="HelpWindow.__printPdfRequested" ID="HelpWindow.__printPdfRequested"></a>
+<h4>HelpWindow.__printPdfRequested</h4>
+<b>__printPdfRequested</b>(<i>frame</i>)
+<p>
+        Private slot to handle a print to PDF request.
+</p><dl>
+<dt><i>frame</i></dt>
+<dd>
+reference to the frame to be printed (QWebFrame)
+</dd>
 </dl><a NAME="HelpWindow.__printPreview" ID="HelpWindow.__printPreview"></a>
 <h4>HelpWindow.__printPreview</h4>
 <b>__printPreview</b>(<i>printer</i>)
@@ -1110,6 +1139,11 @@
 <b>__tabContextMenuPrint</b>(<i></i>)
 <p>
         Private method to print the selected tab.
+</p><a NAME="HelpWindow.__tabContextMenuPrintPdf" ID="HelpWindow.__tabContextMenuPrintPdf"></a>
+<h4>HelpWindow.__tabContextMenuPrintPdf</h4>
+<b>__tabContextMenuPrintPdf</b>(<i></i>)
+<p>
+        Private method to print the selected tab.
 </p><a NAME="HelpWindow.__tabContextMenuPrintPreview" ID="HelpWindow.__tabContextMenuPrintPreview"></a>
 <h4>HelpWindow.__tabContextMenuPrintPreview</h4>
 <b>__tabContextMenuPrintPreview</b>(<i></i>)

eric ide

mercurial