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
◆ DialogPrivate()
|
protected |
Definition at line 134 of file dialog.cpp.
Member Function Documentation
◆ _k_clientChanged()
|
protectedvirtual |
Reimplemented from KCMultiDialogPrivate.
Definition at line 489 of file dialog.cpp.
◆ _k_reparseConfiguration()
|
protected |
Definition at line 473 of file dialog.cpp.
◆ _k_syncConfiguration()
|
protected |
Definition at line 455 of file dialog.cpp.
◆ _k_updateEnabledState()
|
protected |
Definition at line 499 of file dialog.cpp.
◆ connectItemCheckBox()
|
protected |
Definition at line 440 of file dialog.cpp.
◆ createPageItem()
|
protected |
Definition at line 225 of file dialog.cpp.
Member Data Documentation
◆ arguments
|
protected |
Definition at line 59 of file dialog_p.h.
◆ checkBoxForItem
|
protected |
Definition at line 53 of file dialog_p.h.
◆ componentBlacklist
|
protected |
Definition at line 58 of file dialog_p.h.
◆ components
|
protected |
Definition at line 60 of file dialog_p.h.
◆ firstshow
|
protected |
Definition at line 63 of file dialog_p.h.
◆ kcmInfos
|
protected |
Definition at line 57 of file dialog_p.h.
◆ pageItemForGroupId
|
protected |
Definition at line 51 of file dialog_p.h.
◆ pluginForItem
|
protected |
Definition at line 52 of file dialog_p.h.
◆ plugininfos
|
protected |
Definition at line 54 of file dialog_p.h.
◆ pluginStateDirty
|
protected |
Definition at line 64 of file dialog_p.h.
◆ registeredComponents
|
protected |
Definition at line 56 of file dialog_p.h.
◆ staticlistview
|
protected |
Definition at line 62 of file dialog_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.