KUtils
KCModuleProxyIface Class Reference
[KControl module classes]
DCOP Interface for KCModule.
More...
#include <kcmoduleproxyIface.h>
Inheritance diagram for KCModuleProxyIface:
Public Attributes | |
k_dcop_signals | __pad0__: virtual void changed( bool c ) |
Detailed Description
DCOP Interface for KCModule.A module (which is loaded via KCModuleProxy) does always have this DCOP interface, whether it's in root mode or not.
- Since:
- 3.4
For internal use only.
Definition at line 36 of file kcmoduleproxyIface.h.
Member Function Documentation
virtual QString KCModuleProxyIface::applicationName | ( | ) | [pure virtual] |
Return the caption of the host application which the module is part in.
This is the application name, or similar.
- Returns:
- the host's name
Implemented in KCModuleProxyIfaceImpl.
virtual bool KCModuleProxyIface::changed | ( | ) | [pure virtual] |
virtual void KCModuleProxyIface::defaults | ( | ) | [pure virtual] |
virtual void KCModuleProxyIface::load | ( | ) | [pure virtual] |
virtual QString KCModuleProxyIface::quickHelp | ( | ) | [pure virtual] |
virtual void KCModuleProxyIface::quickHelpChanged | ( | ) | [virtual] |
virtual void KCModuleProxyIface::save | ( | ) | [pure virtual] |
Member Data Documentation
k_dcop_signals KCModuleProxyIface::__pad0__ |
Definition at line 86 of file kcmoduleproxyIface.h.
The documentation for this class was generated from the following file: