eric7/Documentation/Source/eric7.ViewManager.ViewManager.html

branch
eric7
changeset 8523
14e1ee6e720b
parent 8372
e0227a7c850e
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html	Fri Aug 20 14:19:13 2021 +0200
+++ b/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html	Fri Aug 20 14:19:55 2021 +0200
@@ -1060,6 +1060,10 @@
 <td>Public slot to show a print preview of the current editor.</td>
 </tr>
 <tr>
+<td><a href="#ViewManager.printPreviewEditor">printPreviewEditor</a></td>
+<td>Public slot to show a print preview of an editor.</td>
+</tr>
+<tr>
 <td><a href="#ViewManager.projectClosed">projectClosed</a></td>
 <td>Public slot to handle the projectClosed signal.</td>
 </tr>
@@ -3924,7 +3928,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor to be printed
 </dd>
@@ -3936,6 +3940,20 @@
 <p>
         Public slot to show a print preview of the current editor.
 </p>
+<a NAME="ViewManager.printPreviewEditor" ID="ViewManager.printPreviewEditor"></a>
+<h4>ViewManager.printPreviewEditor</h4>
+<b>printPreviewEditor</b>(<i>editor</i>)
+
+<p>
+        Public slot to show a print preview of an editor.
+</p>
+<dl>
+
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+editor to be printed
+</dd>
+</dl>
 <a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a>
 <h4>ViewManager.projectClosed</h4>
 <b>projectClosed</b>(<i></i>)

eric ide

mercurial