![]() |
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 16 of file qwindowscursor.h.
|
explicit |
Definition at line 43 of file qwindowscursor.cpp.
References QWindowsPixmapCursorCacheKey().
Referenced by QWindowsPixmapCursorCacheKey().
| qint64 QWindowsPixmapCursorCacheKey::bitmapCacheKey |
Definition at line 20 of file qwindowscursor.h.
| qint64 QWindowsPixmapCursorCacheKey::hashKey |
Definition at line 23 of file qwindowscursor.h.
| union { ... } QWindowsPixmapCursorCacheKey::hotspotCacheKey |
| qint64 QWindowsPixmapCursorCacheKey::maskCacheKey |
Definition at line 21 of file qwindowscursor.h.
| qreal QWindowsPixmapCursorCacheKey::scaleFactor |
Definition at line 29 of file qwindowscursor.h.
| qint32 QWindowsPixmapCursorCacheKey::x |
Definition at line 25 of file qwindowscursor.h.
| qint32 QWindowsPixmapCursorCacheKey::y |
Definition at line 26 of file qwindowscursor.h.