KWin
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Attributes | List of all members
KWin::CursorSource Class Reference

#include <cursorsource.h>

Inheritance diagram for KWin::CursorSource:
KWin::ShapeCursorSource KWin::SurfaceCursorSource

Signals

void changed ()
 

Public Member Functions

 CursorSource (QObject *parent=nullptr)
 
QSizeF size () const
 
QPointF hotspot () const
 

Protected Attributes

QSizeF m_size = QSizeF(0, 0)
 
QPointF m_hotspot
 

Detailed Description

The CursorSource class represents the contents of the Cursor.

Definition at line 24 of file cursorsource.h.

Constructor & Destructor Documentation

◆ CursorSource()

KWin::CursorSource::CursorSource ( QObject * parent = nullptr)
explicit

Definition at line 14 of file cursorsource.cpp.

Member Function Documentation

◆ changed

void KWin::CursorSource::changed ( )
signal

◆ hotspot()

QPointF KWin::CursorSource::hotspot ( ) const

Definition at line 24 of file cursorsource.cpp.

◆ size()

QSizeF KWin::CursorSource::size ( ) const

Definition at line 19 of file cursorsource.cpp.

Member Data Documentation

◆ m_hotspot

QPointF KWin::CursorSource::m_hotspot
protected

Definition at line 39 of file cursorsource.h.

◆ m_size

QSizeF KWin::CursorSource::m_size = QSizeF(0, 0)
protected

Definition at line 38 of file cursorsource.h.


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