![]() |
Qt 6.x
The Qt SDK
|
#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 QDataStream & | operator<< (QDataStream &, const QPixmap &) |
| Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPixmap &) |
| Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPixmap &) |
|
related |
Definition at line 1520 of file qpixmap.cpp.
References Qt::dec(), Qt::hex(), Qt::noshowbase(), and Qt::showbase().
Here is the call graph for this function:
|
related |