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::PixmapCursor Struct Reference

#include <qwindowscursor.h>

+ Collaboration diagram for QWindowsCursor::PixmapCursor:

Public Member Functions

 PixmapCursor (const QPixmap &pix=QPixmap(), const QPoint &h=QPoint())
 

Public Attributes

QPixmap pixmap
 
QPoint hotSpot
 

Detailed Description

Definition at line 62 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ PixmapCursor()

QWindowsCursor::PixmapCursor::PixmapCursor ( const QPixmap & pix = QPixmap(),
const QPoint & h = QPoint() )
inlineexplicit

Definition at line 63 of file qwindowscursor.h.

Member Data Documentation

◆ hotSpot

QPoint QWindowsCursor::PixmapCursor::hotSpot

Definition at line 66 of file qwindowscursor.h.

Referenced by QWindowsCursor::createPixmapCursor().

◆ pixmap

QPixmap QWindowsCursor::PixmapCursor::pixmap

Definition at line 65 of file qwindowscursor.h.

Referenced by QWindowsCursor::createPixmapCursor().


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