|
KWin
|
#include <cursorsource.h>
Public Slots | |
| void | update (SurfaceInterface *surface, const QPointF &hotspot) |
Public Member Functions | |
| SurfaceCursorSource (QObject *parent=nullptr) | |
| SurfaceInterface * | surface () 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 |
The SurfaceCursorSource class repsents the contents of a cursor backed by a wl_surface.
Definition at line 77 of file cursorsource.h.
|
explicit |
Definition at line 114 of file cursorsource.cpp.
| SurfaceInterface * KWin::SurfaceCursorSource::surface | ( | ) | const |
Definition at line 119 of file cursorsource.cpp.
|
slot |
Definition at line 139 of file cursorsource.cpp.