|
| static QList< quint32 > | touchIds = QList<quint32>() |
| |
|
| void | org_kde_kwin_fake_input_bind_resource (Resource *resource) override |
| |
| void | org_kde_kwin_fake_input_destroy_resource (Resource *resource) override |
| |
| void | org_kde_kwin_fake_input_authenticate (Resource *resource, const QString &application, const QString &reason) override |
| |
| void | org_kde_kwin_fake_input_pointer_motion (Resource *resource, wl_fixed_t delta_x, wl_fixed_t delta_y) override |
| |
| void | org_kde_kwin_fake_input_button (Resource *resource, uint32_t button, uint32_t state) override |
| |
| void | org_kde_kwin_fake_input_axis (Resource *resource, uint32_t axis, wl_fixed_t value) override |
| |
| void | org_kde_kwin_fake_input_touch_down (Resource *resource, uint32_t id, wl_fixed_t x, wl_fixed_t y) override |
| |
| void | org_kde_kwin_fake_input_touch_motion (Resource *resource, uint32_t id, wl_fixed_t x, wl_fixed_t y) override |
| |
| void | org_kde_kwin_fake_input_touch_up (Resource *resource, uint32_t id) override |
| |
| void | org_kde_kwin_fake_input_touch_cancel (Resource *resource) override |
| |
| void | org_kde_kwin_fake_input_touch_frame (Resource *resource) override |
| |
| void | org_kde_kwin_fake_input_pointer_motion_absolute (Resource *resource, wl_fixed_t x, wl_fixed_t y) override |
| |
| void | org_kde_kwin_fake_input_keyboard_key (Resource *resource, uint32_t button, uint32_t state) override |
| |
| void | org_kde_kwin_fake_input_destroy (Resource *resource) override |
| |
Definition at line 18 of file fakeinputbackend.cpp.
◆ FakeInputBackendPrivate()
◆ currentTime()
| std::chrono::microseconds KWin::FakeInputBackendPrivate::currentTime |
( |
| ) |
const |
◆ findDevice()
| FakeInputDevice * KWin::FakeInputBackendPrivate::findDevice |
( |
Resource * | resource | ) |
|
◆ org_kde_kwin_fake_input_authenticate()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_authenticate |
( |
Resource * | resource, |
|
|
const QString & | application, |
|
|
const QString & | reason ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_axis()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_axis |
( |
Resource * | resource, |
|
|
uint32_t | axis, |
|
|
wl_fixed_t | value ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_bind_resource()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_bind_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ org_kde_kwin_fake_input_button()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_button |
( |
Resource * | resource, |
|
|
uint32_t | button, |
|
|
uint32_t | state ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_destroy()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_destroy |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ org_kde_kwin_fake_input_destroy_resource()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_destroy_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ org_kde_kwin_fake_input_keyboard_key()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_keyboard_key |
( |
Resource * | resource, |
|
|
uint32_t | button, |
|
|
uint32_t | state ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_pointer_motion()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_pointer_motion |
( |
Resource * | resource, |
|
|
wl_fixed_t | delta_x, |
|
|
wl_fixed_t | delta_y ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_pointer_motion_absolute()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_pointer_motion_absolute |
( |
Resource * | resource, |
|
|
wl_fixed_t | x, |
|
|
wl_fixed_t | y ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_touch_cancel()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_touch_cancel |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ org_kde_kwin_fake_input_touch_down()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_touch_down |
( |
Resource * | resource, |
|
|
uint32_t | id, |
|
|
wl_fixed_t | x, |
|
|
wl_fixed_t | y ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_touch_frame()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_touch_frame |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ org_kde_kwin_fake_input_touch_motion()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_touch_motion |
( |
Resource * | resource, |
|
|
uint32_t | id, |
|
|
wl_fixed_t | x, |
|
|
wl_fixed_t | y ) |
|
overrideprotected |
◆ org_kde_kwin_fake_input_touch_up()
| void KWin::FakeInputBackendPrivate::org_kde_kwin_fake_input_touch_up |
( |
Resource * | resource, |
|
|
uint32_t | id ) |
|
overrideprotected |
◆ devices
| std::map<Resource *, std::unique_ptr<FakeInputDevice> > KWin::FakeInputBackendPrivate::devices |
◆ display
| Display* KWin::FakeInputBackendPrivate::display |
◆ touchIds
| QList< quint32 > KWin::FakeInputBackendPrivate::touchIds = QList<quint32>() |
|
static |
The documentation for this class was generated from the following file: