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

#include <qwindowscursor.h>

Collaboration diagram for QWindowsPixmapCursorCacheKey:

Public Member Functions

 QWindowsPixmapCursorCacheKey (const QCursor &c, qreal scaleFactor)

Public Attributes

qint64 bitmapCacheKey
qint64 maskCacheKey
union { 
   qint64   hashKey 
   struct { 
      qint32   x 
      qint32   y 
   } 
hotspotCacheKey
qreal scaleFactor

Detailed Description

Definition at line 15 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ QWindowsPixmapCursorCacheKey()

QWindowsPixmapCursorCacheKey::QWindowsPixmapCursorCacheKey ( const QCursor & c,
qreal scaleFactor )
explicit

Definition at line 42 of file qwindowscursor.cpp.

References QWindowsPixmapCursorCacheKey().

Referenced by QWindowsPixmapCursorCacheKey().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ bitmapCacheKey

qint64 QWindowsPixmapCursorCacheKey::bitmapCacheKey

Definition at line 19 of file qwindowscursor.h.

◆ hashKey

qint64 QWindowsPixmapCursorCacheKey::hashKey

Definition at line 22 of file qwindowscursor.h.

◆ [union]

union { ... } QWindowsPixmapCursorCacheKey::hotspotCacheKey

◆ maskCacheKey

qint64 QWindowsPixmapCursorCacheKey::maskCacheKey

Definition at line 20 of file qwindowscursor.h.

◆ scaleFactor

qreal QWindowsPixmapCursorCacheKey::scaleFactor

Definition at line 28 of file qwindowscursor.h.

◆ x

qint32 QWindowsPixmapCursorCacheKey::x

Definition at line 24 of file qwindowscursor.h.

◆ y

qint32 QWindowsPixmapCursorCacheKey::y

Definition at line 25 of file qwindowscursor.h.


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