Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowsPrinterSupport Class Reference

#include <qwindowsprintersupport_p.h>

+ Inheritance diagram for QWindowsPrinterSupport:
+ Collaboration diagram for QWindowsPrinterSupport:

Public Member Functions

 QWindowsPrinterSupport ()
 
 ~QWindowsPrinterSupport () override
 
QPrintEnginecreateNativePrintEngine (QPrinter::PrinterMode printerMode, const QString &deviceId=QString()) override
 
QPaintEnginecreatePaintEngine (QPrintEngine *printEngine, QPrinter::PrinterMode) override
 
QPrintDevice createPrintDevice (const QString &id) override
 
QStringList availablePrintDeviceIds () const override
 
QString defaultPrintDeviceId () const override
 
- Public Member Functions inherited from QPlatformPrinterSupport
 QPlatformPrinterSupport ()
 
virtual ~QPlatformPrinterSupport ()
 

Additional Inherited Members

- Static Protected Member Functions inherited from QPlatformPrinterSupport
static QPrintDevice createPrintDevice (QPlatformPrintDevice *device)
 
static QPageSize createPageSize (const QString &id, QSize size, const QString &localizedName)
 

Detailed Description

Definition at line 26 of file qwindowsprintersupport_p.h.

Constructor & Destructor Documentation

◆ QWindowsPrinterSupport()

QWindowsPrinterSupport::QWindowsPrinterSupport ( )

Definition at line 21 of file qwindowsprintersupport.cpp.

◆ ~QWindowsPrinterSupport()

QWindowsPrinterSupport::~QWindowsPrinterSupport ( )
override

Definition at line 26 of file qwindowsprintersupport.cpp.

Member Function Documentation

◆ availablePrintDeviceIds()

QStringList QWindowsPrinterSupport::availablePrintDeviceIds ( ) const
overridevirtual

Reimplemented from QPlatformPrinterSupport.

Definition at line 46 of file qwindowsprintersupport.cpp.

References QWindowsPrintDevice::availablePrintDeviceIds().

+ Here is the call graph for this function:

◆ createNativePrintEngine()

QPrintEngine * QWindowsPrinterSupport::createNativePrintEngine ( QPrinter::PrinterMode printerMode,
const QString & deviceId = QString() )
overridevirtual

Reimplemented from QPlatformPrinterSupport.

Definition at line 30 of file qwindowsprintersupport.cpp.

◆ createPaintEngine()

QPaintEngine * QWindowsPrinterSupport::createPaintEngine ( QPrintEngine * printEngine,
QPrinter::PrinterMode printerMode )
overridevirtual

Reimplemented from QPlatformPrinterSupport.

Definition at line 35 of file qwindowsprintersupport.cpp.

References engine, and Q_UNUSED.

◆ createPrintDevice()

QPrintDevice QWindowsPrinterSupport::createPrintDevice ( const QString & id)
overridevirtual

Reimplemented from QPlatformPrinterSupport.

Definition at line 41 of file qwindowsprintersupport.cpp.

References QPlatformPrinterSupport::createPrintDevice().

+ Here is the call graph for this function:

◆ defaultPrintDeviceId()

QString QWindowsPrinterSupport::defaultPrintDeviceId ( ) const
overridevirtual

Reimplemented from QPlatformPrinterSupport.

Definition at line 51 of file qwindowsprintersupport.cpp.

References QWindowsPrintDevice::defaultPrintDeviceId().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: