KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::PlatformCursorImage Class Reference

#include <globals.h>

Public Member Functions

 PlatformCursorImage ()
 
 PlatformCursorImage (const QImage &image, const QPointF &hotSpot)
 
virtual ~PlatformCursorImage ()=default
 
bool isNull () const
 
QImage image () const
 
QPointF hotSpot () const
 

Detailed Description

Short wrapper for a cursor image provided by the Platform.

Since
5.9

Definition at line 198 of file globals.h.

Constructor & Destructor Documentation

◆ PlatformCursorImage() [1/2]

KWin::PlatformCursorImage::PlatformCursorImage ( )
inlineexplicit

Definition at line 201 of file globals.h.

◆ PlatformCursorImage() [2/2]

KWin::PlatformCursorImage::PlatformCursorImage ( const QImage & image,
const QPointF & hotSpot )
inlineexplicit

Definition at line 206 of file globals.h.

◆ ~PlatformCursorImage()

virtual KWin::PlatformCursorImage::~PlatformCursorImage ( )
virtualdefault

Member Function Documentation

◆ hotSpot()

QPointF KWin::PlatformCursorImage::hotSpot ( ) const
inline

Definition at line 221 of file globals.h.

◆ image()

QImage KWin::PlatformCursorImage::image ( ) const
inline

Definition at line 217 of file globals.h.

◆ isNull()

bool KWin::PlatformCursorImage::isNull ( ) const
inline

Definition at line 213 of file globals.h.


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