QtBase  v6.3.1
Classes | Typedefs | Functions
qimage.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtGui/qcolor.h>
#include <QtGui/qrgb.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpixelformat.h>
#include <QtGui/qtransform.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qbytearrayview.h>
#include <QtCore/qrect.h>
#include <QtCore/qstring.h>
#include <QtCore/qcontainerfwd.h>
Include dependency graph for qimage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QImage
 The QImage class provides a hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device. More...
 

Typedefs

typedef void(* QImageCleanupFunction) (void *)
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QImage &)
 [0] More...
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QImage &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QImage &)
 

Typedef Documentation

◆ QImageCleanupFunction

typedef void(* QImageCleanupFunction) (void *)

Definition at line 70 of file qimage.h.

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream& operator<< ( QDataStream stream,
const QImage image 
)
related

[0]

[1]

Definition at line 3897 of file qimage.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  dbg,
const QImage i 
)

Definition at line 5135 of file qimage.cpp.

Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream& operator>> ( QDataStream s,
QImage image 
)
related

Definition at line 3923 of file qimage.cpp.