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
qwindowscursor.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/qt_windows.h>
#include <qpa/qplatformcursor.h>
#include <QtCore/qsharedpointer.h>
#include <QtCore/qhash.h>
+ Include dependency graph for qwindowscursor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QWindowsPixmapCursorCacheKey
 
class  CursorHandle
 
class  QWindowsCursor
 Platform cursor implementation. More...
 
struct  QWindowsCursor::PixmapCursor
 

Typedefs

using CursorHandlePtr = QSharedPointer<CursorHandle>
 

Functions

bool operator== (const QWindowsPixmapCursorCacheKey &k1, const QWindowsPixmapCursorCacheKey &k2)
 
size_t qHash (const QWindowsPixmapCursorCacheKey &k, size_t seed) noexcept
 

Typedef Documentation

◆ CursorHandlePtr

Definition at line 51 of file qwindowscursor.h.

Function Documentation

◆ operator==()

bool operator== ( const QWindowsPixmapCursorCacheKey & k1,
const QWindowsPixmapCursorCacheKey & k2 )
inline

Definition at line 23 of file qwindowscursor.h.

References k1.

◆ qHash()

size_t qHash ( const QWindowsPixmapCursorCacheKey & k,
size_t seed )
inlinenoexcept

Definition at line 28 of file qwindowscursor.h.

References seed.