Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsharedimageloader.cpp File Reference

(5a665bc4740106a7c3932506173229ddc8aec8be)

#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 50 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)