#include <tablet_v2.h>
|
virtual | ~TabletSeatV2Interface () |
|
TabletV2Interface * | addTablet (quint32 vendorId, quint32 productId, const QString &sysname, const QString &name, const QStringList &paths) |
|
TabletPadV2Interface * | addTabletPad (const QString &sysname, const QString &name, const QStringList &paths, quint32 buttons, quint32 rings, quint32 strips, quint32 modes, quint32 currentMode, TabletV2Interface *tablet) |
|
TabletToolV2Interface * | addTool (TabletToolV2Interface::Type type, quint64 hardwareSerial, quint64 hardwareId, const QList< TabletToolV2Interface::Capability > &capabilities, const QString &deviceSysName) |
|
TabletToolV2Interface * | toolByHardwareId (quint64 hardwareId) const |
|
TabletToolV2Interface * | toolByHardwareSerial (quint64 hardwareSerial, TabletToolV2Interface::Type type) const |
|
TabletPadV2Interface * | padByName (const QString &sysname) const |
|
void | removeDevice (const QString &sysname) |
|
bool | isClientSupported (ClientConnection *client) const |
|
bool | hasImplicitGrab (quint32 serial) const |
|
Definition at line 272 of file tablet_v2.h.
◆ ~TabletSeatV2Interface()
KWin::TabletSeatV2Interface::~TabletSeatV2Interface |
( |
| ) |
|
|
virtualdefault |
◆ addTablet()
TabletV2Interface * KWin::TabletSeatV2Interface::addTablet |
( |
quint32 | vendorId, |
|
|
quint32 | productId, |
|
|
const QString & | sysname, |
|
|
const QString & | name, |
|
|
const QStringList & | paths ) |
◆ addTabletPad()
TabletPadV2Interface * KWin::TabletSeatV2Interface::addTabletPad |
( |
const QString & | sysname, |
|
|
const QString & | name, |
|
|
const QStringList & | paths, |
|
|
quint32 | buttons, |
|
|
quint32 | rings, |
|
|
quint32 | strips, |
|
|
quint32 | modes, |
|
|
quint32 | currentMode, |
|
|
TabletV2Interface * | tablet ) |
◆ addTool()
◆ hasImplicitGrab()
bool KWin::TabletSeatV2Interface::hasImplicitGrab |
( |
quint32 | serial | ) |
const |
◆ isClientSupported()
bool KWin::TabletSeatV2Interface::isClientSupported |
( |
ClientConnection * | client | ) |
const |
◆ padByName()
◆ removeDevice()
void KWin::TabletSeatV2Interface::removeDevice |
( |
const QString & | sysname | ) |
|
◆ toolByHardwareId()
◆ toolByHardwareSerial()
◆ TabletManagerV2InterfacePrivate
The documentation for this class was generated from the following files: