Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QQuickPixmapKey Class Reference
+ Collaboration diagram for QQuickPixmapKey:

Public Attributes

const QUrlurl
 
const QRectregion
 
const QSizesize
 
int frame
 
QQuickImageProviderOptions options
 

Detailed Description

Definition at line 1148 of file qquickpixmapcache.cpp.

Member Data Documentation

◆ frame

int QQuickPixmapKey::frame

Definition at line 1154 of file qquickpixmapcache.cpp.

Referenced by operator==().

◆ options

QQuickImageProviderOptions QQuickPixmapKey::options

Definition at line 1155 of file qquickpixmapcache.cpp.

Referenced by operator==().

◆ region

const QRect* QQuickPixmapKey::region

Definition at line 1152 of file qquickpixmapcache.cpp.

Referenced by operator==().

◆ size

const QSize* QQuickPixmapKey::size

Definition at line 1153 of file qquickpixmapcache.cpp.

Referenced by operator==().

◆ url

const QUrl* QQuickPixmapKey::url

Definition at line 1151 of file qquickpixmapcache.cpp.

Referenced by operator==().


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