Documentation/Source/eric5.QScintilla.Printer.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.QScintilla.Printer.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.QScintilla.Printer.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.QScintilla.Printer</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#112;&#114;&#105;&#110;&#116;&#101;&#114; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#97;&#108;&#105;&#116;y.
+Module implementing the printer functionality.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#Printer">Printer</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#81;&#101;x&#116;&#83;&#99;&#105;&#110;&#116;&#105;&#108;&#108;&#97;&#80;&#114;&#105;&#110;&#116;&#101;&#114; w&#105;&#116;&#104; &#97; &#104;&#101;&#97;&#100;&#101;&#114;.</td>
+<td>Class implementing the QextScintillaPrinter with a header.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -45,7 +45,7 @@
 <p>
 
 </p><p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#81;&#101;x&#116;&#83;&#99;&#105;&#110;&#116;&#105;&#108;&#108;&#97;&#80;&#114;&#105;&#110;&#116;&#101;&#114; w&#105;&#116;&#104; &#97; &#104;&#101;&#97;&#100;&#101;&#114;.
+    Class implementing the QextScintillaPrinter with a header.
 </p>
 <h3>Derived from</h3>
 QsciPrinter
@@ -57,40 +57,40 @@
 <table>
 <tr>
 <td><a href="#Printer.__init__">Printer</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#Printer.formatPage">formatPage</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97; &#104;&#101;&#97;&#100;&#101;&#114; &#108;&#105;&#110;&#101;.</td>
+<td>Private method to generate a header line.</td>
 </tr>
 </table>
 <a NAME="Printer.__init__" ID="Printer.__init__"></a>
 <h4>Printer (Constructor)</h4>
 <b>Printer</b>(<i>mode = QPrinter.ScreenResolution</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>mode</i></dt>
 <dd>
-&#109;&#111;&#100;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#105;&#110;&#116;&#101;&#114; (&#81;&#80;&#114;&#105;&#110;&#116;&#101;&#114;.&#80;&#114;&#105;&#110;&#116;&#101;&#114;&#77;&#111;&#100;&#101;)
+mode of the printer (QPrinter.PrinterMode)
 </dd>
 </dl><a NAME="Printer.formatPage" ID="Printer.formatPage"></a>
 <h4>Printer.formatPage</h4>
 <b>formatPage</b>(<i>painter, drawing, area, pagenr</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97; &#104;&#101;&#97;&#100;&#101;&#114; &#108;&#105;&#110;&#101;.
+        Private method to generate a header line.
 </p><dl>
 <dt><i>painter</i></dt>
 <dd>
-&#116;&#104;&#101; &#112;&#97;&#105;&#110;&#116; &#99;&#97;&#110;v&#97;&#115; (&#81;&#80;&#97;&#105;&#110;&#116;&#101;&#114;)
+the paint canvas (QPainter)
 </dd><dt><i>drawing</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#115;&#111;&#109;&#101;&#116;&#104;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#100;&#114;&#97;w&#110;
+flag indicating that something should be drawn
 </dd><dt><i>area</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#114;&#97;w&#105;&#110;&#103; &#97;&#114;&#101;&#97; (&#81;&#82;&#101;&#99;&#116;)
+the drawing area (QRect)
 </dd><dt><i>pagenr</i></dt>
 <dd>
-&#116;&#104;&#101; &#112;&#97;&#103;&#101; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;)
+the page number (int)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial