Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcups_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtPrintSupport/private/qtprintsupportglobal_p.h>
#include <QtPrintSupport/private/qprint_p.h>
#include "QtCore/qstring.h"
#include "QtCore/qstringlist.h"
#include "QtPrintSupport/qprinter.h"
#include "QtCore/qdatetime.h"
+ Include dependency graph for qcups_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCUPSSupport
 
struct  QCUPSSupport::JobSheets
 
struct  QCUPSSupport::JobHoldUntilWithTime
 

Macros

#define PPK_CupsOptions   QPrintEngine::PrintEnginePropertyKey(0xfe00)
 
#define PDPK_PpdFile   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase)
 
#define PDPK_PpdOption   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 1)
 
#define PDPK_CupsJobPriority   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 2)
 
#define PDPK_CupsJobSheets   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 3)
 
#define PDPK_CupsJobBilling   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 4)
 
#define PDPK_CupsJobHoldUntil   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 5)
 
#define PDPK_PpdChoiceIsInstallableConflict   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 6)
 

Functions

 QT_REQUIRE_CONFIG (cups)
 
 Q_DECLARE_TYPEINFO (QCUPSSupport::JobHoldUntil, Q_PRIMITIVE_TYPE)
 
 Q_DECLARE_TYPEINFO (QCUPSSupport::BannerPage, Q_PRIMITIVE_TYPE)
 
 Q_DECLARE_TYPEINFO (QCUPSSupport::PageSet, Q_PRIMITIVE_TYPE)
 
 Q_DECLARE_TYPEINFO (QCUPSSupport::PagesPerSheetLayout, Q_PRIMITIVE_TYPE)
 
 Q_DECLARE_TYPEINFO (QCUPSSupport::PagesPerSheet, Q_PRIMITIVE_TYPE)
 

Macro Definition Documentation

◆ PDPK_CupsJobBilling

Definition at line 41 of file qcups_p.h.

Referenced by QPpdPrintDevice::property().

◆ PDPK_CupsJobHoldUntil

Definition at line 42 of file qcups_p.h.

Referenced by QPpdPrintDevice::property().

◆ PDPK_CupsJobPriority

Definition at line 39 of file qcups_p.h.

Referenced by QPpdPrintDevice::property().

◆ PDPK_CupsJobSheets

Definition at line 40 of file qcups_p.h.

Referenced by QPpdPrintDevice::property().

◆ PDPK_PpdChoiceIsInstallableConflict

#define PDPK_PpdChoiceIsInstallableConflict   QPrintDevice::PrintDevicePropertyKey(QPrintDevice::PDPK_CustomBase + 6)

Definition at line 43 of file qcups_p.h.

Referenced by QPpdPrintDevice::isFeatureAvailable().

◆ PDPK_PpdFile

◆ PDPK_PpdOption

Definition at line 38 of file qcups_p.h.

Referenced by QPpdPrintDevice::setProperty().

◆ PPK_CupsOptions

#define PPK_CupsOptions   QPrintEngine::PrintEnginePropertyKey(0xfe00)

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/5]

Q_DECLARE_TYPEINFO ( QCUPSSupport::BannerPage ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/5]

Q_DECLARE_TYPEINFO ( QCUPSSupport::JobHoldUntil ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [3/5]

Q_DECLARE_TYPEINFO ( QCUPSSupport::PageSet ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [4/5]

Q_DECLARE_TYPEINFO ( QCUPSSupport::PagesPerSheet ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [5/5]

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( cups )