![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsharedimageloader_p.h"#include <private/qobject_p.h>#include <private/qimage_p.h>#include <QtCore/qpointer.h>#include <QSharedMemory>#include <memory>#include "moc_qsharedimageloader_p.cpp"Go to the source code of this file.
Classes | |
| struct | SharedImageHeader |
| class | QSharedImageLoaderPrivate |
Functions | |
| QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcSharedImage, "qt.quick.sharedimage") |
| Q_STATIC_ASSERT (sizeof(SharedImageHeader) % 4==0) | |
| void | cleanupSharedImage (void *) |
Definition at line 51 of file qsharedimageloader.cpp.
Referenced by QSharedImageLoaderPrivate::createImageFromMem().
| QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcSharedImage | , |
| "qt.quick.sharedimage" | ) |
| Q_STATIC_ASSERT | ( | sizeof(SharedImageHeader) % | 4 = =0 | ) |