KCModuleProxyPrivate Class Reference
#include <kcmoduleproxy_p.h>
Protected Member Functions | |
| KCModuleProxyPrivate (KCModuleProxy *_parent, const KCModuleInfo &info, const QStringList &_args) | |
| ~KCModuleProxyPrivate () | |
| void | _k_moduleChanged (bool) |
| void | _k_moduleDestroyed () |
| void | _k_ownerChanged (const QString &service, const QString &oldOwner, const QString &newOwner) |
| void | loadModule () |
Protected Attributes | |
| QStringList | args |
| bool | bogusOccupier |
| bool | changed |
| QString | dbusPath |
| QString | dbusService |
| KCModule * | kcm |
| KCModuleInfo | modInfo |
| KCModuleProxy * | parent |
| KCModuleProxy * | q_ptr |
| QLabel * | rootInfo |
| QVBoxLayout * | topLayout |
Detailed Description
Definition at line 28 of file kcmoduleproxy_p.h.
Constructor & Destructor Documentation
| KCModuleProxyPrivate::KCModuleProxyPrivate | ( | KCModuleProxy * | _parent, |
| const KCModuleInfo & | info, | ||
| const QStringList & | _args | ||
| ) | [inline, protected] |
Definition at line 32 of file kcmoduleproxy_p.h.
| KCModuleProxyPrivate::~KCModuleProxyPrivate | ( | ) | [inline, protected] |
Definition at line 38 of file kcmoduleproxy_p.h.
Member Function Documentation
| void KCModuleProxyPrivate::_k_moduleChanged | ( | bool | c | ) | [protected] |
Makes sure the proper variables is set and signals are emitted.
Definition at line 225 of file kcmoduleproxy.cpp.
| void KCModuleProxyPrivate::_k_moduleDestroyed | ( | ) | [protected] |
Zeroes d->kcm.
Definition at line 237 of file kcmoduleproxy.cpp.
| void KCModuleProxyPrivate::_k_ownerChanged | ( | const QString & | service, |
| const QString & | oldOwner, | ||
| const QString & | newOwner | ||
| ) | [protected] |
Gets called by DCOP when an application closes.
Is used to (try to) reload a KCM which previously was loaded.
Definition at line 178 of file kcmoduleproxy.cpp.
| void KCModuleProxyPrivate::loadModule | ( | ) | [protected] |
Definition at line 89 of file kcmoduleproxy.cpp.
Member Data Documentation
QStringList KCModuleProxyPrivate::args [protected] |
Definition at line 63 of file kcmoduleproxy_p.h.
bool KCModuleProxyPrivate::bogusOccupier [protected] |
Definition at line 71 of file kcmoduleproxy_p.h.
bool KCModuleProxyPrivate::changed [protected] |
Definition at line 70 of file kcmoduleproxy_p.h.
QString KCModuleProxyPrivate::dbusPath [protected] |
Definition at line 68 of file kcmoduleproxy_p.h.
QString KCModuleProxyPrivate::dbusService [protected] |
Definition at line 67 of file kcmoduleproxy_p.h.
KCModule* KCModuleProxyPrivate::kcm [protected] |
Definition at line 64 of file kcmoduleproxy_p.h.
KCModuleInfo KCModuleProxyPrivate::modInfo [protected] |
Definition at line 69 of file kcmoduleproxy_p.h.
KCModuleProxy* KCModuleProxyPrivate::parent [protected] |
Definition at line 72 of file kcmoduleproxy_p.h.
KCModuleProxy* KCModuleProxyPrivate::q_ptr [protected] |
Definition at line 73 of file kcmoduleproxy_p.h.
QLabel* KCModuleProxyPrivate::rootInfo [protected] |
Definition at line 66 of file kcmoduleproxy_p.h.
QVBoxLayout* KCModuleProxyPrivate::topLayout [protected] |
Definition at line 65 of file kcmoduleproxy_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference