QtBase  v6.3.1
Classes | Functions
qpixmap.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qcolor.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qstring.h>
#include <QtCore/qsharedpointer.h>
#include <QtGui/qimage.h>
#include <QtGui/qtransform.h>
Include dependency graph for qpixmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPixmap
 The QPixmap class is an off-screen image representation that can be used as a paint device. More...
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream& operator<< ( QDataStream ,
const QPixmap  
)
related

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  dbg,
const QPixmap r 
)

Definition at line 1549 of file qpixmap.cpp.

Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream& operator>> ( QDataStream ,
QPixmap  
)
related