KWin
|
#include <pointer_input.h>
Signals | |
void | changed () |
Public Member Functions | |
CursorImage (PointerInputRedirection *parent=nullptr) | |
~CursorImage () override | |
void | setEffectsOverrideCursor (Qt::CursorShape shape) |
void | removeEffectsOverrideCursor () |
void | setWindowSelectionCursor (const QByteArray &shape) |
void | removeWindowSelectionCursor () |
KXcursorTheme | theme () const |
CursorSource * | source () const |
void | setSource (CursorSource *source) |
void | updateCursorOutputs (const QPointF &pos) |
void | markAsRendered (std::chrono::milliseconds timestamp) |
Definition at line 199 of file pointer_input.h.
|
explicit |
Definition at line 874 of file pointer_input.cpp.
|
overridedefault |
|
signal |
void KWin::CursorImage::markAsRendered | ( | std::chrono::milliseconds | timestamp | ) |
Definition at line 941 of file pointer_input.cpp.
void KWin::CursorImage::removeEffectsOverrideCursor | ( | ) |
Definition at line 1014 of file pointer_input.cpp.
void KWin::CursorImage::removeWindowSelectionCursor | ( | ) |
Definition at line 1029 of file pointer_input.cpp.
void KWin::CursorImage::setEffectsOverrideCursor | ( | Qt::CursorShape | shape | ) |
Definition at line 1008 of file pointer_input.cpp.
void KWin::CursorImage::setSource | ( | CursorSource * | source | ) |
Definition at line 1104 of file pointer_input.cpp.
void KWin::CursorImage::setWindowSelectionCursor | ( | const QByteArray & | shape | ) |
Definition at line 1019 of file pointer_input.cpp.
CursorSource * KWin::CursorImage::source | ( | ) | const |
Definition at line 1099 of file pointer_input.cpp.
KXcursorTheme KWin::CursorImage::theme | ( | ) | const |
Definition at line 1113 of file pointer_input.cpp.
void KWin::CursorImage::updateCursorOutputs | ( | const QPointF & | pos | ) |
Definition at line 929 of file pointer_input.cpp.
QMetaObject::Connection KWin::CursorImage::connection |
Definition at line 242 of file pointer_input.h.
std::unique_ptr<ShapeCursorSource> KWin::CursorImage::cursor |
Definition at line 241 of file pointer_input.h.
CursorSource* KWin::CursorImage::cursor = nullptr |
Definition at line 249 of file pointer_input.h.
std::unique_ptr<ShapeCursorSource> KWin::CursorImage::shape |
Definition at line 248 of file pointer_input.h.
std::unique_ptr<SurfaceCursorSource> KWin::CursorImage::surface |
Definition at line 247 of file pointer_input.h.