![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | PageSize |
| struct | PrinterCapabilities |
| struct | PrinterDefaultValues |
| struct | PrinterInfo |
Functions | |
| bool | connectPrinter (const QString &deviceId) |
| bool | startPrintJob (const Print_PrintJob &job) |
| bool | queryPrinterIdList (QStringList &printerIdList) |
| bool | queryPrinterInfo (const QString &printerId, PrinterInfo &printerInfo) |
| bool | initializePrintService () |
| bool | releasePrintService () |
| bool | launchPrinterManager () |
| int | convertPixelsPerThousandDpiToPoints (quint32 pixelsPerThousandDpi) |
| bool QOhosNativePrint::connectPrinter | ( | const QString & | deviceId | ) |
Definition at line 151 of file qohosnativeprint.cpp.
| int QOhosNativePrint::convertPixelsPerThousandDpiToPoints | ( | quint32 | pixelsPerThousandDpi | ) |
Definition at line 264 of file qohosnativeprint.cpp.
| bool QOhosNativePrint::initializePrintService | ( | ) |
Definition at line 228 of file qohosnativeprint.cpp.
| bool QOhosNativePrint::launchPrinterManager | ( | ) |
Definition at line 252 of file qohosnativeprint.cpp.
| bool QOhosNativePrint::queryPrinterIdList | ( | QStringList & | printerIdList | ) |
Definition at line 184 of file qohosnativeprint.cpp.
| bool QOhosNativePrint::queryPrinterInfo | ( | const QString & | printerId, |
| PrinterInfo & | printerInfo ) |
Definition at line 206 of file qohosnativeprint.cpp.
Referenced by QOhosPrintDevice::QOhosPrintDevice(), and QOhosPrintDevice::defaultPageSize().
| bool QOhosNativePrint::releasePrintService | ( | ) |
Definition at line 240 of file qohosnativeprint.cpp.
Referenced by QOhosPrinterSupport::~QOhosPrinterSupport().
| bool QOhosNativePrint::startPrintJob | ( | const Print_PrintJob & | job | ) |
Definition at line 162 of file qohosnativeprint.cpp.