![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qprintdevice_p.h>
Public Types | |
| enum | PrintDevicePropertyKey { PDPK_CustomBase = 0xff00 } |
Friends | |
| class | QPlatformPrinterSupport |
| class | QPlatformPrintDevice |
Definition at line 34 of file qprintdevice_p.h.
| Enumerator | |
|---|---|
| PDPK_CustomBase | |
Definition at line 97 of file qprintdevice_p.h.
| QT_BEGIN_NAMESPACE QPrintDevice::QPrintDevice | ( | ) |
Definition at line 14 of file qprintdevice.cpp.
| QPrintDevice::QPrintDevice | ( | const QString & | id | ) |
Definition at line 19 of file qprintdevice.cpp.
| QPrintDevice::QPrintDevice | ( | const QPrintDevice & | other | ) |
Definition at line 29 of file qprintdevice.cpp.
| QPrintDevice::~QPrintDevice | ( | ) |
Definition at line 34 of file qprintdevice.cpp.
| QPrint::ColorMode QPrintDevice::defaultColorMode | ( | ) | const |
Definition at line 203 of file qprintdevice.cpp.
| QPrint::DuplexMode QPrintDevice::defaultDuplexMode | ( | ) | const |
Definition at line 193 of file qprintdevice.cpp.
| QPrint::InputSlot QPrintDevice::defaultInputSlot | ( | ) | const |
Definition at line 173 of file qprintdevice.cpp.
| QPrint::OutputBin QPrintDevice::defaultOutputBin | ( | ) | const |
Definition at line 183 of file qprintdevice.cpp.
| QPageSize QPrintDevice::defaultPageSize | ( | ) | const |
Definition at line 106 of file qprintdevice.cpp.
| int QPrintDevice::defaultResolution | ( | ) | const |
Definition at line 163 of file qprintdevice.cpp.
Definition at line 236 of file qprintdevice.cpp.
| QString QPrintDevice::id | ( | ) | const |
Definition at line 51 of file qprintdevice.cpp.
| bool QPrintDevice::isDefault | ( | ) | const |
Definition at line 76 of file qprintdevice.cpp.
| bool QPrintDevice::isFeatureAvailable | ( | PrintDevicePropertyKey | key, |
| const QVariant & | params ) const |
Definition at line 223 of file qprintdevice.cpp.
| bool QPrintDevice::isRemote | ( | ) | const |
Definition at line 81 of file qprintdevice.cpp.
| bool QPrintDevice::isValid | ( | ) | const |
Definition at line 71 of file qprintdevice.cpp.
| bool QPrintDevice::isValidPageLayout | ( | const QPageLayout & | layout, |
| int | resolution ) const |
Definition at line 91 of file qprintdevice.cpp.
| QString QPrintDevice::location | ( | ) | const |
Definition at line 61 of file qprintdevice.cpp.
| QString QPrintDevice::makeAndModel | ( | ) | const |
Definition at line 66 of file qprintdevice.cpp.
| QSize QPrintDevice::maximumPhysicalPageSize | ( | ) | const |
Definition at line 151 of file qprintdevice.cpp.
| QSize QPrintDevice::minimumPhysicalPageSize | ( | ) | const |
Definition at line 146 of file qprintdevice.cpp.
| QString QPrintDevice::name | ( | ) | const |
Definition at line 56 of file qprintdevice.cpp.
| QPrintDevice & QPrintDevice::operator= | ( | const QPrintDevice & | other | ) |
Definition at line 38 of file qprintdevice.cpp.
|
inline |
Definition at line 44 of file qprintdevice_p.h.
| bool QPrintDevice::operator== | ( | const QPrintDevice & | other | ) | const |
Definition at line 44 of file qprintdevice.cpp.
| QMarginsF QPrintDevice::printableMargins | ( | const QPageSize & | pageSize, |
| QPageLayout::Orientation | orientation, | ||
| int | resolution ) const |
Definition at line 156 of file qprintdevice.cpp.
| QVariant QPrintDevice::property | ( | PrintDevicePropertyKey | key | ) | const |
Definition at line 213 of file qprintdevice.cpp.
| bool QPrintDevice::setProperty | ( | PrintDevicePropertyKey | key, |
| const QVariant & | value ) |
Definition at line 218 of file qprintdevice.cpp.
| QPrint::DeviceState QPrintDevice::state | ( | ) | const |
Definition at line 86 of file qprintdevice.cpp.
| QList< QPrint::ColorMode > QPrintDevice::supportedColorModes | ( | ) | const |
Definition at line 208 of file qprintdevice.cpp.
| QList< QPrint::DuplexMode > QPrintDevice::supportedDuplexModes | ( | ) | const |
Definition at line 198 of file qprintdevice.cpp.
| QList< QPrint::InputSlot > QPrintDevice::supportedInputSlots | ( | ) | const |
Definition at line 178 of file qprintdevice.cpp.
| QList< QPrint::OutputBin > QPrintDevice::supportedOutputBins | ( | ) | const |
Definition at line 188 of file qprintdevice.cpp.
Definition at line 116 of file qprintdevice.cpp.
Definition at line 131 of file qprintdevice.cpp.
| QPageSize QPrintDevice::supportedPageSize | ( | const QSizeF & | size, |
| QPageSize::Unit | units = QPageSize::Point ) const |
Definition at line 136 of file qprintdevice.cpp.
Definition at line 126 of file qprintdevice.cpp.
| QPageSize QPrintDevice::supportedPageSize | ( | QPageSize::PageSizeId | pageSizeId | ) | const |
Definition at line 121 of file qprintdevice.cpp.
Definition at line 111 of file qprintdevice.cpp.
| QList< int > QPrintDevice::supportedResolutions | ( | ) | const |
Definition at line 168 of file qprintdevice.cpp.
| bool QPrintDevice::supportsCollateCopies | ( | ) | const |
Definition at line 101 of file qprintdevice.cpp.
| bool QPrintDevice::supportsCustomPageSizes | ( | ) | const |
Definition at line 141 of file qprintdevice.cpp.
| bool QPrintDevice::supportsMultipleCopies | ( | ) | const |
Definition at line 96 of file qprintdevice.cpp.
|
inline |
Definition at line 46 of file qprintdevice_p.h.
|
friend |
Definition at line 115 of file qprintdevice_p.h.
|
friend |
Definition at line 114 of file qprintdevice_p.h.