![]() |
Qt 6.x
The Qt SDK
|
#include "qimagewriter.h"#include <qbytearray.h>#include <qfile.h>#include <qfileinfo.h>#include <qimage.h>#include <qimageiohandler.h>#include <qset.h>#include <qvariant.h>#include <qcoreapplication.h>#include <private/qfactoryloader_p.h>#include <private/qbmphandler_p.h>#include <private/qppmhandler_p.h>#include <private/qxbmhandler_p.h>#include <private/qxpmhandler_p.h>#include <private/qpnghandler_p.h>#include <private/qimagereaderwriterhelpers_p.h>#include <algorithm>
Include dependency graph for qimagewriter.cpp:Go to the source code of this file.
Classes | |
| class | QImageWriterPrivate |
Functions | |
| static QImageIOHandler * | createWriteHandlerHelper (QIODevice *device, const QByteArray &format) |
| void | qt_imageTransform (QImage &src, QImageIOHandler::Transformations orient) |
|
static |
Definition at line 101 of file qimagewriter.cpp.
References QImageIOPlugin::CanWrite, QImageIOPlugin::capabilities(), QImageIOPlugin::create(), device, QBmpHandler::DibFormat, file, QFile::fileName(), form, QString::fromLatin1(), i, QGraphicsLayoutItem::isEmpty(), QByteArray::isEmpty(), keyMap, QImageReaderWriterHelpers::pluginLoader(), QImageIOHandler::setDevice(), QImageIOHandler::setFormat(), QImageIOHandler::setOption(), QImageIOHandler::SubType, QFileInfo::suffix(), QString::toLatin1(), and QString::toLower().
Referenced by QImageWriterPrivate::canWriteHelper(), and QImageWriter::supportsOption().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 5739 of file qimage.cpp.