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

SolidModules

kcmsolid.h

Go to the documentation of this file.
00001 /*  This file is part of the KDE project
00002     Copyright (C) 2006 Kevin Ottens <ervin@kde.org>
00003 
00004     This library is free software; you can redistribute it and/or
00005     modify it under the terms of the GNU Library General Public
00006     License as published by the Free Software Foundation; either
00007     version 2 of the License, or (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 Free Software
00016     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00017     02110-1301, USA.
00018 
00019 */
00020 
00021 #ifndef KCMSOLID_H
00022 #define KCMSOLID_H
00023 
00024 #include <kcmodule.h>
00025 
00026 class BackendChooser;
00027 
00028 class KcmSolid : public KCModule
00029 {
00030     Q_OBJECT
00031 public:
00032     KcmSolid(QWidget *parent, const QVariantList &);
00033 
00034     virtual void load();
00035     virtual void save();
00036     virtual void defaults();
00037 
00038 private Q_SLOTS:
00039     void slotChooserChanged(bool state);
00040 
00041 private:
00042     int m_changedChooser;
00043 
00044     BackendChooser *m_powerChooser;
00045     BackendChooser *m_networkChooser;
00046     BackendChooser *m_bluetoothChooser;
00047 };
00048 
00049 #endif

SolidModules

Skip menu "SolidModules"
  • 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