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
qcolorspace.h File Reference

(25c96d547b4563cbfedcec6093d68116148d8599)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qcolortransform.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qcolorspace.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QColorSpace
 The QColorSpace class provides a color space abstraction. More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QColorSpace &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QColorSpace &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QColorSpace &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QColorSpace & image )
related

Definition at line 1370 of file qcolorspace.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QColorSpace & colorSpace )

Definition at line 144 of file qcolorspace.cpp.

References initialize().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QColorSpace & colorSpace )
related

Definition at line 1386 of file qcolorspace.cpp.