/* * This file was generated by dbusidl2cpp version 0.5 * when processing input file org.kde.KWin.xml * * dbusidl2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved. * * This is an auto-generated file. */ #ifndef KWINADAPTOR_H_187881149684785 #define KWINADAPTOR_H_187881149684785 #include #include class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface org.kde.KWin */ class KWinAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.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(qlonglong winId, uint opacityPercent); void setShadowSize(qlonglong winId, uint shadowSizePercent); void setUnshadowed(qlonglong winId); void showWindowMenuAt(qlonglong winId, int x, int y); void startKompmgr(); void stopKompmgr(); Q_ASYNC void unclutterDesktop(); Q_SIGNALS: // SIGNALS void dcopResetAllClients(); void kompmgrStarted(); void kompmgrStopped(); }; #endif