KUtils
#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
|
explicit |
Create Dialog.
- Parameters
-
parent parent widget name name
Definition at line 48 of file componentsdialog.cpp.
KSettings::ComponentsDialog::~ComponentsDialog | ( | ) |
Definition at line 88 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 93 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 98 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 108 of file componentsdialog.cpp.
void KSettings::ComponentsDialog::show | ( | ) |
reimplemented
Definition at line 113 of file componentsdialog.cpp.
|
protectedslot |
Definition at line 171 of file componentsdialog.cpp.
|
protectedslot |
Definition at line 165 of file componentsdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.