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
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 42 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().

◆ maskCacheKey

qint64 QWindowsPixmapCursorCacheKey::maskCacheKey

Definition at line 20 of file qwindowscursor.h.

Referenced by QWindowsPixmapCursorCacheKey().


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