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

(05b84673045a5f4432a6caa9bea08d8fba1e1a03)

#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 & stream,
const QImage & image )
related

[0]

[1]

Definition at line 3947 of file qimage.cpp.

◆ operator<<() [2/2]

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

Definition at line 5880 of file qimage.cpp.

References i, QByteArray(), and qMin().

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 3973 of file qimage.cpp.