Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ PDPK_CupsJobHoldUntil

Definition at line 42 of file qcups_p.h.

◆ PDPK_CupsJobPriority

Definition at line 39 of file qcups_p.h.

◆ PDPK_CupsJobSheets

Definition at line 40 of file qcups_p.h.

◆ PDPK_PpdChoiceIsInstallableConflict

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

Definition at line 43 of file qcups_p.h.

◆ PDPK_PpdFile

Definition at line 37 of file qcups_p.h.

◆ PDPK_PpdOption

Definition at line 38 of file qcups_p.h.

◆ PPK_CupsOptions

#define PPK_CupsOptions   QPrintEngine::PrintEnginePropertyKey(0xfe00)

Definition at line 35 of file qcups_p.h.

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 )