Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QWindowsPixmapCursorCacheKey Struct Reference

#include <qwindowscursor.h>

+ Collaboration diagram for QWindowsPixmapCursorCacheKey:

Public Member Functions

 QWindowsPixmapCursorCacheKey (const QCursor &c)
 

Public Attributes

qint64 bitmapCacheKey
 
qint64 maskCacheKey
 

Detailed Description

Definition at line 15 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ QWindowsPixmapCursorCacheKey()

QWindowsPixmapCursorCacheKey::QWindowsPixmapCursorCacheKey ( const QCursor c)
explicit

Definition at line 40 of file qwindowscursor.cpp.

References bitmapCacheKey, maskCacheKey, and Q_ASSERT.

Member Data Documentation

◆ bitmapCacheKey

qint64 QWindowsPixmapCursorCacheKey::bitmapCacheKey

Definition at line 19 of file qwindowscursor.h.

Referenced by QWindowsPixmapCursorCacheKey(), and operator==().

◆ maskCacheKey

qint64 QWindowsPixmapCursorCacheKey::maskCacheKey

Definition at line 20 of file qwindowscursor.h.

Referenced by QWindowsPixmapCursorCacheKey(), and operator==().


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