KUtils
KSettings::ComponentsDialog Class Reference
Dialog for selecting which plugins should be active for an application. More...
#include <componentsdialog_p.h>

Public Member Functions | |
| ComponentsDialog (QWidget *parent=0, const char *name=0) | |
| ~ComponentsDialog () | |
| void | addPluginInfo (KPluginInfo *) |
| void | setPluginInfos (const QMap< QString, KPluginInfo * > &plugininfos) |
| void | setPluginInfos (const QList< KPluginInfo * > &plugins) |
| void | show () |
Protected Slots | |
| void | slotApply () |
| void | slotOk () |
Detailed Description
Dialog for selecting which plugins should be active for an application.
Set the list of available plugins with setPluginInfos. The dialog will save the configuration on clicking ok or apply to the applications config file. Connect to the okClicked() and applyClicked() signals to be notified about configuration changes.
Definition at line 42 of file componentsdialog_p.h.
Constructor & Destructor Documentation
| KSettings::ComponentsDialog::ComponentsDialog | ( | QWidget * | parent = 0, |
| const char * | name = 0 |
||
| ) | [explicit] |
Create Dialog.
- Parameters:
-
parent parent widget name name
Definition at line 49 of file componentsdialog.cpp.
| KSettings::ComponentsDialog::~ComponentsDialog | ( | ) |
Definition at line 89 of file componentsdialog.cpp.
Member Function Documentation
| void KSettings::ComponentsDialog::addPluginInfo | ( | KPluginInfo * | info | ) |
Add a plugin that the dialog offers for selection.
Definition at line 94 of file componentsdialog.cpp.
| void KSettings::ComponentsDialog::setPluginInfos | ( | const QMap< QString, KPluginInfo * > & | plugininfos | ) |
Set list of plugins the dialog offers for selection.
(Overwrites a previous list)
Definition at line 99 of file componentsdialog.cpp.
| void KSettings::ComponentsDialog::setPluginInfos | ( | const QList< KPluginInfo * > & | plugins | ) |
Set list of plugins the dialog offers for selection.
(Overwrites a previous list)
Definition at line 109 of file componentsdialog.cpp.
| void KSettings::ComponentsDialog::show | ( | ) |
reimplemented
Definition at line 114 of file componentsdialog.cpp.
| void KSettings::ComponentsDialog::slotApply | ( | ) | [protected, slot] |
Definition at line 172 of file componentsdialog.cpp.
| void KSettings::ComponentsDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 166 of file componentsdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference