![]() |
Qt 6.x
The Qt SDK
|
#include <qcupsprintersupport_p.h>
Public Member Functions | |
QCupsPrinterSupport () | |
~QCupsPrinterSupport () | |
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 |
![]() | |
QPlatformPrinterSupport () | |
virtual | ~QPlatformPrinterSupport () |
virtual QPrintEngine * | createNativePrintEngine (QPrinter::PrinterMode printerMode, const QString &deviceId=QString()) |
virtual QPaintEngine * | createPaintEngine (QPrintEngine *, QPrinter::PrinterMode printerMode) |
virtual QPrintDevice | createPrintDevice (const QString &id) |
virtual QStringList | availablePrintDeviceIds () const |
virtual QString | defaultPrintDeviceId () const |
Static Public Member Functions | |
static QString | staticDefaultPrintDeviceId () |
Additional Inherited Members | |
![]() | |
static QPrintDevice | createPrintDevice (QPlatformPrintDevice *device) |
static QPageSize | createPageSize (const QString &id, QSize size, const QString &localizedName) |
Definition at line 25 of file qcupsprintersupport_p.h.
QT_BEGIN_NAMESPACE QCupsPrinterSupport::QCupsPrinterSupport | ( | ) |
Definition at line 94 of file qcupsprintersupport.cpp.
References QCoreApplication::instance().
QCupsPrinterSupport::~QCupsPrinterSupport | ( | ) |
Definition at line 104 of file qcupsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 124 of file qcupsprintersupport.cpp.
References QList< T >::append(), QString::fromLocal8Bit(), i, list, and QList< T >::reserve().
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 108 of file qcupsprintersupport.cpp.
References defaultPrintDeviceId(), and QString::isEmpty().
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 113 of file qcupsprintersupport.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 119 of file qcupsprintersupport.cpp.
References QPlatformPrinterSupport::createPrintDevice().
|
overridevirtual |
Reimplemented from QPlatformPrinterSupport.
Definition at line 140 of file qcupsprintersupport.cpp.
References staticDefaultPrintDeviceId().
Referenced by createNativePrintEngine().
|
static |
Definition at line 145 of file qcupsprintersupport.cpp.
References QString::fromLocal8Bit(), and i.
Referenced by defaultPrintDeviceId(), and QPpdPrintDevice::isDefault().