KUtils
#include <dialog_p.h>

Protected Member Functions | |
| DialogPrivate () | |
| virtual void | _k_clientChanged () |
| void | _k_reparseConfiguration (const QByteArray &a) |
| void | _k_syncConfiguration () |
| void | _k_updateEnabledState (bool) |
| void | connectItemCheckBox (KPageWidgetItem *item, const KPluginInfo &pinfo, bool isEnabled) |
| KPageWidgetItem * | createPageItem (KPageWidgetItem *parentItem, const QString &name, const QString &comment, const QString &iconName, int weight) |
Protected Member Functions inherited from KCMultiDialogPrivate | |
| KCMultiDialogPrivate () | |
| void | _k_dialogClosed () |
| void | _k_slotCurrentPageChanged (KPageWidgetItem *current, KPageWidgetItem *previous) |
| void | _k_updateHeader (bool use, const QString &message) |
Protected Attributes | |
| QStringList | arguments |
| QHash< KPageWidgetItem *, QCheckBox * > | checkBoxForItem |
| QStringList | componentBlacklist |
| QStringList | components |
| bool | firstshow: 1 |
| QSet< KCModuleInfo > | kcmInfos |
| QHash< QString, KPageWidgetItem * > | pageItemForGroupId |
| QHash< KPageWidgetItem *, KPluginInfo > | pluginForItem |
| KPluginInfo::List | plugininfos |
| quint32 | pluginStateDirty: 30 |
| QStringList | registeredComponents |
| bool | staticlistview: 1 |
Protected Attributes inherited from KCMultiDialogPrivate | |
| KCModuleProxy * | currentModule |
| ModuleList | modules |
Additional Inherited Members | |
Protected Types inherited from KCMultiDialogPrivate | |
| typedef QList< CreatedModule > | ModuleList |
Detailed Description
Definition at line 44 of file dialog_p.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 134 of file dialog.cpp.
Member Function Documentation
|
protectedvirtual |
Reimplemented from KCMultiDialogPrivate.
Definition at line 489 of file dialog.cpp.
|
protected |
Definition at line 473 of file dialog.cpp.
|
protected |
Definition at line 455 of file dialog.cpp.
|
protected |
Definition at line 499 of file dialog.cpp.
|
protected |
Definition at line 440 of file dialog.cpp.
|
protected |
Definition at line 225 of file dialog.cpp.
Member Data Documentation
|
protected |
Definition at line 59 of file dialog_p.h.
|
protected |
Definition at line 53 of file dialog_p.h.
|
protected |
Definition at line 58 of file dialog_p.h.
|
protected |
Definition at line 60 of file dialog_p.h.
|
protected |
Definition at line 63 of file dialog_p.h.
|
protected |
Definition at line 57 of file dialog_p.h.
|
protected |
Definition at line 51 of file dialog_p.h.
|
protected |
Definition at line 52 of file dialog_p.h.
|
protected |
Definition at line 54 of file dialog_p.h.
|
protected |
Definition at line 64 of file dialog_p.h.
|
protected |
Definition at line 56 of file dialog_p.h.
|
protected |
Definition at line 62 of file dialog_p.h.
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.
KDE API Reference
Protected Member Functions inherited from