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
QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate Struct Reference
Collaboration diagram for QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate:

Classes

struct  Record

Public Member Functions

void clear ()
void registerImage (QUuid instance, QString id, QImage preview)
QImage getImage (const QString &id, QSize *size, const QSize &requestedSize)
void cleanupInstance (QUuid instance)
void clear ()
void registerImage (QUuid instance, QString id, QImage preview)
QImage getImage (const QString &id, QSize *size, const QSize &requestedSize)
void cleanupInstance (QUuid instance)

Public Attributes

QMutex mutex
std::map< QUuid, Recordrecords

Detailed Description

Definition at line 14 of file qquickimagepreviewprovider.cpp.

Member Function Documentation

◆ cleanupInstance() [1/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::cleanupInstance ( QUuid instance)
inline

Definition at line 52 of file qquickimagepreviewprovider.cpp.

◆ cleanupInstance() [2/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::cleanupInstance ( QUuid instance)
inline

Definition at line 52 of file qquickimagepreviewprovider.cpp.

◆ clear() [1/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::clear ( )
inline

Definition at line 16 of file qquickimagepreviewprovider.cpp.

◆ clear() [2/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::clear ( )
inline

Definition at line 16 of file qquickimagepreviewprovider.cpp.

◆ getImage() [1/2]

QImage QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::getImage ( const QString & id,
QSize * size,
const QSize & requestedSize )
inline

Definition at line 29 of file qquickimagepreviewprovider.cpp.

◆ getImage() [2/2]

QImage QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::getImage ( const QString & id,
QSize * size,
const QSize & requestedSize )
inline

Definition at line 29 of file qquickimagepreviewprovider.cpp.

◆ registerImage() [1/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::registerImage ( QUuid instance,
QString id,
QImage preview )
inline

Definition at line 22 of file qquickimagepreviewprovider.cpp.

◆ registerImage() [2/2]

void QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::registerImage ( QUuid instance,
QString id,
QImage preview )
inline

Definition at line 22 of file qquickimagepreviewprovider.cpp.

Member Data Documentation

◆ mutex

QMutex QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::mutex

Definition at line 64 of file qquickimagepreviewprovider.cpp.

◆ records

std::map< QUuid, Record > QT_BEGIN_NAMESPACE::QQuickImagePreviewProviderPrivate::records

Definition at line 65 of file qquickimagepreviewprovider.cpp.


The documentation for this struct was generated from the following file: