![]() |
Qt 6.x
The Qt SDK
|
\reentrant More...
#include <qprinter.h>
Public Types | |
enum | PrinterMode { ScreenResolution , PrinterResolution , HighResolution } |
This enum describes the mode the printer should work in. More... | |
enum | PageOrder { FirstPageFirst , LastPageFirst } |
This enum type is used by QPrinter to tell the application program how to print. More... | |
enum | ColorMode { GrayScale , Color } |
This enum type is used to indicate whether QPrinter should print in color or not. More... | |
enum | PaperSource { OnlyOne , Lower , Middle , Manual , Envelope , EnvelopeManual , Auto , Tractor , SmallFormat , LargeFormat , LargeCapacity , Cassette , FormSource , MaxPageSource , CustomSource , LastPaperSource = CustomSource , Upper = OnlyOne } |
This enum type specifies what paper source QPrinter is to use. More... | |
enum | PrinterState { Idle , Active , Aborted , Error } |
\value Idle \value Active \value Aborted \value Error More... | |
enum | OutputFormat { NativeFormat , PdfFormat } |
The OutputFormat enum is used to describe the format QPrinter should use for printing. More... | |
enum | PrintRange { AllPages , Selection , PageRange , CurrentPage } |
Used to specify the print range selection option. More... | |
enum | Unit { Millimeter , Point , Inch , Pica , Didot , Cicero , DevicePixel } |
![]() | |
enum | PdfVersion { PdfVersion_1_4 , PdfVersion_A1b , PdfVersion_1_6 } |
The PdfVersion enum describes the version of the PDF file that is produced by QPrinter or QPdfWriter. More... | |
![]() | |
enum | PaintDeviceMetric { PdmWidth = 1 , PdmHeight , PdmWidthMM , PdmHeightMM , PdmNumColors , PdmDepth , PdmDpiX , PdmDpiY , PdmPhysicalDpiX , PdmPhysicalDpiY , PdmDevicePixelRatio , PdmDevicePixelRatioScaled } |
Public Member Functions | |
QPrinter (PrinterMode mode=ScreenResolution) | |
Creates a new printer object with the given mode. | |
QPrinter (const QPrinterInfo &printer, PrinterMode mode=ScreenResolution) | |
~QPrinter () | |
Destroys the printer object and frees any allocated resources. | |
int | devType () const override |
void | setOutputFormat (OutputFormat format) |
OutputFormat | outputFormat () const |
void | setPdfVersion (PdfVersion version) |
PdfVersion | pdfVersion () const |
void | setPrinterName (const QString &) |
Sets the printer name to name. | |
QString | printerName () const |
Returns the printer name. | |
bool | isValid () const |
void | setOutputFileName (const QString &) |
Sets the name of the output file to fileName. | |
QString | outputFileName () const |
Returns the name of the output file. | |
void | setPrintProgram (const QString &) |
Sets the name of the program that should do the print job to printProg. | |
QString | printProgram () const |
Returns the name of the program that sends the print output to the printer. | |
void | setDocName (const QString &) |
Sets the document name to name. | |
QString | docName () const |
Returns the document name. | |
void | setCreator (const QString &) |
Sets the name of the application that created the document to creator. | |
QString | creator () const |
Returns the name of the application that created the document. | |
void | setPageOrder (PageOrder) |
Sets the page order to pageOrder. | |
PageOrder | pageOrder () const |
Returns the current page order. | |
void | setColorMode (ColorMode) |
Sets the printer's color mode to newColorMode, which can be either Color or GrayScale . | |
ColorMode | colorMode () const |
Returns the current color mode. | |
void | setCollateCopies (bool collate) |
bool | collateCopies () const |
void | setCopyCount (int) |
int | copyCount () const |
bool | supportsMultipleCopies () const |
![]() | |
~QPagedPaintDevice () | |
Destroys the object. | |
virtual bool | newPage ()=0 |
Starts a new page. | |
virtual bool | setPageLayout (const QPageLayout &pageLayout) |
virtual bool | setPageSize (const QPageSize &pageSize) |
virtual bool | setPageOrientation (QPageLayout::Orientation orientation) |
virtual bool | setPageMargins (const QMarginsF &margins, QPageLayout::Unit units=QPageLayout::Millimeter) |
QPageLayout | pageLayout () const |
virtual void | setPageRanges (const QPageRanges &ranges) |
QPageRanges | pageRanges () const |
![]() | |
virtual | ~QPaintDevice () |
virtual int | devType () const |
bool | paintingActive () const |
virtual QPaintEngine * | paintEngine () const =0 |
int | width () const |
int | height () const |
int | widthMM () const |
int | heightMM () const |
int | logicalDpiX () const |
int | logicalDpiY () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
qreal | devicePixelRatio () const |
qreal | devicePixelRatioF () const |
int | colorCount () const |
int | depth () const |
Protected Member Functions | |
void | setEngines (QPrintEngine *printEngine, QPaintEngine *paintEngine) |
This function is used by subclasses of QPrinter to specify custom print and paint engines (printEngine and paintEngine, respectively). | |
![]() | |
QPagedPaintDevice (QPagedPaintDevicePrivate *dd) | |
QPagedPaintDevicePrivate * | dd () |
![]() | |
QPaintDevice () noexcept | |
virtual int | metric (PaintDeviceMetric metric) const |
virtual void | initPainter (QPainter *painter) const |
virtual QPaintDevice * | redirected (QPoint *offset) const |
virtual QPainter * | sharedPainter () const |
Friends | |
class | QPrintDialogPrivate |
class | QAbstractPrintDialog |
class | QAbstractPrintDialogPrivate |
class | QPrintPreviewWidgetPrivate |
class | QTextDocument |
class | QPageSetupWidget |
enum | DuplexMode { DuplexNone = 0 , DuplexAuto , DuplexLongSide , DuplexShortSide } |
void | setResolution (int) |
Requests that the printer prints at dpi or as near to dpi as possible. | |
int | resolution () const |
Returns the current assumed resolution of the printer, as set by setResolution() or by the printer driver. | |
void | setFullPage (bool) |
If fp is true, enables support for painting over the entire page; otherwise restricts painting to the printable area reported by the device. | |
bool | fullPage () const |
Returns true if the origin of the printer's coordinate system is at the corner of the page and false if it is at the edge of the printable area. | |
void | setPaperSource (PaperSource) |
Sets the paper source setting to source. | |
PaperSource | paperSource () const |
Returns the printer's paper source. | |
void | setDuplex (DuplexMode duplex) |
DuplexMode | duplex () const |
QList< int > | supportedResolutions () const |
Returns a list of the resolutions (a list of dots-per-inch integers) that the printer says it supports. | |
void | setFontEmbeddingEnabled (bool enable) |
bool | fontEmbeddingEnabled () const |
QRectF | paperRect (Unit) const |
QRectF | pageRect (Unit) const |
QString | printerSelectionOption () const |
Returns the printer options selection string. | |
void | setPrinterSelectionOption (const QString &) |
Sets the printer to use option to select the printer. | |
bool | newPage () override |
Tells the printer to eject the current page and to continue printing on a new page. | |
bool | abort () |
Aborts the current print run. | |
PrinterState | printerState () const |
Returns the current state of the printer. | |
QPaintEngine * | paintEngine () const override |
Returns the paint engine used by the printer. | |
QPrintEngine * | printEngine () const |
void | setFromTo (int fromPage, int toPage) |
int | fromPage () const |
int | toPage () const |
void | setPrintRange (PrintRange range) |
PrintRange | printRange () const |
int | metric (PaintDeviceMetric) const override |
Additional Inherited Members | |
![]() | |
static qreal | devicePixelRatioFScale () |
![]() | |
QPagedPaintDevicePrivate * | d |
![]() | |
ushort | painters |
\reentrant
The QPrinter class is a paint device that paints on a printer.
\inmodule QtPrintSupport
This device represents a series of pages of printed output, and is used in almost exactly the same way as other paint devices such as QWidget and QPixmap. A set of additional functions are provided to manage device-specific features, such as orientation and resolution, and to step through the pages in a document as it is generated.
When printing directly to a printer on Windows or \macos, QPrinter uses the built-in printer drivers. On X11, QPrinter uses the \l{Common Unix Printing System (CUPS)} to send PDF output to the printer. As an alternative, the printProgram() function can be used to specify the command or utility to use instead of the system default.
Note that setting parameters like paper size and resolution on an invalid printer is undefined. You can use QPrinter::isValid() to verify this before changing any parameters.
QPrinter supports a number of parameters, most of which can be changed by the end user through a \l{QPrintDialog}{print dialog}. In general, QPrinter passes these functions onto the underlying QPrintEngine.
The most important parameters are: \list
Many of these functions can only be called before the actual printing begins (i.e., before QPainter::begin() is called). This usually makes sense because, for example, it's not possible to change the number of copies when you are halfway through printing. There are also some settings that the user sets (through the printer dialog) and that applications are expected to obey. See QAbstractPrintDialog's documentation for more details.
When QPainter::begin() is called, the QPrinter it operates on is prepared for a new page, enabling the QPainter to be used immediately to paint the first page in a document. Once the first page has been painted, newPage() can be called to request a new blank page to paint on, or QPainter::end() can be called to finish printing. The second page and all following pages are prepared using a call to newPage() before they are painted.
The first page in a document does not need to be preceded by a call to newPage(). You only need to calling newPage() after QPainter::begin() if you need to insert a blank page at the beginning of a printed document. Similarly, calling newPage() after the last page in a document is painted will result in a trailing blank page appended to the end of the printed document.
If you want to abort the print job, abort() will try its best to stop printing. It may cancel the entire job or just part of it.
Since QPrinter can print to any QPrintEngine subclass, it is possible to extend printing support to cover new types of printing subsystem by subclassing QPrintEngine and reimplementing its interface.
Definition at line 27 of file qprinter.h.
enum QPrinter::ColorMode |
This enum type is used to indicate whether QPrinter should print in color or not.
\value Color print in color if available, otherwise in grayscale.
\value GrayScale print in grayscale, even on color printers.
Enumerator | |
---|---|
GrayScale | |
Color |
Definition at line 42 of file qprinter.h.
enum QPrinter::DuplexMode |
This enum is used to indicate whether printing will occur on one or both sides of each sheet of paper (simplex or duplex printing).
\value DuplexNone Single sided (simplex) printing only. \value DuplexAuto The printer's default setting is used to determine whether duplex printing is used. \value DuplexLongSide Both sides of each sheet of paper are used for printing. The paper is turned over its longest edge before the second side is printed \value DuplexShortSide Both sides of each sheet of paper are used for printing. The paper is turned over its shortest edge before the second side is printed
Enumerator | |
---|---|
DuplexNone | |
DuplexAuto | |
DuplexLongSide | |
DuplexShortSide |
Definition at line 84 of file qprinter.h.
The OutputFormat enum is used to describe the format QPrinter should use for printing.
\value NativeFormat QPrinter will print output using a method defined by the platform it is running on. This mode is the default when printing directly to a printer.
\value PdfFormat QPrinter will generate its output as a searchable PDF file. This mode is the default when printing to a file.
Enumerator | |
---|---|
NativeFormat | |
PdfFormat |
Definition at line 69 of file qprinter.h.
enum QPrinter::PageOrder |
This enum type is used by QPrinter to tell the application program how to print.
\value FirstPageFirst the lowest-numbered page should be printed first.
\value LastPageFirst the highest-numbered page should be printed first.
Enumerator | |
---|---|
FirstPageFirst | |
LastPageFirst |
Definition at line 39 of file qprinter.h.
This enum type specifies what paper source QPrinter is to use.
QPrinter does not check that the paper source is available; it just uses this information to try and set the paper source. Whether it will set the paper source depends on whether the printer has that particular source.
\value Auto \value Cassette \value Envelope \value EnvelopeManual \value FormSource \value LargeCapacity \value LargeFormat \value Lower \value MaxPageSource Deprecated, use LastPaperSource instead \value Middle \value Manual \value OnlyOne \value Tractor \value SmallFormat \value Upper \value CustomSource A PaperSource defined by the printer that is unknown to Qt \value LastPaperSource The highest valid PaperSource value, currently CustomSource
Enumerator | |
---|---|
OnlyOne | |
Lower | |
Middle | |
Manual | |
Envelope | |
EnvelopeManual | |
Auto | |
Tractor | |
SmallFormat | |
LargeFormat | |
LargeCapacity | |
Cassette | |
FormSource | |
MaxPageSource | |
CustomSource | |
LastPaperSource | |
Upper |
Definition at line 45 of file qprinter.h.
This enum describes the mode the printer should work in.
It basically presets a certain resolution and working mode.
\value ScreenResolution Sets the resolution of the print device to the screen resolution. This has the big advantage that the results obtained when painting on the printer will match more or less exactly the visible output on the screen. It is the easiest to use, as font metrics on the screen and on the printer are the same. This is the default value. ScreenResolution will produce a lower quality output than HighResolution and should only be used for drafts.
\value PrinterResolution This value is deprecated. It is equivalent to ScreenResolution on Unix and HighResolution on Windows and Mac. Due to the difference between ScreenResolution and HighResolution, use of this value may lead to non-portable printer code.
\value HighResolution On Windows, sets the printer resolution to that defined for the printer in use. For PDF printing, sets the resolution of the PDF driver to 1200 dpi.
Enumerator | |
---|---|
ScreenResolution | |
PrinterResolution | |
HighResolution |
Definition at line 31 of file qprinter.h.
\value Idle \value Active \value Aborted \value Error
Enumerator | |
---|---|
Idle | |
Active | |
Aborted | |
Error |
Definition at line 64 of file qprinter.h.
enum QPrinter::PrintRange |
Used to specify the print range selection option.
\value AllPages All pages should be printed. \value Selection Only the selection should be printed. \value PageRange The specified page range should be printed. \value CurrentPage Only the current page should be printed.
Enumerator | |
---|---|
AllPages | |
Selection | |
PageRange | |
CurrentPage |
Definition at line 72 of file qprinter.h.
enum QPrinter::Unit |
This enum type is used to specify the measurement unit for page and paper sizes.
\value Millimeter \value Point \value Inch \value Pica \value Didot \value Cicero \value DevicePixel
Note the difference between Point and DevicePixel. The Point unit is defined to be 1/72th of an inch, while the DevicePixel unit is resolution dependent and is based on the actual pixels, or dots, on the printer.
Enumerator | |
---|---|
Millimeter | |
Point | |
Inch | |
Pica | |
Didot | |
Cicero | |
DevicePixel |
Definition at line 74 of file qprinter.h.
|
explicit |
Creates a new printer object with the given mode.
Definition at line 441 of file qprinter.cpp.
References QPrinterPrivate::init().
|
explicit |
Creates a new printer object with the given printer and mode.
Definition at line 453 of file qprinter.cpp.
References QPrinterPrivate::init().
QPrinter::~QPrinter | ( | ) |
Destroys the printer object and frees any allocated resources.
If the printer is destroyed while a print job is in progress this may or may not affect the print job.
Definition at line 504 of file qprinter.cpp.
References QPagedPaintDevice::d.
bool QPrinter::abort | ( | ) |
Aborts the current print run.
Returns true
if the print run was successfully aborted and printerState() will return QPrinter::Aborted; otherwise returns false
.
It is not always possible to abort a print job. For example, all the data has gone to the printer but the printer cannot or will not cancel the job when asked to.
Definition at line 1258 of file qprinter.cpp.
References QPagedPaintDevice::d.
bool QPrinter::collateCopies | ( | ) | const |
Returns true
if collation is turned on when multiple copies is selected. Returns false
if it is turned off when multiple copies is selected. When collating is turned off the printing of each individual page will be repeated the numCopies() amount before the next page is started. With collating turned on all pages are printed before the next copy of those pages is started.
Definition at line 946 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_CollateCopies.
QPrinter::ColorMode QPrinter::colorMode | ( | ) | const |
Returns the current color mode.
Definition at line 877 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_ColorMode.
int QPrinter::copyCount | ( | ) | const |
Returns the number of copies that will be printed. The default value is 1.
Definition at line 909 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_CopyCount.
Referenced by QPrinterPrivate::changeEngines().
QString QPrinter::creator | ( | ) | const |
Returns the name of the application that created the document.
Definition at line 797 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_Creator.
Referenced by setCreator().
|
overridevirtual |
Reimplemented from QPaintDevice.
Definition at line 605 of file qprinter.cpp.
References QInternal::Printer.
QString QPrinter::docName | ( | ) | const |
Returns the document name.
Definition at line 767 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_DocumentName.
Referenced by QPrintPreviewDialogPrivate::init().
QPrinter::DuplexMode QPrinter::duplex | ( | ) | const |
Returns the current duplex mode.
Definition at line 1142 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_Duplex.
Referenced by setDuplex().
bool QPrinter::fontEmbeddingEnabled | ( | ) | const |
Returns true
if font embedding is enabled.
Definition at line 1098 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_FontEmbedding.
int QPrinter::fromPage | ( | ) | const |
Returns the number of the first page in a range of pages to be printed (the "from page" setting). Pages in a document are numbered according to the convention that the first page is page 1.
By default, this function returns a special value of 0, meaning that the "from page" setting is unset.
Definition at line 1364 of file qprinter.cpp.
References QPagedPaintDevice::d, QPageRanges::firstPage(), and QPagedPaintDevicePrivate::pageRanges.
Referenced by QAbstractPrintDialog::QAbstractPrintDialog(), and QAbstractPrintDialogPrivate::setPrinter().
bool QPrinter::fullPage | ( | ) | const |
Returns true
if the origin of the printer's coordinate system is at the corner of the page and false if it is at the edge of the printable area.
See setFullPage() for details and caveats.
Definition at line 1011 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_FullPage.
bool QPrinter::isValid | ( | ) | const |
Returns true
if the printer currently selected is a valid printer in the system, or a pure PDF printer; otherwise returns false
.
To detect other failures check the output of QPainter::begin() or QPrinter::newPage().
Definition at line 669 of file qprinter.cpp.
References QPagedPaintDevice::d, and qApp.
Referenced by QPrintPreviewDialogPrivate::init().
|
overrideprotectedvirtual |
Returns the metric for the given id.
Reimplemented from QPaintDevice.
Definition at line 1187 of file qprinter.cpp.
References QPagedPaintDevice::d.
|
overridevirtual |
Tells the printer to eject the current page and to continue printing on a new page.
Returns true
if this was successful; otherwise returns false
.
Calling newPage() on an inactive QPrinter object will always fail.
Implements QPagedPaintDevice.
Definition at line 1241 of file qprinter.cpp.
References Active, and QPagedPaintDevice::d.
Referenced by main().
QString QPrinter::outputFileName | ( | ) | const |
Returns the name of the output file.
By default, this is an empty string (indicating that the printer shouldn't print to file).
Definition at line 687 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_OutputFileName.
Referenced by QPrintPreviewDialogPrivate::_q_print().
QPrinter::OutputFormat QPrinter::outputFormat | ( | ) | const |
Returns the output format for this printer.
Definition at line 565 of file qprinter.cpp.
References QPagedPaintDevice::d.
Referenced by QPrintPreviewDialogPrivate::_q_print(), QUnixPageSetupDialogPrivate::init(), QPrintPreviewDialogPrivate::init(), QPrintDialogPrivate::openCocoaPrintPanel(), QPageSetupDialogPrivate::setPrinter(), setPrinterName(), and warnIfNotNative().
QPrinter::PageOrder QPrinter::pageOrder | ( | ) | const |
Returns the current page order.
The default page order is FirstPageFirst
.
Definition at line 850 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_PageOrder.
Referenced by setPageOrder().
Returns the page's rectangle in unit; this is usually smaller than the paperRect() since the page normally has margins between its borders and the paper.
Definition at line 1157 of file qprinter.cpp.
References DevicePixel, QPagedPaintDevice::pageLayout(), QPageLayout::paintRect(), QPageLayout::paintRectPixels(), and resolution().
|
overridevirtual |
Returns the paint engine used by the printer.
Implements QPaintDevice.
Definition at line 1196 of file qprinter.cpp.
References QPagedPaintDevice::d.
Referenced by setEngines().
Returns the paper's rectangle in unit; this is usually larger than the pageRect().
Definition at line 1174 of file qprinter.cpp.
References DevicePixel, QPageLayout::fullRect(), QPageLayout::fullRectPixels(), QPagedPaintDevice::pageLayout(), and resolution().
QPrinter::PaperSource QPrinter::paperSource | ( | ) | const |
Returns the printer's paper source.
This is Manual
or a printer tray or paper cassette.
Definition at line 1071 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_PaperSource.
QPrinter::PdfVersion QPrinter::pdfVersion | ( | ) | const |
Returns the PDF version for this printer. The default is PdfVersion_1_4
.
Definition at line 597 of file qprinter.cpp.
References QPagedPaintDevice::d.
QPrintEngine * QPrinter::printEngine | ( | ) | const |
Returns the print engine used by the printer.
Definition at line 1207 of file qprinter.cpp.
References QPagedPaintDevice::d.
Referenced by QMacPageSetupDialogPrivate::openCocoaPageLayout(), QPrintDialogPrivate::openCocoaPrintPanel(), and setEngines().
QString QPrinter::printerName | ( | ) | const |
Returns the printer name.
This value is initially set to the name of the default printer.
Definition at line 616 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_PrinterName.
Referenced by QPrinterInfo::QPrinterInfo(), QUnixPageSetupDialogPrivate::init(), QPrintDialogPrivate::openWindowsPrintDialogModally(), and setPrinterName().
QString QPrinter::printerSelectionOption | ( | ) | const |
Returns the printer options selection string.
This is useful only if the print command has been explicitly set.
The default value (an empty string) implies that the printer should be selected in a system-dependent manner.
Any other value implies that the given value should be used.
This function always returns an empty string on Windows and Mac.
Definition at line 1319 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_SelectionOption.
QPrinter::PrinterState QPrinter::printerState | ( | ) | const |
Returns the current state of the printer.
This may not always be accurate (for example if the printer doesn't have the capability of reporting its state to the operating system).
Definition at line 1269 of file qprinter.cpp.
References QPagedPaintDevice::d.
QString QPrinter::printProgram | ( | ) | const |
Returns the name of the program that sends the print output to the printer.
The default is to return an empty string; meaning that QPrinter will try to be smart in a system-dependent way. On X11 only, you can set it to something different to use a specific print program. On the other platforms, this returns an empty string.
Definition at line 738 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_PrinterProgram.
QPrinter::PrintRange QPrinter::printRange | ( | ) | const |
Returns the page range of the QPrinter. After the print setup dialog has been opened, this function returns the value selected by the user.
Definition at line 1439 of file qprinter.cpp.
References QPagedPaintDevice::d.
int QPrinter::resolution | ( | ) | const |
Returns the current assumed resolution of the printer, as set by setResolution() or by the printer driver.
Definition at line 1046 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_Resolution.
Referenced by pageRect(), paperRect(), and QPrintPreviewWidgetPrivate::populateScene().
void QPrinter::setCollateCopies | ( | bool | collate | ) |
Sets the default value for collation checkbox when the print dialog appears. If collate is true, it will enable setCollateCopiesEnabled(). The default value is false. This value will be changed by what the user presses in the print dialog.
Definition at line 963 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_CollateCopies.
Sets the printer's color mode to newColorMode, which can be either Color
or GrayScale
.
Definition at line 864 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_ColorMode.
void QPrinter::setCopyCount | ( | int | count | ) |
Sets the number of copies to be printed to count.
The printer driver reads this setting and prints the specified number of copies.
Definition at line 894 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_CopyCount.
Sets the name of the application that created the document to creator.
This function is only applicable to the X11 version of Qt. If no creator name is specified, the creator will be set to "Qt" followed by some version number.
Definition at line 814 of file qprinter.cpp.
References ABORT_IF_ACTIVE, creator(), QPagedPaintDevice::d, and QPrintEngine::PPK_Creator.
Sets the document name to name.
On X11, the document name is for example used as the default output filename in QPrintDialog. Note that the document name does not affect the file name if the printer is printing to a file. Use the setOutputFile() function for this.
Definition at line 784 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_DocumentName.
void QPrinter::setDuplex | ( | DuplexMode | duplex | ) |
Enables double sided printing based on the duplex mode.
Definition at line 1129 of file qprinter.cpp.
References QPagedPaintDevice::d, duplex(), and QPrintEngine::PPK_Duplex.
Referenced by QPrintDialogPrivate::setupPrinter().
|
protected |
This function is used by subclasses of QPrinter to specify custom print and paint engines (printEngine and paintEngine, respectively).
QPrinter does not take ownership of the engines, so you need to manage these engine instances yourself.
Note that changing the engines will reset the printer state and all its properties.
Definition at line 487 of file qprinter.cpp.
References QPagedPaintDevice::d, paintEngine(), and printEngine().
void QPrinter::setFontEmbeddingEnabled | ( | bool | enable | ) |
Enabled or disables font embedding depending on enable.
Definition at line 1085 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_FontEmbedding.
void QPrinter::setFromTo | ( | int | from, |
int | to | ||
) |
Sets the range of pages to be printed to cover the pages with numbers specified by from and to, where from corresponds to the first page in the range and to corresponds to the last.
This function is mostly used to set a default value that the user can override in the print dialog when you call setup().
Definition at line 1410 of file qprinter.cpp.
References QPageRanges::addRange(), QPageRanges::clear(), QPagedPaintDevice::d, and QPagedPaintDevicePrivate::pageRanges.
void QPrinter::setFullPage | ( | bool | fp | ) |
If fp is true, enables support for painting over the entire page; otherwise restricts painting to the printable area reported by the device.
By default, full page printing is disabled. In this case, the origin of the QPrinter's coordinate system coincides with the top-left corner of the printable area.
If full page printing is enabled, the origin of the QPrinter's coordinate system coincides with the top-left corner of the paper itself. In this case, the \l{QPaintDevice::PaintDeviceMetric}{device metrics} will report the exact same dimensions as indicated byQPageSize}. It may not be possible to print on the entire physical page because of the printer's margins, so the application must account for the margins itself.
Definition at line 993 of file qprinter.cpp.
References QPagedPaintDevice::d, fp, and QPrintEngine::PPK_FullPage.
Sets the name of the output file to fileName.
Setting a null or empty name (0 or "") disables printing to a file. Setting a non-empty name enables printing to a file.
This can change the value of outputFormat(). If the file name has the ".pdf" suffix PDF is generated. If the file name has a suffix other than ".pdf", the output format used is the one set with setOutputFormat().
QPrinter uses Qt's cross-platform PDF print engines respectively. If you can produce this format natively, for example \macos can generate PDF's from its print engine, set the output format back to NativeFormat.
Definition at line 712 of file qprinter.cpp.
References ABORT_IF_ACTIVE, Qt::CaseInsensitive, QString::compare(), QPagedPaintDevice::d, fi, fileName, NativeFormat, PdfFormat, QPrintEngine::PPK_OutputFileName, setOutputFormat(), and QFileInfo::suffix().
Referenced by QPrintPreviewDialogPrivate::_q_print(), and main().
void QPrinter::setOutputFormat | ( | OutputFormat | format | ) |
Sets the output format for this printer to format.
If format is the same value as currently set then no change will be made.
If format is NativeFormat then the printerName will be set to the default printer. If there are no valid printers configured then no change will be made. If you want to set NativeFormat with a specific printerName then use setPrinterName().
Definition at line 544 of file qprinter.cpp.
References QPagedPaintDevice::d, QPrinterInfo::isNull(), and NativeFormat.
Referenced by main(), MainWindow::printPdf(), setOutputFileName(), and setPrinterName().
Sets the page order to pageOrder.
The page order can be QPrinter::FirstPageFirst or QPrinter::LastPageFirst. The application is responsible for reading the page order and printing accordingly.
This function is mostly useful for setting a default value that the user can override in the print dialog.
This function is only supported under X11.
Definition at line 834 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, FirstPageFirst, pageOrder(), QPagedPaintDevicePrivate::pageOrderAscending, and QPrintEngine::PPK_PageOrder.
void QPrinter::setPaperSource | ( | PaperSource | source | ) |
Sets the paper source setting to source.
Windows only: This option can be changed while printing and will take effect from the next call to newPage()
Definition at line 1061 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_PaperSource.
Referenced by QPageSetupWidget::setupPrinter().
void QPrinter::setPdfVersion | ( | PdfVersion | version | ) |
Sets the PDF version for this printer to version.
If version is the same value as currently set then no change will be made.
Definition at line 578 of file qprinter.cpp.
References QPagedPaintDevice::d, and PdfFormat.
Sets the printer name to name.
If the name is empty then the output format will be set to PdfFormat.
If the name is not a valid printer then no change will be made.
If the name is a valid printer then the output format will be set to NativeFormat.
Definition at line 633 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, QPrinterInfo::isNull(), NativeFormat, outputFormat(), PdfFormat, QPrintEngine::PPK_PrinterName, QPrinterInfo::printerInfo(), printerName(), and setOutputFormat().
Sets the printer to use option to select the printer.
option is null by default (which implies that Qt should be smart enough to guess correctly), but it can be set to other values to use a specific printer selection option.
If the printer selection option is changed while the printer is active, the current print job may or may not be affected.
This function has no effect on Windows or Mac.
Definition at line 1341 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_SelectionOption.
Sets the name of the program that should do the print job to printProg.
On X11, this function sets the program to call with the PDF output. On other platforms, it has no effect.
Definition at line 754 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_PrinterProgram.
void QPrinter::setPrintRange | ( | PrintRange | range | ) |
Sets the print range option in to be range.
Definition at line 1422 of file qprinter.cpp.
References QPagedPaintDevice::d, QPagedPaintDevicePrivate::printSelectionOnly, and Selection.
void QPrinter::setResolution | ( | int | dpi | ) |
Requests that the printer prints at dpi or as near to dpi as possible.
This setting affects the coordinate system as returned by, for example QPainter::viewport().
This function must be called before QPainter::begin() to have an effect on all platforms.
Definition at line 1031 of file qprinter.cpp.
References ABORT_IF_ACTIVE, QPagedPaintDevice::d, and QPrintEngine::PPK_Resolution.
QList< int > QPrinter::supportedResolutions | ( | ) | const |
Returns a list of the resolutions (a list of dots-per-inch integers) that the printer says it supports.
For X11 where all printing is directly to PDF, this function will always return a one item list containing only the PDF resolution, i.e., 72 (72 dpi – but see PrinterMode).
Definition at line 1221 of file qprinter.cpp.
References QPagedPaintDevice::d, QPrintEngine::PPK_SupportedResolutions, QList< T >::reserve(), QList< T >::size(), QVariant::toInt(), and var.
bool QPrinter::supportsMultipleCopies | ( | ) | const |
Returns true
if the printer supports printing multiple copies of the same document in one job; otherwise false is returned.
On most systems this function will return true. However, on X11 systems that do not support CUPS, this function will return false. That means the application has to handle the number of copies by printing the same document the required number of times.
Definition at line 929 of file qprinter.cpp.
References QPagedPaintDevice::d, and QPrintEngine::PPK_SupportsMultipleCopies.
int QPrinter::toPage | ( | ) | const |
Returns the number of the last page in a range of pages to be printed (the "to page" setting). Pages in a document are numbered according to the convention that the first page is page 1.
By default, this function returns a special value of 0, meaning that the "to page" setting is unset.
The programmer is responsible for reading this setting and printing accordingly.
Definition at line 1388 of file qprinter.cpp.
References QPagedPaintDevice::d, QPageRanges::lastPage(), and QPagedPaintDevicePrivate::pageRanges.
Referenced by QAbstractPrintDialog::QAbstractPrintDialog(), and QAbstractPrintDialogPrivate::setPrinter().
|
friend |
Definition at line 179 of file qprinter.h.
|
friend |
Definition at line 180 of file qprinter.h.
|
friend |
Definition at line 183 of file qprinter.h.
|
friend |
Definition at line 178 of file qprinter.h.
|
friend |
Definition at line 181 of file qprinter.h.
|
friend |
Definition at line 182 of file qprinter.h.