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.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohosnativeprint.h"
#include <QDebug>
#include <QDebugStateSaver>
#include <QtCore/private/qohoslogger_p.h>
#include <QtGlobal>
#include <cmath>
#include <cstdint>
Include dependency graph for qohosnativeprint.cpp:

Go to the source code of this file.

Namespaces

namespace  QOhosNativePrint

Functions

bool QOhosNativePrint::connectPrinter (const QString &deviceId)
bool QOhosNativePrint::startPrintJob (const Print_PrintJob &job)
bool QOhosNativePrint::queryPrinterIdList (QStringList &printerIdList)
bool QOhosNativePrint::queryPrinterInfo (const QString &printerId, PrinterInfo &printerInfo)
bool QOhosNativePrint::initializePrintService ()
bool QOhosNativePrint::releasePrintService ()
bool QOhosNativePrint::launchPrinterManager ()
int QOhosNativePrint::convertPixelsPerThousandDpiToPoints (quint32 pixelsPerThousandDpi)