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
QQuickPixmapKey Struct Reference

#include <qquickpixmapcache_p.h>

+ Collaboration diagram for QQuickPixmapKey:

Public Attributes

const QUrlurl
 
const QRectregion
 
const QSizesize
 
int frame
 
QQuickImageProviderOptions options
 

Detailed Description

A composite key to identify a QQuickPixmapData instance in a QHash.

Definition at line 30 of file qquickpixmapcache_p.h.

Member Data Documentation

◆ frame

int QQuickPixmapKey::frame

Definition at line 35 of file qquickpixmapcache_p.h.

Referenced by operator==().

◆ options

QQuickImageProviderOptions QQuickPixmapKey::options

Definition at line 36 of file qquickpixmapcache_p.h.

Referenced by operator==().

◆ region

const QRect* QQuickPixmapKey::region

Definition at line 33 of file qquickpixmapcache_p.h.

Referenced by operator==().

◆ size

const QSize* QQuickPixmapKey::size

Definition at line 34 of file qquickpixmapcache_p.h.

Referenced by operator==().

◆ url

const QUrl* QQuickPixmapKey::url

Definition at line 32 of file qquickpixmapcache_p.h.

Referenced by operator==().


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