• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

Plasma

PowerDevilRunner.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  *                                                                         *
00009  *   This program is distributed in the hope that it will be useful,       *
00010  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00011  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00012  *   GNU General Public License for more details.                          *
00013  *                                                                         *
00014  *   You should have received a copy of the GNU General Public License     *
00015  *   along with this program; if not, write to the                         *
00016  *   Free Software Foundation, Inc.,                                       *
00017  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .        *
00018  ***************************************************************************/
00019 
00020 #ifndef POWERDEVILRUNNER_H
00021 #define POWERDEVILRUNNER_H
00022 
00023 #include <Plasma/AbstractRunner>
00024 #include <QDBusConnection>
00025 
00026 class PowerDevilRunner : public Plasma::AbstractRunner
00027 {
00028         Q_OBJECT
00029 
00030     public:
00031         PowerDevilRunner( QObject *parent, const QVariantList &args );
00032         ~PowerDevilRunner();
00033 
00034         void match( Plasma::RunnerContext &context );
00035         void run( const Plasma::RunnerContext &context, const Plasma::QueryMatch &action );
00036 
00037     private slots:
00038         void updateStatus();
00039 
00040     private:
00041         void initUpdateTriggers();
00042 
00043         QStringList m_words;
00044         QDBusConnection m_dbus;
00045 
00046         QStringList m_supportedGovernors;
00047         QHash<QString, int> m_governorData;
00048         QStringList m_availableProfiles;
00049         QHash<QString, QString> m_profileIcon;
00050         QStringList m_supportedSchemes;
00051         QStringList m_suspendMethods;
00052         QHash<QString, int> m_suspendData;
00053 };
00054 
00055 K_EXPORT_PLASMA_RUNNER( powerdevil, PowerDevilRunner )
00056 
00057 #endif

Plasma

Skip menu "Plasma"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal