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

tdeutils

  • tdeutils
  • 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 <tdecmodule.h>
24#include <tdelibs_export.h>
25
26class KPluginSelector;
27
28namespace KSettings
29{
30
73class TDEUTILS_EXPORT PluginPage : public TDECModule
74{
75 TQ_OBJECT
76 public:
81 PluginPage( TQWidget * parent = 0, const char * name = 0, const TQStringList & args = TQStringList() );
82
87 PluginPage( TDEInstance * 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#endif // KSETTINGS_PLUGINPAGE_H
KPluginSelector
A widget to select what plugins to load and configure the plugins.
Definition: kpluginselector.h:61
KSettings::PluginPage
Convenience TDECModule for creating a plugins config page.
Definition: pluginpage.h:74
TDECModule
TDEInstance
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.4
This website is maintained by Timothy Pearson.