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

tdeutils

  • tdeutils
  • 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 TDEUTILS_EXPORT ComponentsDialog : public KDialogBase
41 {
42  TQ_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 #endif // KSETTINGS_COMPONENTSDIALOG_H
KDialogBase
KPluginInfo
Information about a plugin.
Definition: kplugininfo.h:43
KSettings::ComponentsDialog
Dialog for selecting which plugins should be active for an application.
Definition: componentsdialog.h:41
KSettings
A collection of classes to create configuration dialogs that work over component boundaries.
Definition: componentsdialog.cpp:33

tdeutils

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

tdeutils

Skip menu "tdeutils"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeutils by doxygen 1.9.1
This website is maintained by Timothy Pearson.