![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\reentrant More...
#include <qprinter.h>
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 |
Public Member Functions inherited from QPagedPaintDevice | |
~QPagedPaintDevice () | |
Destroys the object. | |
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 |
Public Member Functions inherited from QPaintDevice | |
virtual | ~QPaintDevice () |
bool | paintingActive () const |
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). | |
Protected Member Functions inherited from QPagedPaintDevice | |
QPagedPaintDevice (QPagedPaintDevicePrivate *dd) | |
QPagedPaintDevicePrivate * | dd () |
Protected Member Functions inherited from QPaintDevice | |
QPaintDevice () noexcept | |
virtual void | initPainter (QPainter *painter) const |
virtual QPaintDevice * | redirected (QPoint *offset) const |
virtual QPainter * | sharedPainter () const |
double | getDecodedMetricF (PaintDeviceMetric metricA, PaintDeviceMetric metricB) 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 Public Member Functions inherited from QPaintDevice | |
static qreal | devicePixelRatioFScale () |
static int | encodeMetricF (PaintDeviceMetric metric, double value) |
Protected Attributes inherited from QPagedPaintDevice | |
QPagedPaintDevicePrivate * | d |
Protected Attributes inherited from QPaintDevice | |
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 28 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 43 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 85 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 70 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 40 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 46 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. For printers, it is equivalent to ScreenResolution on Unix and HighResolution on Windows and macOS. For PDF printing, it is not supported and may result in undefined behavior. Using this value can 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 32 of file qprinter.h.
\value Idle \value Active \value Aborted \value Error
Enumerator | |
---|---|
Idle | |
Active | |
Aborted | |
Error |
Definition at line 65 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 73 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 75 of file qprinter.h.
|
explicit |
Creates a new printer object with the given mode.
Definition at line 447 of file qprinter.cpp.
|
explicit |
Creates a new printer object with the given printer and mode.
Definition at line 459 of file qprinter.cpp.
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 510 of file qprinter.cpp.
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 1264 of file qprinter.cpp.
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 952 of file qprinter.cpp.
QPrinter::ColorMode QPrinter::colorMode | ( | ) | const |
int QPrinter::copyCount | ( | ) | const |
Returns the number of copies that will be printed. The default value is 1.
Definition at line 915 of file qprinter.cpp.
QString QPrinter::creator | ( | ) | const |
Returns the name of the application that created the document.
Definition at line 803 of file qprinter.cpp.
|
overridevirtual |
Reimplemented from QPaintDevice.
Definition at line 611 of file qprinter.cpp.
QString QPrinter::docName | ( | ) | const |
Returns the document name.
Definition at line 773 of file qprinter.cpp.
QPrinter::DuplexMode QPrinter::duplex | ( | ) | const |
Returns the current duplex mode.
Definition at line 1148 of file qprinter.cpp.
bool QPrinter::fontEmbeddingEnabled | ( | ) | const |
Returns true
if font embedding is enabled.
Definition at line 1104 of file qprinter.cpp.
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 1370 of file qprinter.cpp.
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 1017 of file qprinter.cpp.
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 675 of file qprinter.cpp.
|
overrideprotectedvirtual |
Returns the metric for the given id.
Reimplemented from QPaintDevice.
Definition at line 1193 of file qprinter.cpp.
|
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 1247 of file qprinter.cpp.
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 693 of file qprinter.cpp.
QPrinter::OutputFormat QPrinter::outputFormat | ( | ) | const |
QPrinter::PageOrder QPrinter::pageOrder | ( | ) | const |
Returns the current page order.
The default page order is FirstPageFirst
.
Definition at line 856 of file qprinter.cpp.
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 1163 of file qprinter.cpp.
|
overridevirtual |
Returns the paint engine used by the printer.
Implements QPaintDevice.
Definition at line 1202 of file qprinter.cpp.
Returns the paper's rectangle in unit; this is usually larger than the pageRect().
Definition at line 1180 of file qprinter.cpp.
QPrinter::PaperSource QPrinter::paperSource | ( | ) | const |
Returns the printer's paper source.
This is Manual
or a printer tray or paper cassette.
Definition at line 1077 of file qprinter.cpp.
QPrinter::PdfVersion QPrinter::pdfVersion | ( | ) | const |
Returns the PDF version for this printer. The default is PdfVersion_1_4
.
Definition at line 603 of file qprinter.cpp.
QPrintEngine * QPrinter::printEngine | ( | ) | const |
Returns the print engine used by the printer.
Definition at line 1213 of file qprinter.cpp.
QString QPrinter::printerName | ( | ) | const |
Returns the printer name.
This value is initially set to the name of the default printer.
Definition at line 622 of file qprinter.cpp.
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 1325 of file qprinter.cpp.
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 1275 of file qprinter.cpp.
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 744 of file qprinter.cpp.
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 1445 of file qprinter.cpp.
int QPrinter::resolution | ( | ) | const |
Returns the current assumed resolution of the printer, as set by setResolution() or by the printer driver.
Definition at line 1052 of file qprinter.cpp.
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 969 of file qprinter.cpp.
Sets the printer's color mode to newColorMode, which can be either Color
or GrayScale
.
Definition at line 870 of file qprinter.cpp.
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 900 of file qprinter.cpp.
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 820 of file qprinter.cpp.
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 790 of file qprinter.cpp.
void QPrinter::setDuplex | ( | DuplexMode | duplex | ) |
Enables double sided printing based on the duplex mode.
Definition at line 1135 of file qprinter.cpp.
|
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 493 of file qprinter.cpp.
void QPrinter::setFontEmbeddingEnabled | ( | bool | enable | ) |
Enabled or disables font embedding depending on enable.
Definition at line 1091 of file qprinter.cpp.
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 1416 of file qprinter.cpp.
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 999 of file qprinter.cpp.
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 718 of file qprinter.cpp.
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 550 of file qprinter.cpp.
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 840 of file qprinter.cpp.
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 1067 of file qprinter.cpp.
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 584 of file qprinter.cpp.
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 639 of file qprinter.cpp.
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 1347 of file qprinter.cpp.
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 760 of file qprinter.cpp.
void QPrinter::setPrintRange | ( | PrintRange | range | ) |
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 1037 of file qprinter.cpp.
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 1227 of file qprinter.cpp.
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 935 of file qprinter.cpp.
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 1394 of file qprinter.cpp.
|
friend |
Definition at line 180 of file qprinter.h.
|
friend |
Definition at line 181 of file qprinter.h.
|
friend |
Definition at line 184 of file qprinter.h.
|
friend |
Definition at line 179 of file qprinter.h.
|
friend |
Definition at line 182 of file qprinter.h.
|
friend |
Definition at line 183 of file qprinter.h.