20 #ifndef KPLUGINSELECTOR_H
21 #define KPLUGINSELECTOR_H
26 #include <tdelibs_export.h>
62 friend class KPluginSelectionWidget;
101 void addPlugins(
const TQString & instanceName,
102 const TQString & catname = TQString::null,
103 const TQString & category = TQString::null,
111 const TQString & catname = TQString::null,
112 const TQString & category = TQString::null,
140 void addPlugins(
const TQValueList<KPluginInfo*> & plugininfos,
141 const TQString & catname = TQString::null,
142 const TQString & category = TQString::null,
152 void setShowEmptyConfigPage(
bool );
192 TQWidgetStack * widgetStack();
199 void configPage(
int id );
204 void checkNeedForTabWidget();
209 void addPluginsInternal(
const TQValueList<KPluginInfo*> plugininfos,
210 const TQString & catname,
const TQString & category,
213 class KPluginSelectorPrivate;
214 KPluginSelectorPrivate * d;
Information about a plugin.
A widget to select what plugins to load and configure the plugins.
void changed(bool)
Tells you whether the configuration is changed or not.
void configCommitted(const TQCString &instanceName)
Emitted after the config of an embedded KCM has been saved.