Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QXcbCursorCacheKey Struct Reference

#include <qxcbcursor.h>

+ Collaboration diagram for QXcbCursorCacheKey:

Public Member Functions

 QXcbCursorCacheKey (const QCursor &c)
 
 QXcbCursorCacheKey (Qt::CursorShape s)
 
 QXcbCursorCacheKey ()
 

Public Attributes

Qt::CursorShape shape
 
qint64 bitmapCacheKey
 
qint64 maskCacheKey
 

Detailed Description

Definition at line 17 of file qxcbcursor.h.

Constructor & Destructor Documentation

◆ QXcbCursorCacheKey() [1/3]

QXcbCursorCacheKey::QXcbCursorCacheKey ( const QCursor c)
explicit

Definition at line 235 of file qxcbcursor.cpp.

References bitmapCacheKey, Qt::BitmapCursor, maskCacheKey, Q_ASSERT, and shape.

◆ QXcbCursorCacheKey() [2/3]

QXcbCursorCacheKey::QXcbCursorCacheKey ( Qt::CursorShape  s)
inlineexplicit

Definition at line 20 of file qxcbcursor.h.

◆ QXcbCursorCacheKey() [3/3]

QXcbCursorCacheKey::QXcbCursorCacheKey ( )
inline

Definition at line 21 of file qxcbcursor.h.

Member Data Documentation

◆ bitmapCacheKey

qint64 QXcbCursorCacheKey::bitmapCacheKey

Definition at line 24 of file qxcbcursor.h.

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

◆ maskCacheKey

qint64 QXcbCursorCacheKey::maskCacheKey

Definition at line 25 of file qxcbcursor.h.

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

◆ shape

Qt::CursorShape QXcbCursorCacheKey::shape

Definition at line 23 of file qxcbcursor.h.

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


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