Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsharedimageloader.cpp File Reference

(2ef3de7803b9a35f58dc1355d5d6ad986fff18fc)

#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"
Include dependency graph for qsharedimageloader.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 *)

Function Documentation

◆ cleanupSharedImage()

void cleanupSharedImage ( void * )

Definition at line 51 of file qsharedimageloader.cpp.

Referenced by QSharedImageLoaderPrivate::createImageFromMem().

Here is the caller graph for this function:

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcSharedImage ,
"qt.quick.sharedimage"  )

◆ Q_STATIC_ASSERT()

Q_STATIC_ASSERT ( sizeof(SharedImageHeader) % 4 = =0)

Referenced by readLowDepthIcon().

Here is the caller graph for this function: