Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosNativePrint Namespace Reference

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)

Function Documentation

◆ connectPrinter()

bool QOhosNativePrint::connectPrinter ( const QString & deviceId)

Definition at line 151 of file qohosnativeprint.cpp.

◆ convertPixelsPerThousandDpiToPoints()

int QOhosNativePrint::convertPixelsPerThousandDpiToPoints ( quint32 pixelsPerThousandDpi)

Definition at line 264 of file qohosnativeprint.cpp.

◆ initializePrintService()

bool QOhosNativePrint::initializePrintService ( )

Definition at line 228 of file qohosnativeprint.cpp.

◆ launchPrinterManager()

bool QOhosNativePrint::launchPrinterManager ( )

Definition at line 252 of file qohosnativeprint.cpp.

◆ queryPrinterIdList()

bool QOhosNativePrint::queryPrinterIdList ( QStringList & printerIdList)

Definition at line 184 of file qohosnativeprint.cpp.

◆ queryPrinterInfo()

bool QOhosNativePrint::queryPrinterInfo ( const QString & printerId,
PrinterInfo & printerInfo )

Definition at line 206 of file qohosnativeprint.cpp.

Referenced by QOhosPrintDevice::QOhosPrintDevice(), and QOhosPrintDevice::defaultPageSize().

Here is the caller graph for this function:

◆ releasePrintService()

bool QOhosNativePrint::releasePrintService ( )

Definition at line 240 of file qohosnativeprint.cpp.

Referenced by QOhosPrinterSupport::~QOhosPrinterSupport().

Here is the caller graph for this function:

◆ startPrintJob()

bool QOhosNativePrint::startPrintJob ( const Print_PrintJob & job)

Definition at line 162 of file qohosnativeprint.cpp.