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

KStyles

highcontrastconfig.h

Go to the documentation of this file.
00001 /*
00002 Copyright (c) 2005 Luciano Montanaro <mikelima@cirulla.net>
00003 
00004 based on the Keramick configuration dialog 
00005 Copyright (c) 2003 Maksim Orlovich <maksim.orlovich@kdemail.net>
00006 
00007 Permission is hereby granted, free of charge, to any person obtaining a
00008 copy of this software and associated documentation files (the "Software"),
00009 to deal in the Software without restriction, including without limitation
00010 the rights to use, copy, modify, merge, publish, distribute, sublicense,
00011 and/or sell copies of the Software, and to permit persons to whom the
00012 Software is furnished to do so, subject to the following conditions:
00013 
00014 The above copyright notice and this permission notice shall be included in
00015 all copies or substantial portions of the Software.
00016 
00017 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00018 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00019 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
00020 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
00021 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
00022 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
00023 DEALINGS IN THE SOFTWARE.
00024 
00025 */
00026 
00027 #ifndef HIGHCONTRAST_CONF_H
00028 #define HIGHCONTRAST_CONF_H
00029 
00030 class QCheckBox;
00031 
00032 class HighContrastStyleConfig: public QWidget
00033 {
00034     Q_OBJECT
00035 public:
00036     HighContrastStyleConfig(QWidget* parent);
00037     ~HighContrastStyleConfig();
00038 
00039     // This signal and the next two slots are the plugin
00040     // page interface
00041 Q_SIGNALS:
00042     void changed(bool);
00043 
00044 public Q_SLOTS:
00045     void save();
00046     void defaults();
00047 
00048     // Everything below this is internal.
00049 protected Q_SLOTS:
00050     void updateChanged();
00051 
00052 protected:
00053     // We store settings directly in widgets to
00054     // avoid the hassle of sync'ing things
00055     QCheckBox* wideLinesBox;
00056 
00057     // Original settings, for accurate dirtiness tracking
00058     bool       originalWideLinesState;
00059 };
00060 
00061 #endif // HIGHCONTRAST_CONF_H

KStyles

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

API Reference

Skip menu "API Reference"
  • KCMShell
  • KNotify
  • KStyles
  • Nepomuk Daemons
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