eric6.QScintilla.Printer
Module implementing the printer functionality.
Global Attributes
Classes
Printer |
Class implementing the QsciPrinter with a header. |
Functions
Printer
Class implementing the QsciPrinter with a header.
Derived from
QsciPrinter
Class Attributes
Class Methods
Methods
Static Methods
Printer (Constructor)
Printer(mode=QPrinter.ScreenResolution)
Constructor
- mode
-
mode of the printer (QPrinter.PrinterMode)
Printer.formatPage
formatPage(painter, drawing, area, pagenr)
Public method to generate a header line.
- painter
-
the paint canvas (QPainter)
- drawing
-
flag indicating that something should be drawn
- area
-
the drawing area (QRect)
- pagenr
-
the page number (int)