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

(0aa07ce77237dacc58de5939d5a239fb8997da7a)

#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:

Go to the source code of this file.

Classes

class  QImage
 \inmodule QtGui More...
 

Typedefs

typedef void(* QImageCleanupFunction) (void *)
 

Functions

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

Typedef Documentation

◆ QImageCleanupFunction

typedef void(* QImageCleanupFunction) (void *)

Definition at line 34 of file qimage.h.

Function Documentation

◆ operator<<() [1/2]

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

[0]

[1]

Definition at line 3968 of file qimage.cpp.

◆ operator<<() [2/2]

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

Definition at line 5938 of file qimage.cpp.

◆ operator>>()

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

Definition at line 3994 of file qimage.cpp.