KWin
|
Class encapsulating a Cursor image. More...
#include <pointer.h>
Public Member Functions | |
PointerSurfaceCursor () | |
~PointerSurfaceCursor () | |
QPointF | hotspot () const |
SurfaceInterface * | surface () const |
Friends | |
class | PointerInterfacePrivate |
KWin::PointerSurfaceCursor::PointerSurfaceCursor | ( | ) |
Definition at line 378 of file pointer.cpp.
KWin::PointerSurfaceCursor::~PointerSurfaceCursor | ( | ) |
Definition at line 383 of file pointer.cpp.
QPointF KWin::PointerSurfaceCursor::hotspot | ( | ) | const |
The hotspot of the cursor image in surface-relative coordinates.
Definition at line 387 of file pointer.cpp.
SurfaceInterface * KWin::PointerSurfaceCursor::surface | ( | ) | const |
The SurfaceInterface for the image content of the Cursor.
Definition at line 392 of file pointer.cpp.
|
friend |