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

#include <cursorsource.h>

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

Public Slots

void update (SurfaceInterface *surface, const QPointF &hotspot)
 

Public Member Functions

 SurfaceCursorSource (QObject *parent=nullptr)
 
SurfaceInterfacesurface () const
 
- Public Member Functions inherited from KWin::CursorSource
 CursorSource (QObject *parent=nullptr)
 
QSizeF size () const
 
QPointF hotspot () const
 

Additional Inherited Members

- Signals inherited from KWin::CursorSource
void changed ()
 
- Protected Attributes inherited from KWin::CursorSource
QSizeF m_size = QSizeF(0, 0)
 
QPointF m_hotspot
 

Detailed Description

The SurfaceCursorSource class repsents the contents of a cursor backed by a wl_surface.

Definition at line 77 of file cursorsource.h.

Constructor & Destructor Documentation

◆ SurfaceCursorSource()

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

Definition at line 114 of file cursorsource.cpp.

Member Function Documentation

◆ surface()

SurfaceInterface * KWin::SurfaceCursorSource::surface ( ) const

Definition at line 119 of file cursorsource.cpp.

◆ update

void KWin::SurfaceCursorSource::update ( SurfaceInterface * surface,
const QPointF & hotspot )
slot

Definition at line 139 of file cursorsource.cpp.


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