KWin
Loading...
Searching...
No Matches
Classes | Variables
dbus_interface_test.cpp File Reference
#include "config-kwin.h"
#include "kwin_wayland_test.h"
#include "atoms.h"
#include "rules.h"
#include "virtualdesktops.h"
#include "wayland_server.h"
#include "window.h"
#include "workspace.h"
#include "x11window.h"
#include <KWayland/Client/surface.h>
#include <QDBusArgument>
#include <QDBusConnection>
#include <QDBusMessage>
#include <QDBusPendingReply>
#include <QUuid>
#include <netwm.h>
#include <xcb/xcb_icccm.h>
#include "dbus_interface_test.moc"

Go to the source code of this file.

Classes

class  TestDbusInterface
 

Variables

const QString s_destination {QStringLiteral("org.kde.KWin")}
 
const QString s_path {QStringLiteral("/KWin")}
 
const QString s_interface {QStringLiteral("org.kde.KWin")}
 

Variable Documentation

◆ s_destination

const QString s_destination {QStringLiteral("org.kde.KWin")}

Definition at line 36 of file dbus_interface_test.cpp.

◆ s_interface

const QString s_interface {QStringLiteral("org.kde.KWin")}

Definition at line 38 of file dbus_interface_test.cpp.

◆ s_path

const QString s_path {QStringLiteral("/KWin")}

Definition at line 37 of file dbus_interface_test.cpp.