KWin
|
#include <tablet_v2.h>
Signals | |
void | feedback (KWin::ClientConnection *client, quint32 button, const QString &description, quint32 serial) |
Public Member Functions | |
virtual | ~TabletPadV2Interface () |
TabletPadRingV2Interface * | ring (uint at) const |
TabletPadStripV2Interface * | strip (uint at) const |
void | sendButton (std::chrono::microseconds time, quint32 button, bool pressed) |
void | setCurrentSurface (SurfaceInterface *surface, TabletV2Interface *tablet) |
SurfaceInterface * | currentSurface () const |
Friends | |
class | TabletSeatV2Interface |
class | TabletSeatV2InterfacePrivate |
Definition at line 157 of file tablet_v2.h.
|
virtual |
Definition at line 670 of file tablet_v2.cpp.
SurfaceInterface * KWin::TabletPadV2Interface::currentSurface | ( | ) | const |
Definition at line 721 of file tablet_v2.cpp.
|
signal |
TabletPadRingV2Interface * KWin::TabletPadV2Interface::ring | ( | uint | at | ) | const |
Definition at line 686 of file tablet_v2.cpp.
void KWin::TabletPadV2Interface::sendButton | ( | std::chrono::microseconds | time, |
quint32 | button, | ||
bool | pressed ) |
Definition at line 678 of file tablet_v2.cpp.
void KWin::TabletPadV2Interface::setCurrentSurface | ( | SurfaceInterface * | surface, |
TabletV2Interface * | tablet ) |
Definition at line 696 of file tablet_v2.cpp.
TabletPadStripV2Interface * KWin::TabletPadV2Interface::strip | ( | uint | at | ) | const |
Definition at line 691 of file tablet_v2.cpp.
|
friend |
Definition at line 174 of file tablet_v2.h.
|
friend |
Definition at line 175 of file tablet_v2.h.