![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsprintdevice_p.h>
Public Member Functions | |
bool | operator== (const QWindowsPrinterInfo &other) const |
Public Attributes | |
QString | m_id |
QString | m_name |
QString | m_location |
QString | m_makeAndModel |
QList< QPageSize > | m_pageSizes |
QList< int > | m_resolutions |
QList< QPrint::InputSlot > | m_inputSlots |
QList< QPrint::OutputBin > | m_outputBins |
QList< QPrint::DuplexMode > | m_duplexModes |
QList< QPrint::ColorMode > | m_colorModes |
QSize | m_minimumPhysicalPageSize |
QSize | m_maximumPhysicalPageSize |
bool | m_isRemote = false |
bool | m_havePageSizes = false |
bool | m_haveResolutions = false |
bool | m_haveCopies = false |
bool | m_supportsMultipleCopies = false |
bool | m_supportsCollateCopies = false |
bool | m_haveMinMaxPageSizes = false |
bool | m_supportsCustomPageSizes = false |
bool | m_haveInputSlots = false |
bool | m_haveOutputBins = false |
bool | m_haveDuplexModes = false |
bool | m_haveColorModes = false |
Definition at line 27 of file qwindowsprintdevice_p.h.
|
inline |
Definition at line 30 of file qwindowsprintdevice_p.h.
References other().
QList<QPrint::ColorMode> QWindowsPrinterInfo::m_colorModes |
Definition at line 47 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QList<QPrint::DuplexMode> QWindowsPrinterInfo::m_duplexModes |
Definition at line 46 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveColorModes = false |
Definition at line 61 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveCopies = false |
Definition at line 53 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveDuplexModes = false |
Definition at line 60 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveInputSlots = false |
Definition at line 58 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveMinMaxPageSizes = false |
Definition at line 56 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveOutputBins = false |
Definition at line 59 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_havePageSizes = false |
Definition at line 51 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_haveResolutions = false |
Definition at line 52 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QString QWindowsPrinterInfo::m_id |
Definition at line 38 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QList<QPrint::InputSlot> QWindowsPrinterInfo::m_inputSlots |
Definition at line 44 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_isRemote = false |
Definition at line 50 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QString QWindowsPrinterInfo::m_location |
Definition at line 40 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QString QWindowsPrinterInfo::m_makeAndModel |
Definition at line 41 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QSize QWindowsPrinterInfo::m_maximumPhysicalPageSize |
Definition at line 49 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QSize QWindowsPrinterInfo::m_minimumPhysicalPageSize |
Definition at line 48 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QString QWindowsPrinterInfo::m_name |
Definition at line 39 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QList<QPrint::OutputBin> QWindowsPrinterInfo::m_outputBins |
Definition at line 45 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
Definition at line 42 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
QList<int> QWindowsPrinterInfo::m_resolutions |
Definition at line 43 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_supportsCollateCopies = false |
Definition at line 55 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_supportsCustomPageSizes = false |
Definition at line 57 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().
bool QWindowsPrinterInfo::m_supportsMultipleCopies = false |
Definition at line 54 of file qwindowsprintdevice_p.h.
Referenced by QWindowsPrintDevice::QWindowsPrintDevice().