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
QPdfOutputIntentPrivate Class Reference
+ Inheritance diagram for QPdfOutputIntentPrivate:
+ Collaboration diagram for QPdfOutputIntentPrivate:

Public Member Functions

 QPdfOutputIntentPrivate ()
 
 QPdfOutputIntentPrivate ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QString outputConditionIdentifier = QStringLiteral("sRGB_IEC61966-2-1_black_scaled")
 
QString outputCondition = QStringLiteral("sRGB IEC61966 v2.1 with black scaling")
 
QUrl registryName = QStringLiteral("http://www.color.org")
 
QColorSpace outputProfile
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 17 of file qpdfoutputintent.cpp.

Constructor & Destructor Documentation

◆ QPdfOutputIntentPrivate() [1/2]

QPdfOutputIntentPrivate::QPdfOutputIntentPrivate ( )
inline

Definition at line 20 of file qpdfoutputintent.cpp.

◆ QPdfOutputIntentPrivate() [2/2]

QPdfOutputIntentPrivate::QPdfOutputIntentPrivate ( )
inline

Definition at line 20 of file qpdfoutputintent.cpp.

Member Data Documentation

◆ outputCondition

QString QPdfOutputIntentPrivate::outputCondition = QStringLiteral("sRGB IEC61966 v2.1 with black scaling")

Definition at line 29 of file qpdfoutputintent.cpp.

◆ outputConditionIdentifier

QString QPdfOutputIntentPrivate::outputConditionIdentifier = QStringLiteral("sRGB_IEC61966-2-1_black_scaled")

Definition at line 28 of file qpdfoutputintent.cpp.

◆ outputProfile

QColorSpace QPdfOutputIntentPrivate::outputProfile

Definition at line 31 of file qpdfoutputintent.cpp.

◆ registryName

QUrl QPdfOutputIntentPrivate::registryName = QStringLiteral("http://www.color.org")

Definition at line 30 of file qpdfoutputintent.cpp.


The documentation for this class was generated from the following file: