![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcocoaprintdevice_p.h>
Protected Member Functions | |
| void | loadPageSizes () const override |
| void | loadResolutions () const override |
| void | loadInputSlots () const override |
| void | loadOutputBins () const override |
| void | loadDuplexModes () const override |
| void | loadColorModes () const override |
| Protected Member Functions inherited from QPlatformPrintDevice | |
| QPageSize | supportedPageSizeMatch (const QPageSize &pageSize) const |
Additional Inherited Members | |
| 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 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 33 of file qcocoaprintdevice_p.h.
| QCocoaPrintDevice::QCocoaPrintDevice | ( | ) |
Definition at line 36 of file qcocoaprintdevice.mm.
|
explicit |
Definition at line 44 of file qcocoaprintdevice.mm.
|
virtual |
Definition at line 82 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 372 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 347 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 259 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 301 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 164 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 207 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 100 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 95 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 362 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 319 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 232 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 277 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 137 of file qcocoaprintdevice.mm.
|
overrideprotectedvirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 192 of file qcocoaprintdevice.mm.
| PMPaper QCocoaPrintDevice::macPaper | ( | const QPageSize & | pageSize | ) | const |
Definition at line 435 of file qcocoaprintdevice.mm.
| PMPrinter QCocoaPrintDevice::macPrinter | ( | ) | const |
Definition at line 428 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 179 of file qcocoaprintdevice.mm.
|
overridevirtual |
Reimplemented from QPlatformPrintDevice.
Definition at line 105 of file qcocoaprintdevice.mm.