• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kutils
 

kutils

  • kutils
  • ksettings
pluginpage.h
1 /* This file is part of the KDE project
2  Copyright (C) 2003 Matthias Kretz <kretz@kde.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License version 2 as published by the Free Software Foundation.
7 
8  This library is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  Library General Public License for more details.
12 
13  You should have received a copy of the GNU Library General Public License
14  along with this library; see the file COPYING.LIB. If not, write to
15  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  Boston, MA 02110-1301, USA.
17 
18 */
19 
20 #ifndef KSETTINGS_PLUGINPAGE_H
21 #define KSETTINGS_PLUGINPAGE_H
22 
23 #include <kcmodule.h>
24 #include <kdelibs_export.h>
25 
26 class KPluginSelector;
27 
28 namespace KSettings
29 {
30 
73 class KUTILS_EXPORT PluginPage : public KCModule
74 {
75  Q_OBJECT
76  public:
81  PluginPage( TQWidget * parent = 0, const char * name = 0, const TQStringList & args = TQStringList() );
82 
87  PluginPage( KInstance * instance, TQWidget * parent = 0, const TQStringList & args = TQStringList() );
88 
89  ~PluginPage();
90 
94  KPluginSelector * pluginSelector();
95 
103  virtual void load();
104 
108  virtual void save();
109  virtual void defaults();
110 
111  private:
112  class PluginPagePrivate;
113  PluginPagePrivate * d;
114 };
115 
116 }
117 
118 // vim: sw=4 sts=4 et
119 
120 #endif // KSETTINGS_PLUGINPAGE_H
KCModule
KInstance
KPluginSelector
A widget to select what plugins to load and configure the plugins.
Definition: kpluginselector.h:61
KSettings::PluginPage
Convenience KCModule for creating a plugins config page.
Definition: pluginpage.h:74
KSettings
A collection of classes to create configuration dialogs that work over component boundaries.
Definition: componentsdialog.cpp:33

kutils

Skip menu "kutils"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kutils

Skip menu "kutils"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kutils by doxygen 1.9.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |