![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsprintersupport_p.h>
Public Member Functions | |
QWindowsPrinterSupport () | |
~QWindowsPrinterSupport () override | |
QPrintEngine * | createNativePrintEngine (QPrinter::PrinterMode printerMode, const QString &deviceId=QString()) override |
QPaintEngine * | createPaintEngine (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) |
Definition at line 27 of file qwindowsprintersupport_p.h.
QWindowsPrinterSupport::QWindowsPrinterSupport | ( | ) |
Definition at line 22 of file qwindowsprintersupport.cpp.
|
override |
Definition at line 27 of file qwindowsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 47 of file qwindowsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 31 of file qwindowsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 36 of file qwindowsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 42 of file qwindowsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 52 of file qwindowsprintersupport.cpp.