![]() |
Qt 6.x
The Qt SDK
|
#include <qglobal.h>
#include "qpixmap.h"
#include <qpa/qplatformpixmap.h>
#include "qimagepixmapcleanuphooks_p.h"
#include "qbitmap.h"
#include "qimage.h"
#include "qpainter.h"
#include "qdatastream.h"
#include "qbuffer.h"
#include <private/qguiapplication_p.h>
#include "qevent.h"
#include "qfile.h"
#include "qfileinfo.h"
#include "qpixmapcache.h"
#include "qdatetime.h"
#include "qimagereader.h"
#include "qimagewriter.h"
#include "qpaintengine.h"
#include "qscreen.h"
#include "qthread.h"
#include "qdebug.h"
#include <qpa/qplatformintegration.h>
#include "qpixmap_raster_p.h"
#include "private/qhexstring_p.h"
#include <qtgui_tracepoints_p.h>
#include <memory>
Go to the source code of this file.
Functions | |
Q_TRACE_PARAM_REPLACE (Qt::AspectRatioMode, int) | |
Q_TRACE_PARAM_REPLACE (Qt::TransformationMode, int) | |
static bool | qt_pixmap_thread_test () |
QDebug | operator<< (QDebug dbg, const QPixmap &r) |
Definition at line 1520 of file qpixmap.cpp.
References Qt::dec(), Qt::hex(), Qt::noshowbase(), and Qt::showbase().
Q_TRACE_PARAM_REPLACE | ( | Qt::AspectRatioMode | , |
int | |||
) |
Q_TRACE_PARAM_REPLACE | ( | Qt::TransformationMode | , |
int | |||
) |
|
static |
Definition at line 49 of file qpixmap.cpp.
References QThread::currentThread(), QPlatformIntegration::hasCapability(), QGuiApplicationPrivate::instance(), QCoreApplication::instance(), QGuiApplicationPrivate::platformIntegration(), Q_UNLIKELY, qApp, qFatal, qWarning, and QPlatformIntegration::ThreadedPixmaps.
Referenced by QPixmap::QPixmap(), QPixmap::QPixmap(), and QPixmap::QPixmap().