eric3.QScintilla.Printer
Module implementing the printer functionality.
Classes
Functions
Printer
Class implementing the QextScintillaPrinter with a header.
Derived from
QextScintillaPrinter
Methods
Printer (Constructor)
Printer(mode = QPrinter.ScreenResolution)
Constructor
- mode
-
mode of the printer (QPrinter....)
Printer.formatPage
formatPage(painter, drawing, area, pagenr)
Private method to generate a header line.
- area
-
the drawing area (QRectangle)
- drawing
-
flag indicating that something should be drawn
- pagenr
-
the page number (int)
- painter
-
the paint canvas (QPainter)