![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosprintdevice.h>
Static Public Member Functions | |
| static QStringList | availablePrintDeviceIds () |
| static QString | defaultPrintDeviceId () |
| Static Public Member Functions inherited from QPlatformPrintDevice | |
| static QPageSize | createPageSize (const QString &key, const QSize &size, const QString &localizedName) |
| static QPageSize | createPageSize (int windowsId, const QSize &size, const QString &localizedName) |
Protected Member Functions | |
| void | loadPageSizes () const override |
| void | loadDuplexModes () const override |
| void | loadColorModes () const override |
| void | loadResolutions () const override |
| Protected Member Functions inherited from QPlatformPrintDevice | |
| virtual void | loadInputSlots () const |
| virtual void | loadOutputBins () const |
| QPageSize | supportedPageSizeMatch (const QPageSize &pageSize) const |
Additional Inherited Members | |
| Protected Attributes inherited from QPlatformPrintDevice | |
| QString | m_id |
| QString | m_name |
| QString | m_location |
| QString | m_makeAndModel |
| bool | m_isRemote |
| bool | m_supportsMultipleCopies |
| bool | m_supportsCollateCopies |
| bool | m_havePageSizes |
| QList< QPageSize > | m_pageSizes |
| bool | m_supportsCustomPageSizes |
| QSize | m_minimumPhysicalPageSize |
| QSize | m_maximumPhysicalPageSize |
| bool | m_haveResolutions |
| QList< int > | m_resolutions |
| bool | m_haveInputSlots |
| QList< QPrint::InputSlot > | m_inputSlots |
| bool | m_haveOutputBins |
| QList< QPrint::OutputBin > | m_outputBins |
| bool | m_haveDuplexModes |
| QList< QPrint::DuplexMode > | m_duplexModes |
| bool | m_haveColorModes |
| QList< QPrint::ColorMode > | m_colorModes |
Definition at line 11 of file qohosprintdevice.h.
| QOhosPrintDevice::QOhosPrintDevice | ( | ) |
Definition at line 46 of file qohosprintdevice.cpp.
References QOhosPrintDevice().
Referenced by QOhosPrintDevice().
|
explicit |
Definition at line 51 of file qohosprintdevice.cpp.
References QOhosPrintDevice(), and QOhosNativePrint::queryPrinterInfo().
Referenced by QOhosPrintDevice().
|
virtualdefault |
|
static |
Definition at line 168 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 142 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 129 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 107 of file qohosprintdevice.cpp.
References QOhosNativePrint::queryPrinterInfo().
|
static |
Definition at line 179 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 155 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 73 of file qohosprintdevice.cpp.
References QOhosNativePrint::PrinterInfo::isDefault.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 65 of file qohosprintdevice.cpp.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 243 of file qohosprintdevice.cpp.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 219 of file qohosprintdevice.cpp.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 192 of file qohosprintdevice.cpp.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 267 of file qohosprintdevice.cpp.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 84 of file qohosprintdevice.cpp.