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

kutils

  • kutils
  • ksettings
componentsdialog.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_COMPONENTSDIALOG_H
21 #define KSETTINGS_COMPONENTSDIALOG_H
22 
23 #include <kdialogbase.h>
24 
25 class TQString;
26 class KPluginInfo;
27 
28 namespace KSettings
29 {
30 
40 class KUTILS_EXPORT ComponentsDialog : public KDialogBase
41 {
42  Q_OBJECT
43  public:
50  ComponentsDialog( TQWidget * parent = 0, const char * name = 0 );
51  ~ComponentsDialog();
52 
56  void addPluginInfo( KPluginInfo * );
60  void setPluginInfos( const TQMap<TQString, KPluginInfo*> & plugininfos );
64  void setPluginInfos( const TQValueList<KPluginInfo *> &plugins );
65 
69  void show();
70 
71  protected slots:
72  void slotOk();
73  void slotApply();
74 
75  private slots:
76  void executed( TQListViewItem * );
77 
78  private:
79  void savePluginInfos();
80 
81  class ComponentsDialogPrivate;
82  ComponentsDialogPrivate * d;
83 };
84 
85 }
86 
87 // vim: sw=4 sts=4 et
88 #endif // KSETTINGS_COMPONENTSDIALOG_H
KSettings
A collection of classes to create configuration dialogs that work over component boundaries.
Definition: componentsdialog.cpp:32
KPluginInfo
Information about a plugin.
Definition: kplugininfo.h:42
KDialogBase
KSettings::ComponentsDialog
Dialog for selecting which plugins should be active for an application.
Definition: componentsdialog.h:40

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.8.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |