|
MockInputMethod * | KWin::Test::inputMethod () |
|
KWayland::Client::Surface * | KWin::Test::inputPanelSurface () |
|
bool | KWin::Test::setupWaylandConnection (AdditionalWaylandInterfaces flags=AdditionalWaylandInterfaces()) |
|
void | KWin::Test::destroyWaylandConnection () |
|
KWayland::Client::ConnectionThread * | KWin::Test::waylandConnection () |
|
KWayland::Client::Compositor * | KWin::Test::waylandCompositor () |
|
KWayland::Client::SubCompositor * | KWin::Test::waylandSubCompositor () |
|
KWayland::Client::ShadowManager * | KWin::Test::waylandShadowManager () |
|
KWayland::Client::ShmPool * | KWin::Test::waylandShmPool () |
|
KWayland::Client::Seat * | KWin::Test::waylandSeat () |
|
KWayland::Client::PlasmaShell * | KWin::Test::waylandPlasmaShell () |
|
KWayland::Client::PlasmaWindowManagement * | KWin::Test::waylandWindowManagement () |
|
KWayland::Client::PointerConstraints * | KWin::Test::waylandPointerConstraints () |
|
KWayland::Client::AppMenuManager * | KWin::Test::waylandAppMenuManager () |
|
WaylandOutputManagementV2 * | KWin::Test::waylandOutputManagementV2 () |
|
KWayland::Client::TextInputManager * | KWin::Test::waylandTextInputManager () |
|
TextInputManagerV3 * | KWin::Test::waylandTextInputManagerV3 () |
|
QList< KWayland::Client::Output * > | KWin::Test::waylandOutputs () |
|
KWayland::Client::Output * | KWin::Test::waylandOutput (const QString &name) |
|
ScreencastingV1 * | KWin::Test::screencasting () |
|
QList< WaylandOutputDeviceV2 * > | KWin::Test::waylandOutputDevicesV2 () |
|
FakeInput * | KWin::Test::waylandFakeInput () |
|
SecurityContextManagerV1 * | KWin::Test::waylandSecurityContextManagerV1 () |
|
bool | KWin::Test::waitForWaylandSurface (Window *window) |
|
bool | KWin::Test::waitForWaylandPointer () |
|
bool | KWin::Test::waitForWaylandTouch () |
|
bool | KWin::Test::waitForWaylandKeyboard () |
|
void | KWin::Test::render (KWayland::Client::Surface *surface, const QSize &size, const QColor &color, const QImage::Format &format=QImage::Format_ARGB32_Premultiplied) |
|
void | KWin::Test::render (KWayland::Client::Surface *surface, const QImage &img) |
|
Window * | KWin::Test::waitForWaylandWindowShown (int timeout=5000) |
|
Window * | KWin::Test::renderAndWaitForShown (KWayland::Client::Surface *surface, const QSize &size, const QColor &color, const QImage::Format &format=QImage::Format_ARGB32, int timeout=5000) |
|
Window * | KWin::Test::renderAndWaitForShown (KWayland::Client::Surface *surface, const QImage &img, int timeout=5000) |
|
void | KWin::Test::flushWaylandConnection () |
|
bool | KWin::Test::waylandSync () |
|
std::unique_ptr< KWayland::Client::Surface > | KWin::Test::createSurface () |
|
KWayland::Client::SubSurface * | KWin::Test::createSubSurface (KWayland::Client::Surface *surface, KWayland::Client::Surface *parentSurface, QObject *parent=nullptr) |
|
LayerSurfaceV1 * | KWin::Test::createLayerSurfaceV1 (KWayland::Client::Surface *surface, const QString &scope, KWayland::Client::Output *output=nullptr, LayerShellV1::layer layer=LayerShellV1::layer_top) |
|
QtWayland::zwp_input_panel_surface_v1 * | KWin::Test::createInputPanelSurfaceV1 (KWayland::Client::Surface *surface, KWayland::Client::Output *output, MockInputMethod::Mode mode) |
|
FractionalScaleV1 * | KWin::Test::createFractionalScaleV1 (KWayland::Client::Surface *surface) |
|
XdgToplevel * | KWin::Test::createXdgToplevelSurface (KWayland::Client::Surface *surface, QObject *parent=nullptr) |
|
XdgToplevel * | KWin::Test::createXdgToplevelSurface (KWayland::Client::Surface *surface, CreationSetup configureMode, QObject *parent=nullptr) |
|
XdgPositioner * | KWin::Test::createXdgPositioner () |
|
XdgPopup * | KWin::Test::createXdgPopupSurface (KWayland::Client::Surface *surface, XdgSurface *parentSurface, XdgPositioner *positioner, CreationSetup configureMode=CreationSetup::CreateAndConfigure, QObject *parent=nullptr) |
|
XdgToplevelDecorationV1 * | KWin::Test::createXdgToplevelDecorationV1 (XdgToplevel *toplevel, QObject *parent=nullptr) |
|
IdleInhibitorV1 * | KWin::Test::createIdleInhibitorV1 (KWayland::Client::Surface *surface) |
|
AutoHideScreenEdgeV1 * | KWin::Test::createAutoHideScreenEdgeV1 (KWayland::Client::Surface *surface, uint32_t border) |
|
CursorShapeDeviceV1 * | KWin::Test::createCursorShapeDeviceV1 (KWayland::Client::Pointer *pointer) |
|
bool | KWin::Test::waitForWindowClosed (Window *window) |
|
bool | KWin::Test::renderNodeAvailable () |
|
XcbConnectionPtr | KWin::Test::createX11Connection () |
|
QDebug | KWin::Test::operator<< (QDebug dbg, const WaylandOutputDeviceV2 *output) |
|
void | KWin::Test::keyboardKeyPressed (quint32 key, quint32 time) |
|
void | KWin::Test::keyboardKeyReleased (quint32 key, quint32 time) |
|
void | KWin::Test::pointerAxisHorizontal (qreal delta, quint32 time, qint32 discreteDelta=0, InputRedirection::PointerAxisSource source=InputRedirection::PointerAxisSourceUnknown) |
|
void | KWin::Test::pointerAxisVertical (qreal delta, quint32 time, qint32 discreteDelta=0, InputRedirection::PointerAxisSource source=InputRedirection::PointerAxisSourceUnknown) |
|
void | KWin::Test::pointerButtonPressed (quint32 button, quint32 time) |
|
void | KWin::Test::pointerButtonReleased (quint32 button, quint32 time) |
|
void | KWin::Test::pointerMotion (const QPointF &position, quint32 time) |
|
void | KWin::Test::pointerMotionRelative (const QPointF &delta, quint32 time) |
|
void | KWin::Test::touchCancel () |
|
void | KWin::Test::touchDown (qint32 id, const QPointF &pos, quint32 time) |
|
void | KWin::Test::touchMotion (qint32 id, const QPointF &pos, quint32 time) |
|
void | KWin::Test::touchUp (qint32 id, quint32 time) |
|