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

kmilo

main.h

Go to the documentation of this file.
00001 /*
00002  *  main.h
00003  *
00004  *  Copyright (C) 2003 Mirko Boehm (mirko@kde.org)
00005  *
00006  *  This program is free software; you can redistribute it and/or modify
00007  *  it under the terms of the GNU General Public License as published by
00008  *  the Free Software Foundation; either version 2 of the License, or
00009  *  (at your option) any later version.
00010  *
00011  *  This program is distributed in the hope that it will be useful,
00012  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *  GNU General Public License for more details.
00015  *
00016  *  You should have received a copy of the GNU General Public License
00017  *  along with this program; if not, write to the Free Software
00018  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00019  *
00020  */
00021 
00022 #ifndef KCMKVAIO_MAIN_H
00023 #define KCMKVAIO_MAIN_H
00024 
00025 #define KDE3_SUPPORT
00026 #include <kcmodule.h>
00027 #undef KDE3_SUPPORT
00028 #include "../kvaiodriverinterface.h"
00029 
00030 class QTimer;
00031 class KCMKVaioGeneral;
00032 
00033 class KVaioModule : public KCModule
00034 {
00035     Q_OBJECT
00036 
00037 public:
00038     KVaioModule(QWidget *parent, const QStringList &);
00039 
00040     void  save();
00041     void  load();
00042     void defaults();
00043 
00044 protected slots:
00045     void timeout();
00046     void vaioEvent (int);
00047 private:
00048     KCMKVaioGeneral *mKVaioGeneral;
00049     KVaioDriverInterface *mDriver;
00050     QTimer *mTimer;
00051     bool mDriverAvailable;
00052 };
00053 
00054 #endif // KCMKVAIO_MAIN_H

kmilo

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

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdelirc
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • kjots
  • klaptopdaemon
  • kmilo
  • ksim
  • ktimer
  • kwallet
  • superkaramba
Generated for kdeutils by doxygen 1.5.4
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