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

(6ff4c3d787ecc2e6d2740f22d0406b34346faede)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qcolor.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstring.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
 Returns a copy of the pixmap that is transformed using the given transformation transform and transformation mode. 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 1512 of file qpixmap.cpp.

References Qt::dec(), Qt::hex(), Qt::noshowbase(), and Qt::showbase().

+ Here is the call graph for this function:

◆ operator>>()

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