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

◆ maskCacheKey

qint64 QXcbCursorCacheKey::maskCacheKey

Definition at line 25 of file qxcbcursor.h.

Referenced by QXcbCursorCacheKey().

◆ shape

Qt::CursorShape QXcbCursorCacheKey::shape

Definition at line 23 of file qxcbcursor.h.

Referenced by QXcbCursorCacheKey().


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