/* * This file was generated by dbusidl2cpp version 0.5 * when processing input file org.kde.kwin.Kwin.xml * * dbusidl2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved. * * This is an auto-generated file. */ #ifndef KWINADAPTOR_H_87381149673338 #define KWINADAPTOR_H_87381149673338 #include #include class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface org.kde.kwin.KWin */ class KWinAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kwin.KWin") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: KWinAdaptor(QObject *parent); virtual ~KWinAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS Q_ASYNC void cascadeDesktop(); void circulateDesktopApplications(); int currentDesktop(); void doNotManage(const QString &name); Q_ASYNC void killWindow(); bool kompmgrIsRunning(); void nextDesktop(); void previousDesktop(); Q_ASYNC void reconfigure(); void refresh(); bool setCurrentDesktop(int desktop); void setDesktopLayout(int orientation, int x, int y); void setOpacity(qulonglong winId, uint opacityPercent); void setShadowSize(qulonglong winId, uint shadowSizePercent); void setUnshadowed(qulonglong winId); void showWindowMenuAt(qulonglong winId, int x, int y); void startKompmgr(); void stopKompmgr(); Q_ASYNC void unclutterDesktop(); Q_SIGNALS: // SIGNALS void dcopResetAllClients(); void kompmgrStarted(); void kompmgrStopped(); }; #endif