![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowscursor.h>
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 |
Definition at line 15 of file qwindowscursor.h.
|
explicit |
Definition at line 42 of file qwindowscursor.cpp.
References QWindowsPixmapCursorCacheKey().
Referenced by QWindowsPixmapCursorCacheKey().
qint64 QWindowsPixmapCursorCacheKey::bitmapCacheKey |
Definition at line 19 of file qwindowscursor.h.
qint64 QWindowsPixmapCursorCacheKey::hashKey |
Definition at line 22 of file qwindowscursor.h.
union { ... } QWindowsPixmapCursorCacheKey::hotspotCacheKey |
qint64 QWindowsPixmapCursorCacheKey::maskCacheKey |
Definition at line 20 of file qwindowscursor.h.
qreal QWindowsPixmapCursorCacheKey::scaleFactor |
Definition at line 28 of file qwindowscursor.h.
qint32 QWindowsPixmapCursorCacheKey::x |
Definition at line 24 of file qwindowscursor.h.
qint32 QWindowsPixmapCursorCacheKey::y |
Definition at line 25 of file qwindowscursor.h.