KWin
|
#include "kwin_wayland_test.h"
#include "compositor.h"
#include "core/output.h"
#include "core/renderbackend.h"
#include "effect/effecthandler.h"
#include "pointer_input.h"
#include "screenedge.h"
#include "wayland/keyboard.h"
#include "wayland/seat.h"
#include "wayland_server.h"
#include "window.h"
#include "workspace.h"
#include <KWayland/Client/compositor.h>
#include <KWayland/Client/connection_thread.h>
#include <KWayland/Client/keyboard.h>
#include <KWayland/Client/pointer.h>
#include <KWayland/Client/registry.h>
#include <KWayland/Client/seat.h>
#include <KWayland/Client/shm_pool.h>
#include <KWayland/Client/surface.h>
#include <KWayland/Client/touch.h>
#include <KScreenLocker/KsldApp>
#include <KGlobalAccel>
#include <QAction>
#include <QSignalSpy>
#include <linux/input.h>
#include "lockscreen.moc"
Go to the source code of this file.
Classes | |
class | KWin::LockScreenTest |
class | KWin::HelperEffect |
class | KWin::TestObject |
Namespaces | |
namespace | KWin |
Macros | |
#define | LOCK |
#define | UNLOCK |
#define | MOTION(target) Test::pointerMotion(target, timestamp++) |
#define | PRESS Test::pointerButtonPressed(BTN_LEFT, timestamp++) |
#define | RELEASE Test::pointerButtonReleased(BTN_LEFT, timestamp++) |
#define | KEYPRESS(key) Test::keyboardKeyPressed(key, timestamp++) |
#define | KEYRELEASE(key) Test::keyboardKeyReleased(key, timestamp++) |
#define | VERIFY(statement) |
#define | COMPARE(actual, expected) |
#define | PERFORM(expectedCount) |
#define | PERFORM(expectedCount) |
#define COMPARE | ( | actual, | |
expected ) |
#define KEYPRESS | ( | key | ) | Test::keyboardKeyPressed(key, timestamp++) |
Definition at line 133 of file lockscreen.cpp.
#define KEYRELEASE | ( | key | ) | Test::keyboardKeyReleased(key, timestamp++) |
Definition at line 135 of file lockscreen.cpp.
#define LOCK |
Definition at line 107 of file lockscreen.cpp.
#define MOTION | ( | target | ) | Test::pointerMotion(target, timestamp++) |
Definition at line 127 of file lockscreen.cpp.
#define PERFORM | ( | expectedCount | ) |
#define PERFORM | ( | expectedCount | ) |
#define PRESS Test::pointerButtonPressed(BTN_LEFT, timestamp++) |
Definition at line 129 of file lockscreen.cpp.
#define RELEASE Test::pointerButtonReleased(BTN_LEFT, timestamp++) |
Definition at line 131 of file lockscreen.cpp.
#define UNLOCK |
Definition at line 116 of file lockscreen.cpp.
#define VERIFY | ( | statement | ) |