Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 73 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ PixmapCursor()

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

Definition at line 74 of file qwindowscursor.h.

Member Data Documentation

◆ hotSpot

QPoint QWindowsCursor::PixmapCursor::hotSpot

Definition at line 77 of file qwindowscursor.h.

◆ pixmap

QPixmap QWindowsCursor::PixmapCursor::pixmap

Definition at line 76 of file qwindowscursor.h.


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